summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btnxpuart.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()Neeraj Sanjay Kale2024-09-121-4/+8
* Bluetooth: btnxpuart: Fix random crash seen while removing driverNeeraj Sanjay Kale2024-09-041-2/+18
* Bluetooth: btnxpuart: Handle FW Download Abort scenarioNeeraj Sanjay Kale2024-09-041-14/+33
* Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloadingLuke Wang2024-08-141-1/+1
* Bluetooth: btnxpuart: Add handling for boot-signature timeout errorsNeeraj Sanjay Kale2024-08-031-4/+48
* 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-271-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-191-3/+3
* Bluetooth: btnxpuart: Enable flow control before checking boot signatureNeeraj Sanjay Kale2023-04-231-7/+6
* Bluetooth: btnxpuart: Fix sparse warningsLuiz Augusto von Dentz2023-04-231-34/+51
* Bluetooth: btnxpuart: No need to check the received bootloader signatureNeeraj Sanjay Kale2023-04-231-16/+3
* Bluetooth: btnxpuart: Disable Power Save feature on startupNeeraj Sanjay Kale2023-04-231-1/+1
* Bluetooth: btnxpuart: Deasset UART break before closing serdev deviceNeeraj Sanjay Kale2023-04-231-0/+1
* Bluetooth: btnxpuart: Add support to download helper FW file for w8997Neeraj Sanjay Kale2023-04-231-8/+59
* Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsetsNeeraj Sanjay Kale2023-04-231-0/+1297