summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on AppleChris Mason2015-07-141-6/+5
* Bluetooth: ath3k: Add support of 04ca:300d AR3012 deviceDmitry Tunin2015-06-182-0/+3
* Bluetooth: bt3c_cs: Fix coding style -- clean upPrasanna Karthik2015-06-181-2/+1
* Bluetooth: hci_uart: Fix speed selectionFrederic Danis2015-06-182-12/+29
* Bluetooth: hci_uart: Add new line discipline enhancementsIlya Faenson2015-06-172-6/+109
* Bluetooth: btbcm: Support the BCM4354 Bluetooth UART deviceIlya Faenson2015-06-172-0/+33
* Bluetooth: btusb: Add routine for applying Intel DDC parametersTedd Ho-Jeong An2015-06-171-0/+43
* Bluetooth: hci_uart: Fix dereferencing of ERR_PTRChan-yeol Park2015-06-173-0/+3
* Bluetooth: hci_uart: Add bcm_set_baudrate()Frederic Danis2015-06-092-0/+70
* Bluetooth: hci_bcsp: Clean up code FixPrasanna Karthik2015-06-091-8/+8
* Bluetooth: btusb: Fix secure send command length alignment on Intel 8260Marcel Holtmann2015-06-091-12/+22
* Bluetooth: btusb: Correct typo in Roper Class 1 Bluetooth DongleAleksei Volkov2015-06-081-1/+1
* Bluetooth: btusb: Remove unneeded btusb_read_local_version functionMarcel Holtmann2015-06-081-25/+13
* Bluetooth: btusb: Remove double error check from local version commandMarcel Holtmann2015-06-081-16/+10
* Bluetooth: btusb: Fix memory leak in Intel setup routineMarcel Holtmann2015-06-081-0/+2
* ath3k: add support of 13d3:3474 AR3012 deviceDmitry Tunin2015-06-072-0/+3
* ath3k: Add support of 0489:e076 AR3012 deviceDmitry Tunin2015-06-072-0/+3
* Bluetooth: hci_uart: Update Broadcom UART setupFrederic Danis2015-06-061-1/+29
* Bluetooth: btbcm: Add helper functions for UART setupFrederic Danis2015-06-062-0/+103
* Bluetooth: hci_uart: Support operational speed during setupFrederic Danis2015-06-062-0/+30
* Bluetooth: btbcm: Add BCM4324B3 UART deviceFrederic Danis2015-06-061-2/+13
* Bluetooth: btbcm: Move request/release_firmware()Frederic Danis2015-06-064-16/+16
* Bluetooth: vhci: Clean up coding style fixPrasanna Karthik2015-06-041-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-3010-427/+485
|\
| * Bluetooth: btusb: fix Realtek suspend/resumeDaniel Drake2015-05-251-1/+17
| * Bluetooth: hci_uart: Change 1 to true for bool type variables assignmentsShailendra Verma2015-05-251-2/+2
| * Bluetooth: btusb: Change 1 to true in bool type variable assignmentShailendra Verma2015-05-251-1/+1
| * Bluetooth: btusb: Support QCA61x4 ROME v2.0Chan-yeol Park2015-05-251-0/+1
| * Bluetooth: btbcm: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-6/+0
| * Bluetooth: btintel: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-6/+0
| * Bluetooth: btusb: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-36/+0
| * Bluetooth: btrtl: Create separate module for Realtek BT driverCarlo Caione2015-05-145-373/+462
| * Bluetooth: btmrvl: fix compilation warningXinming Hu2015-05-131-1/+1
| * Bluetooth: btwilink: remove DEBUG defineLeo Yan2015-05-131-1/+1
* | Bluetooth: ath3k: add support of 04ca:300f AR3012 deviceDmitry Tunin2015-05-132-0/+3
* | Bluetooth: btusb: Add support for 0cf3:e007Wen-chien Jesse Sung2015-05-131-0/+1
* | Bluetooth: ath3k: Add a new ID 0cf3:e006 to ath3k listWen-chien Jesse Sung2015-05-132-0/+3
|/
* Bluetooth: btusb: off by one in rtl8723b_parse_firmware()Dan Carpenter2015-04-301-1/+1
* Bluetooth: btusb: Fix two coding style issuesMarcel Holtmann2015-04-301-2/+2
* Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A supportDaniel Drake2015-04-301-0/+399
* 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/+30
* Bluetooth: btbcm: Export patchram download as separate functionMarcel Holtmann2015-04-302-69/+85
* Bluetooth: bt3c: Delete some unuseful commentsDingXiang2015-04-301-3/+0
* Bluetooth: btusb: Use proper data structures for Intel vendor eventsMarcel Holtmann2015-04-092-26/+68
* Bluetooth: hci_uart: Use generic Intel support for address settingMarcel Holtmann2015-04-074-22/+4
* Bluetooth: btusb: Move Intel command structs into its own headerMarcel Holtmann2015-04-072-33/+33
* Bluetooth: btusb: Use generic Intel support for address supportMarcel Holtmann2015-04-072-70/+10
* Bluetooth: btintel: Introduce generic Intel Bluetooth supportMarcel Holtmann2015-04-074-0/+146
* Bluetooth: hci_uart: Provide generic H:4 receive frameworkMarcel Holtmann2015-04-074-60/+110