summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ll.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Cleanup formatting and coding styleFabian Schindlatz2019-07-061-7/+18
* Bluetooth: hci_ll: Refactor download_firmwareFabian Schindlatz2019-07-061-17/+28
* Bluetooth: hci_ll: set operational frequency earlierPhilipp Puschmann2019-07-061-18/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1Star
* Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeHans de Goede2018-05-301-3/+0Star
* Bluetooth: hci_ll: Convert to use h4_recv_buf helperMarcel Holtmann2018-04-011-145/+69Star
* Bluetooth: hci_ll: Use skb_put_u8 instead of struct hcill_cmdMarcel Holtmann2018-04-011-7/+1Star
* Bluetooth: hci_ll: Replace mdelay with msleep in download_firmwareJia-Ju Bai2018-02-071-1/+1
* Bluetooth: hci_ll: add "ti,cc2560" compatible stringDavid Lechner2017-12-131-0/+1
* Bluetooth: hci_ll: Add optional nvmem BD address sourceDavid Lechner2017-12-131-0/+61
* Bluetooth: hci_ll: add support for setting public addressDavid Lechner2017-12-131-0/+21
* Bluetooth: hci_ll: Add endianness conversion when setting baudrateDavid Lechner2017-12-131-1/+3
* Bluetooth: hci_ll: add constant for vendor-specific commandDavid Lechner2017-12-131-2/+8
* Bluetooth: serdev: hci_ll: Wait for CTS instead of using msleepDavid Lechner2017-12-131-2/+6
* Bluetooth: hci_ll: remove \n from kernel messagesDavid Lechner2017-12-131-2/+2
* Bluetooth: mark expected switch fall-throughsGustavo A. R. Silva2017-10-141-1/+1
* Bluetooth: Style fix - align block commentsDerek Robson2017-07-221-1/+2
* Bluetooth: hci_ll: Use new hci_uart_unregister_device() functionIan Molton2017-07-201-7/+1Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Bluetooth: hci_ll: Add support for the external clockUlf Hansson2017-06-091-1/+13
* Bluetooth: hci_ll: Add compatible values for more WL chipsSebastian Reichel2017-06-091-0/+8
* Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync failsGuodong Xu2017-05-231-0/+1
* Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failureSebastian Reichel2017-04-221-2/+1Star
* bluetooth: hci_uart: add LL protocol serdev driver supportRob Herring2017-04-131-1/+261
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-2/+2
* Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann2015-04-071-8/+1Star
* Bluetooth: hci_uart: Add name information to hci_uart_proto structMarcel Holtmann2015-04-071-0/+1
* Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann2015-04-071-1/+1
* Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann2015-04-071-2/+2
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-1/+0Star
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-7/+6Star
* Bluetooth: hci_ll.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-3/+3
* Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan2010-07-271-2/+2
* Bluetooth: Use __packed annotation for driversGustavo F. Padovan2010-07-211-1/+1
* Bluetooth: Use the proper function cast to get hdr dataGustavo F. Padovan2010-05-101-3/+3
* Bluetooth: Fix return value when bt_skb_alloc failsGustavo F. Padovan2010-05-101-1/+1
* Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1Star
* [BLUETOOTH]: Always send explicit hci_ll wake-up acks.Ohad Ben-Cohen2008-01-111-9/+14
* [Bluetooth] Add UART driver for Texas Instruments' BRF63xx chipsOhad Ben-Cohen2007-10-221-0/+531