aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_ll.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Bluetooth: hci_ll: add a small delay for wl1271 enable bt_enGravatar Xiaolei Wang 1-0/+1
2020-07-10Bluetooth: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-10-16Revert "Bluetooth: hci_ll: set operational frequency earlier"Gravatar Adam Ford 1-21/+18
2019-07-06Bluetooth: Cleanup formatting and coding styleGravatar Fabian Schindlatz 1-7/+18
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-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-14/+1
2018-05-30Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeGravatar Hans de Goede 1-3/+0
2018-04-01Bluetooth: hci_ll: Convert to use h4_recv_buf helperGravatar Marcel Holtmann 1-145/+69
2018-04-01Bluetooth: hci_ll: Use skb_put_u8 instead of struct hcill_cmdGravatar Marcel Holtmann 1-7/+1
2018-02-07Bluetooth: hci_ll: Replace mdelay with msleep in download_firmwareGravatar Jia-Ju Bai 1-1/+1
2017-12-13Bluetooth: hci_ll: add "ti,cc2560" compatible stringGravatar David Lechner 1-0/+1
2017-12-13Bluetooth: hci_ll: Add optional nvmem BD address sourceGravatar David Lechner 1-0/+61
2017-12-13Bluetooth: hci_ll: add support for setting public addressGravatar David Lechner 1-0/+21
2017-12-13Bluetooth: hci_ll: Add endianness conversion when setting baudrateGravatar David Lechner 1-1/+3
2017-12-13Bluetooth: hci_ll: add constant for vendor-specific commandGravatar David Lechner 1-2/+8
2017-12-13Bluetooth: serdev: hci_ll: Wait for CTS instead of using msleepGravatar David Lechner 1-2/+6
2017-12-13Bluetooth: hci_ll: remove \n from kernel messagesGravatar David Lechner 1-2/+2
2017-10-14Bluetooth: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2017-07-22Bluetooth: Style fix - align block commentsGravatar Derek Robson 1-1/+2
2017-07-20Bluetooth: hci_ll: Use new hci_uart_unregister_device() functionGravatar Ian Molton 1-7/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-06-09Bluetooth: hci_ll: Add support for the external clockGravatar Ulf Hansson 1-1/+13
2017-06-09Bluetooth: hci_ll: Add compatible values for more WL chipsGravatar Sebastian Reichel 1-0/+8
2017-05-23Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync failsGravatar Guodong Xu 1-0/+1
2017-04-22Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failureGravatar Sebastian Reichel 1-2/+1
2017-04-13bluetooth: hci_uart: add LL protocol serdev driver supportGravatar Rob Herring 1-1/+261
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-2/+2
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageGravatar Marcel Holtmann 1-8/+1
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structGravatar Marcel Holtmann 1-0/+1
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-2/+2
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackGravatar Marcel Holtmann 1-1/+0
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-7/+6
2012-09-18Bluetooth: hci_ll.c: removes unnecessary semicolonGravatar Peter Senna Tschudin 1-1/+1
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGravatar Gustavo Padovan 1-3/+3
2012-02-13Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open()Gravatar David Herrmann 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGravatar Gustavo F. Padovan 1-2/+2
2010-07-21Bluetooth: Use __packed annotation for driversGravatar Gustavo F. Padovan 1-1/+1
2010-05-10Bluetooth: Use the proper function cast to get hdr dataGravatar Gustavo F. Padovan 1-3/+3
2010-05-10Bluetooth: Fix return value when bt_skb_alloc failsGravatar Gustavo F. Padovan 1-1/+1
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 1-2/+1
2008-01-10[BLUETOOTH]: Always send explicit hci_ll wake-up acks.Gravatar Ohad Ben-Cohen 1-9/+14
2007-10-22[Bluetooth] Add UART driver for Texas Instruments' BRF63xx chipsGravatar Ohad Ben-Cohen 1-0/+531