summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btnxpuart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Bluetooth: btnxpuart: Add support for ISO packetsNeeraj Sanjay Kale2024-09-101-0/+1
* Bluetooth: btnxpuart: Fix random crash seen while removing driverNeeraj Sanjay Kale2024-08-231-2/+18
* Bluetooth: btnxpuart: Fix warnings for suspend and resume functionsNeeraj Sanjay Kale2024-07-151-0/+2
* Bluetooth: btnxpuart: Add system suspend and resume handlersNeeraj Sanjay Kale2024-07-151-0/+23
* Bluetooth: btnxpuart: Add support for IW615 chipsetNeeraj Sanjay Kale2024-07-151-0/+13
* Bluetooth: btnxpuart: Add support for AW693 A1 chipsetNeeraj Sanjay Kale2024-07-151-2/+13
* Bluetooth: btnxpuart: Add handling for boot-signature timeout errorsNeeraj Sanjay Kale2024-07-151-4/+48
* Bluetooth: btnxpuart: Update firmware namesNeeraj Sanjay Kale2024-07-151-17/+50
* Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloadingLuke Wang2024-07-151-1/+1
* Bluetooth: btnxpuart: Handle FW Download Abort scenarioNeeraj Sanjay Kale2024-07-151-14/+33
* Bluetooth: btnxpuart: Enable status prints for firmware downloadNeeraj Sanjay Kale2024-07-151-4/+5
* Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()Neeraj Sanjay Kale2024-07-151-4/+8
* Bluetooth: btnxpuart: Enable Power Save feature on startupNeeraj Sanjay Kale2024-06-281-1/+1
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-2/+2
|\
| * treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-281-2/+2
* | Bluetooth: btnxpuart: Fix btnxpuart_closeMarcel Ziswiler2024-03-061-0/+3
* | Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testNeeraj Sanjay Kale2024-03-061-3/+21
|/
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-2/+2
|\
| * tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
* | Bluetooth: btnxpuart: remove useless assignmentFrancesco Dolcini2023-12-221-1/+0
* | Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini2023-12-221-4/+3
|/
* Bluetooth: btnxpuart: Improve inband Independent Reset handlingNeeraj Sanjay Kale2023-08-241-76/+96
* Bluetooth: btnxpuart: Add support for IW624 chipsetNeeraj Sanjay Kale2023-08-241-7/+30
* Bluetooth: btnxpuart: Remove check for CTS low after FW downloadNeeraj Sanjay Kale2023-08-241-6/+1
* Bluetooth: btnxpuart: Add support for AW693 chipsetNeeraj Sanjay Kale2023-08-111-8/+31
* Bluetooth: btnxpuart: Fix compiler warningsNeeraj Sanjay Kale2023-05-201-3/+3
* Bluetooth: btnxpuart: Enable flow control before checking boot signatureNeeraj Sanjay Kale2023-04-241-7/+6
* Bluetooth: btnxpuart: Fix sparse warningsLuiz Augusto von Dentz2023-04-241-34/+51
* Bluetooth: btnxpuart: No need to check the received bootloader signatureNeeraj Sanjay Kale2023-04-241-16/+3
* Bluetooth: btnxpuart: Disable Power Save feature on startupNeeraj Sanjay Kale2023-04-241-1/+1
* Bluetooth: btnxpuart: Deasset UART break before closing serdev deviceNeeraj Sanjay Kale2023-04-241-0/+1
* Bluetooth: btnxpuart: Add support to download helper FW file for w8997Neeraj Sanjay Kale2023-04-241-8/+59
* Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsetsNeeraj Sanjay Kale2023-04-241-0/+1297