summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btintel_pcie.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12Bluetooth: btintel_pcie: Allocate memory for driver private dataKiran K1-1/+1
2024-09-10Bluetooth: btintel_pcie: Add support for ISO dataKiran1-0/+16
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz1-3/+0
2024-07-14Bluetooth: btintel_pcie: Remove unnecessary memset(0) callsThorsten Blum1-2/+0
2024-07-14Bluetooth: btintel_pcie: Fix irq leakKiran K1-0/+6
2024-07-14Bluetooth: btintel_pcie: Print Firmware Sequencer informationKiran K1-0/+2
2024-06-28Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverityVijay Satija1-1/+1
2024-05-14Bluetooth: btintel_pcie: Refactor and code cleanupKiran K1-4/+3
2024-05-14Bluetooth: btintel_pcie: Fix warning reported by sparseKiran K1-1/+1
2024-05-14Bluetooth: btintel_pcie: Fix compiler warningsKiran K1-7/+3
2024-05-14Bluetooth: btintel_pcie: Add *setup* function to download firmwareKiran K1-5/+310
2024-05-14Bluetooth: btintel_pcie: Add support for PCIe transportTedd Ho-Jeong An1-0/+1057