aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-10/+10
2019-09-05Bluetooth: btusb: Use cmd_timeout to reset Realtek deviceGravatar Alex Lu 1-0/+31
2019-09-05Bluetooth: btrtl: Fix an issue that failing to download the FW which size is ...Gravatar Max Chou 1-1/+5
2019-09-05Bluetooth: btrtl: Remove trailing newline from calls to rtl_dev macrosGravatar Alex Lu 1-28/+28
2019-09-05Bluetooth: btrtl: Remove redundant prefix from calls to rtl_dev macrosGravatar Alex Lu 1-6/+6
2019-09-05Bluetooth: btrtl: Add firmware version printGravatar Alex Lu 1-21/+35
2019-09-05Bluetooth: btrtl: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERYGravatar Alex Lu 1-0/+5
2019-09-05Bluetooth: hci_qca: wait for Pre shutdown complete event before sending the P...Gravatar Harish Bandi 2-2/+5
2019-09-05bluetooth: hci_bcm: Give more time to come out of resetGravatar Ondrej Jirman 1-1/+1
2019-09-05bluetooth: bcm: Add support for loading firmware for BCM4345C5Gravatar Ondrej Jirman 2-0/+4
2019-09-05Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART RadioGravatar Rocky Liao 1-0/+5
2019-09-05Bluetooth: hci_qca: Make structure qca_proto constantGravatar Nishka Dasgupta 1-1/+1
2019-09-05Bluetooth: btusb: Fix suspend issue for Realtek devicesGravatar Alex Lu 1-4/+30
2019-09-05Bluetooth: hci_bcm: Fix -Wunused-const-variable warningsGravatar YueHaibing 1-15/+15
2019-09-05Bluetooth: hci_qca: Remove redundant initializations to zeroGravatar Matthias Kaehlcke 1-19/+0
2019-09-04Bluetooth: bpa10x: change return valueGravatar Navid Emamdoost 1-1/+1
2019-09-04Bluetooth: hci_qca: disable irqs when spinlock is acquiredGravatar Harish Bandi 1-4/+6
2019-09-04Bluetooth: btrtl: Additional Realtek 8822CE Bluetooth devicesGravatar Jian-Hong Pan 1-0/+3
2019-08-30Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"Gravatar Mario Limonciello 1-5/+0
2019-08-14Bluetooth: hci_qca: Skip 1 error print in device_want_to_sleep()Gravatar Rocky Liao 1-2/+2
2019-08-12Bluetooth: btqca: Reset download type to defaultGravatar Balakrishna Godavarthi 1-0/+1
2019-08-12Bluetooth: btqca: release_firmware after qca_inject_cmd_complete_eventGravatar Claire Chang 1-1/+1
2019-08-12Bluetooth: hci_qca: Send VS pre shutdown command.Gravatar Harish Bandi 3-0/+31
2019-08-12Bluetooth: btqca: Use correct byte format for opcode of injected commandGravatar Matthias Kaehlcke 1-1/+1
2019-08-12Bluetooth: hci_qca: Use kfree_skb() instead of kfree()Gravatar Wei Yongjun 1-1/+1
2019-08-12Bluetooth: btqca: Add a short delay before downloading the NVMGravatar Matthias Kaehlcke 1-0/+3
2019-08-12Bluetooth: btusb: Fix error return code in btusb_mtk_setup_firmware()Gravatar Wei Yongjun 1-1/+3
2019-07-31Bluetooth: hci_uart: check for missing tty operationsGravatar Vladis Dronov 7-0/+29
2019-07-06Bluetooth: btusb: Add protocol support for MediaTek MT7663U USB devicesGravatar Sean Wang 1-0/+5
2019-07-06Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devicesGravatar Sean Wang 2-0/+587
2019-07-06Bluetooth: Add new 13d3:3491 QCA_ROME deviceGravatar João Paulo Rechi Vita 1-0/+1
2019-07-06Bluetooth: Add new 13d3:3501 QCA_ROME deviceGravatar João Paulo Rechi Vita 1-0/+1
2019-07-06Bluetooth: hci_bcsp: Fix memory leak in rx_skbGravatar Tomas Bortoli 1-0/+5
2019-07-06Bluetooth:: btrtl: Add support for RTL8723DUGravatar Larry Finger 1-0/+8
2019-07-06Bluetooth: btmtkuart: add an implementation for clock osc propertyGravatar Sean Wang 1-3/+18
2019-07-06Bluetooth: btmtkuart: add an implementation for boot-gpios propertyGravatar Sean Wang 1-9/+25
2019-07-06Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetoothGravatar Neil Armstrong 1-0/+1
2019-07-06Bluetooth: hci_qca: Load customized NVM based on the device propertyGravatar Rocky Liao 3-5/+27
2019-07-06Bluetooth: hci_mrvl: Add serdev supportGravatar Sascha Hauer 2-1/+69
2019-07-06Bluetooth: hci_mrvl: Wait for final ack before switching baudrateGravatar Sascha Hauer 1-0/+3
2019-07-06Bluetooth: hci_ldisc: Add function to wait for characters to be sentGravatar Sascha Hauer 2-0/+9
2019-07-06Bluetooth: hci_qca: wcn3990: Drop baudrate change vendor eventGravatar Matthias Kaehlcke 1-1/+54
2019-07-06Bluetooth: btqca: inject command complete event during fw downloadGravatar Balakrishna Godavarthi 2-1/+42
2019-07-06Bluetooth: Cleanup formatting and coding styleGravatar Fabian Schindlatz 2-8/+20
2019-07-06Bluetooth: btrtl: HCI reset on close for Realtek BT chipGravatar Jian-Hong Pan 3-0/+27
2019-07-06Bluetooth: hci_ll: Refactor download_firmwareGravatar Fabian Schindlatz 1-17/+28
2019-07-06Bluetooth: hci_ll: set operational frequency earlierGravatar Philipp Puschmann 1-18/+21
2019-07-06Bluetooth: btsdio: Do not bind to non-removable BCM4356Gravatar Peter Robinson 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 5-70/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 1-9/+1