aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btsdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20Bluetooth: btsdio: Do not bind to non-removable BCM4345 and BCM43455Kyle Copperfield1-0/+2
2020-01-15Bluetooth: btsdio: Check for valid packet typeLuiz Augusto von Dentz1-5/+14
2019-07-06Bluetooth: btsdio: Do not bind to non-removable BCM4356Peter Robinson1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-04-23Bluetooth: btsdio: Use module_sdio_driver helperSean Wang1-14/+1
2018-10-14Bluetooth: btsdio: Do not bind to non-removable BCM43430Cho, Yu-Chen1-5/+9
2017-12-13Bluetooth: btsdio: Do not bind to non-removable BCM43341Hans de Goede1-0/+9
2017-07-22Bluetooth: Style fix - align block commentsDerek Robson1-1/+2
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann1-3/+3
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann1-10/+1
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann1-3/+0
2013-12-29Bluetooth: Use MD SET register for changing SDIO Type-B to Type-AMarcel Holtmann1-1/+2
2013-12-23Bluetooth: Set HCI_QUIRK_RESET_ON_CLOSE for Socket SDIO cardsMarcel Holtmann1-0/+3
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann1-2/+1
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-2/+1
2012-08-06Bluetooth: Use devm_kzalloc in btsdio.c fileSachin Kamat1-6/+2
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann1-5/+5
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-2/+0
2012-02-13Bluetooth: btsdio: Free driver data on SDIO shutdownDavid Herrmann1-10/+1
2010-10-12Bluetooth: Support SDIO devices that are AMP controllersDavid Vrabel1-0/+8
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-11-30Bluetooth: Fix TX error path in btsdio driverTomas Winkler1-0/+1
2008-10-26btsdio: free sk_buff with kfree_skbSergio Luis1-1/+1
2008-02-05drivers/bluetooth/btsdio.c: fix double-freeAdrian Bunk1-3/+1
2007-10-22[Bluetooth] Add generic driver for Bluetooth SDIO devicesMarcel Holtmann1-0/+406