| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-29 | Bluetooth: btnxpuart: Remove unneeded CONFIG_PM ifdef | Bastien Nocera | 1 | -4/+2 |
| 2025-10-24 | Bluetooth: fix corruption in h4_recv_buf() after cleanup | Calvin Owens | 1 | -1/+3 |
| 2025-09-27 | Bluetooth: remove duplicate h4_recv_buf() in header | Calvin Owens | 1 | -1/+1 |
| 2025-08-15 | Bluetooth: btnxpuart: Uses threaded IRQ for host wakeup handling | Neeraj Sanjay Kale | 1 | -4/+4 |
| 2025-07-23 | Bluetooth: btnxpuart: Add uevents for FW dump and FW download complete | Neeraj Sanjay Kale | 1 | -1/+41 |
| 2025-07-23 | Bluetooth: btnxpuart: Correct the Independent Reset handling after FW dump | Neeraj Sanjay Kale | 1 | -9/+26 |
| 2025-07-23 | Bluetooth: btnxpuart: implement powerup sequence | Catalin Popescu | 1 | -0/+18 |
| 2025-07-23 | Bluetooth: btnxpuart: Add support for 4M baudrate | Neeraj Sanjay Kale | 1 | -9/+27 |
| 2025-07-16 | Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap | Christian Eggers | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-05-30 | Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check | Krzysztof Kozlowski | 1 | -0/+2 |
| 2025-05-21 | Bluetooth: btnxpuart: Implement host-wakeup feature | Neeraj Sanjay Kale | 1 | -6/+52 |
| 2025-04-10 | Bluetooth: btnxpuart: Add an error message if FW dump trigger fails | Neeraj Sanjay Kale | 1 | -1/+3 |
| 2025-04-10 | Bluetooth: btnxpuart: Revert baudrate change in nxp_shutdown | Neeraj Sanjay Kale | 1 | -9/+8 |
| 2025-03-25 | Bluetooth: btnxpuart: Fix kernel panic during FW release | Neeraj Sanjay Kale | 1 | -2/+4 |
| 2025-03-25 | Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7 | Neeraj Sanjay Kale | 1 | -18/+43 |
| 2025-03-25 | Bluetooth: btnxpuart: Add correct bootloader error codes | Neeraj Sanjay Kale | 1 | -21/+34 |
| 2025-03-25 | Bluetooth: btnxpuart: Add support to set BD address | Neeraj Sanjay Kale | 1 | -5/+54 |
| 2025-03-25 | Bluetooth: btnxpuart: Add support for HCI coredump feature | Neeraj Sanjay Kale | 1 | -15/+132 |
| 2025-03-25 | Bluetooth: btnxpuart: Move vendor specific initialization to .post_init | Neeraj Sanjay Kale | 1 | -18/+27 |
| 2025-03-25 | bluetooth: btnxpuart: Support for controller wakeup gpio config | Loic Poulain | 1 | -4/+28 |
| 2025-01-29 | Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming | Neeraj Sanjay Kale | 1 | -2/+1 |
| 2025-01-08 | Bluetooth: btnxpuart: Fix driver sending truncated data | Neeraj Sanjay Kale | 1 | -0/+1 |
| 2024-11-14 | Bluetooth: btnxpuart: Add GPIO support to power save feature | Neeraj Sanjay Kale | 1 | -6/+51 |
| 2024-11-14 | Bluetooth: btnxpuart: Rename IW615 to IW610 | Neeraj Sanjay Kale | 1 | -8/+8 |
| 2024-11-14 | Bluetooth: btnxpuart: Drop _v0 suffix from FW names | Neeraj Sanjay Kale | 1 | -4/+8 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-10 | Bluetooth: btnxpuart: Add support for ISO packets | Neeraj Sanjay Kale | 1 | -0/+1 |
| 2024-08-23 | Bluetooth: btnxpuart: Fix random crash seen while removing driver | Neeraj Sanjay Kale | 1 | -2/+18 |
| 2024-07-15 | Bluetooth: btnxpuart: Fix warnings for suspend and resume functions | Neeraj Sanjay Kale | 1 | -0/+2 |
| 2024-07-15 | Bluetooth: btnxpuart: Add system suspend and resume handlers | Neeraj Sanjay Kale | 1 | -0/+23 |
| 2024-07-15 | Bluetooth: btnxpuart: Add support for IW615 chipset | Neeraj Sanjay Kale | 1 | -0/+13 |
| 2024-07-15 | Bluetooth: btnxpuart: Add support for AW693 A1 chipset | Neeraj Sanjay Kale | 1 | -2/+13 |
| 2024-07-14 | Bluetooth: btnxpuart: Add handling for boot-signature timeout errors | Neeraj Sanjay Kale | 1 | -4/+48 |
| 2024-07-14 | Bluetooth: btnxpuart: Update firmware names | Neeraj Sanjay Kale | 1 | -17/+50 |
| 2024-07-14 | Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading | Luke Wang | 1 | -1/+1 |
| 2024-07-14 | Bluetooth: btnxpuart: Handle FW Download Abort scenario | Neeraj Sanjay Kale | 1 | -14/+33 |
| 2024-07-14 | Bluetooth: btnxpuart: Enable status prints for firmware download | Neeraj Sanjay Kale | 1 | -4/+5 |
| 2024-07-14 | Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() | Neeraj Sanjay Kale | 1 | -4/+8 |
| 2024-06-28 | Bluetooth: btnxpuart: Enable Power Save feature on startup | Neeraj Sanjay Kale | 1 | -1/+1 |
| 2024-03-21 | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-06 | Bluetooth: btnxpuart: Fix btnxpuart_close | Marcel Ziswiler | 1 | -0/+3 |
| 2024-03-06 | Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test | Neeraj Sanjay Kale | 1 | -3/+21 |
| 2024-01-27 | treewide, serdev: change receive_buf() return type to size_t | Francesco Dolcini | 1 | -2/+2 |
| 2024-01-18 | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
| 2023-12-22 | Bluetooth: btnxpuart: remove useless assignment | Francesco Dolcini | 1 | -1/+0 |
| 2023-12-22 | Bluetooth: btnxpuart: fix recv_buf() return value | Francesco Dolcini | 1 | -4/+3 |
| 2023-12-08 | tty: serdev: convert to u8 and size_t | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2023-08-24 | Bluetooth: btnxpuart: Improve inband Independent Reset handling | Neeraj Sanjay Kale | 1 | -76/+96 |
| 2023-08-24 | Bluetooth: btnxpuart: Add support for IW624 chipset | Neeraj Sanjay Kale | 1 | -7/+30 |
| 2023-08-24 | Bluetooth: btnxpuart: Remove check for CTS low after FW download | Neeraj Sanjay Kale | 1 | -6/+1 |
| 2023-08-11 | Bluetooth: btnxpuart: Add support for AW693 chipset | Neeraj Sanjay Kale | 1 | -8/+31 |
| 2023-05-19 | Bluetooth: btnxpuart: Fix compiler warnings | Neeraj Sanjay Kale | 1 | -3/+3 |
| 2023-04-23 | Bluetooth: btnxpuart: Enable flow control before checking boot signature | Neeraj Sanjay Kale | 1 | -7/+6 |
| 2023-04-23 | Bluetooth: btnxpuart: Fix sparse warnings | Luiz Augusto von Dentz | 1 | -34/+51 |
| 2023-04-23 | Bluetooth: btnxpuart: No need to check the received bootloader signature | Neeraj Sanjay Kale | 1 | -16/+3 |
| 2023-04-23 | Bluetooth: btnxpuart: Disable Power Save feature on startup | Neeraj Sanjay Kale | 1 | -1/+1 |
| 2023-04-23 | Bluetooth: btnxpuart: Deasset UART break before closing serdev device | Neeraj Sanjay Kale | 1 | -0/+1 |
| 2023-04-23 | Bluetooth: btnxpuart: Add support to download helper FW file for w8997 | Neeraj Sanjay Kale | 1 | -8/+59 |
| 2023-04-23 | Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets | Neeraj Sanjay Kale | 1 | -0/+1297 |