summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ath.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-07-311-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1Star
* Bluetooth: hci_ath: Replace mdelay with msleep in ath_wakeup_ar3kJia-Ju Bai2018-02-071-2/+2
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-1/+1
* Bluetooth: hci_ath: Add ath_vendor_cmd helperLoic Poulain2017-10-291-17/+32
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-3/+3
* Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann2015-10-211-0/+1
* Bluetooth: hci_uart: Fix dereferencing of ERR_PTRChan-yeol Park2015-06-171-0/+1
* Bluetooth: hci_uart: Add Atheros support for address configurationMarcel Holtmann2015-04-301-0/+34
* Bluetooth: hci_uart: Reorder Atheros specific driver callbacksMarcel Holtmann2015-04-301-36/+30Star
* Bluetooth: hci_uart: Provide generic H:4 receive frameworkMarcel Holtmann2015-04-071-1/+8
* 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-7/+8
* Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann2015-04-071-1/+1
* Bluetooth: hci_uart: Use h4_recv_buf helper for Atheros AR300xMarcel Holtmann2015-04-071-5/+9
* Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann2015-04-071-1/+1
* tty: Remove external interface for tty_set_termios()Peter Hurley2015-02-021-13/+2Star
* Bluetooth: hci-uart-ath: Correct the comments in this driverFugang Duan2014-11-111-1/+1
* tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
* Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang2011-04-131-1/+6
* hci_ath: Fix the mess in this driverAlan Cox2011-02-171-13/+13
* Bluetooth: Fix kfree() => kfree_skb() in hci_ath.cDan Carpenter2010-07-281-1/+1
* Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan2010-07-271-2/+2
* Bluetooth: Fix permission of hci_ath.cGustavo F. Padovan2010-07-271-0/+0
* Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala2010-07-211-0/+235