aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btnxpuart.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2024-03-06Bluetooth: btnxpuart: Fix btnxpuart_closeGravatar Marcel Ziswiler 1-0/+3
2024-03-06Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testGravatar Neeraj Sanjay Kale 1-3/+21
2024-01-27treewide, serdev: change receive_buf() return type to size_tGravatar Francesco Dolcini 1-2/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2023-12-22Bluetooth: btnxpuart: remove useless assignmentGravatar Francesco Dolcini 1-1/+0
2023-12-22Bluetooth: btnxpuart: fix recv_buf() return valueGravatar Francesco Dolcini 1-4/+3
2023-12-08tty: serdev: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-24Bluetooth: btnxpuart: Improve inband Independent Reset handlingGravatar Neeraj Sanjay Kale 1-76/+96
2023-08-24Bluetooth: btnxpuart: Add support for IW624 chipsetGravatar Neeraj Sanjay Kale 1-7/+30
2023-08-24Bluetooth: btnxpuart: Remove check for CTS low after FW downloadGravatar Neeraj Sanjay Kale 1-6/+1
2023-08-11Bluetooth: btnxpuart: Add support for AW693 chipsetGravatar Neeraj Sanjay Kale 1-8/+31
2023-05-19Bluetooth: btnxpuart: Fix compiler warningsGravatar Neeraj Sanjay Kale 1-3/+3
2023-04-23Bluetooth: btnxpuart: Enable flow control before checking boot signatureGravatar Neeraj Sanjay Kale 1-7/+6
2023-04-23Bluetooth: btnxpuart: Fix sparse warningsGravatar Luiz Augusto von Dentz 1-34/+51
2023-04-23Bluetooth: btnxpuart: No need to check the received bootloader signatureGravatar Neeraj Sanjay Kale 1-16/+3
2023-04-23Bluetooth: btnxpuart: Disable Power Save feature on startupGravatar Neeraj Sanjay Kale 1-1/+1
2023-04-23Bluetooth: btnxpuart: Deasset UART break before closing serdev deviceGravatar Neeraj Sanjay Kale 1-0/+1
2023-04-23Bluetooth: btnxpuart: Add support to download helper FW file for w8997Gravatar Neeraj Sanjay Kale 1-8/+59
2023-04-23Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsetsGravatar Neeraj Sanjay Kale 1-0/+1297