aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_ath.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Bluetooth: hci_ath: Replace mdelay with msleep in ath_wakeup_ar3kGravatar Jia-Ju Bai 1-2/+2
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-1/+1
2017-10-29Bluetooth: hci_ath: Add ath_vendor_cmd helperGravatar Loic Poulain 1-17/+32
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-3/+3
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationGravatar Marcel Holtmann 1-0/+1
2015-06-17Bluetooth: hci_uart: Fix dereferencing of ERR_PTRGravatar Chan-yeol Park 1-0/+1
2015-04-30Bluetooth: hci_uart: Add Atheros support for address configurationGravatar Marcel Holtmann 1-0/+34
2015-04-30Bluetooth: hci_uart: Reorder Atheros specific driver callbacksGravatar Marcel Holtmann 1-36/+30
2015-04-07Bluetooth: hci_uart: Provide generic H:4 receive frameworkGravatar Marcel Holtmann 1-1/+8
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-7/+8
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Use h4_recv_buf helper for Atheros AR300xGravatar Marcel Holtmann 1-5/+9
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-1/+1
2015-02-02tty: Remove external interface for tty_set_termios()Gravatar Peter Hurley 1-13/+2
2014-11-11Bluetooth: hci-uart-ath: Correct the comments in this driverGravatar Fugang Duan 1-1/+1
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-1/+1
2012-02-13Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open()Gravatar David Herrmann 1-1/+1
2011-04-13Bluetooth: hci_uart: check the return value of recv()Gravatar Jiejing Zhang 1-1/+6
2011-02-17hci_ath: Fix the mess in this driverGravatar Alan Cox 1-13/+13
2010-07-27Bluetooth: Fix kfree() => kfree_skb() in hci_ath.cGravatar Dan Carpenter 1-1/+1
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGravatar Gustavo F. Padovan 1-2/+2
2010-07-27Bluetooth: Fix permission of hci_ath.cGravatar Gustavo F. Padovan 1-0/+0
2010-07-21Bluetooth: Support for Atheros AR300x serial chipGravatar Suraj Sumangala 1-0/+235