aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)Author
2015-04-30Bluetooth: btusb: off by one in rtl8723b_parse_firmware()Dan Carpenter
2015-04-30Bluetooth: btusb: Fix two coding style issuesMarcel Holtmann
2015-04-30Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A supportDaniel Drake
2015-04-30Bluetooth: hci_uart: Add Atheros support for address configurationMarcel Holtmann
2015-04-30Bluetooth: hci_uart: Reorder Atheros specific driver callbacksMarcel Holtmann
2015-04-30Bluetooth: btbcm: Export patchram download as separate functionMarcel Holtmann
2015-04-30Bluetooth: bt3c: Delete some unuseful commentsDingXiang
2015-04-09Bluetooth: btusb: Use proper data structures for Intel vendor eventsMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use generic Intel support for address settingMarcel Holtmann
2015-04-07Bluetooth: btusb: Move Intel command structs into its own headerMarcel Holtmann
2015-04-07Bluetooth: btusb: Use generic Intel support for address supportMarcel Holtmann
2015-04-07Bluetooth: btintel: Introduce generic Intel Bluetooth supportMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Provide generic H:4 receive frameworkMarcel Holtmann
2015-04-07Bluetooth: btbcm: Add firmware table for UART based devicesMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add protocol support for Broadcom UART devicesMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Move setup callback into different locationMarcel Holtmann
2015-04-07Bluetooth: btusb: Update version number of the moduleMarcel Holtmann
2015-04-07Bluetooth: btusb: Move Broadcom quirk setting into support moduleMarcel Holtmann
2015-04-07Bluetooth: btusb: Add option for Broadcom protocol supportMarcel Holtmann
2015-04-07Bluetooth: btbcm: Add support for Broadcom controller setupMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use generic functionality from Broadcom moduleMarcel Holtmann
2015-04-07Bluetooth: btusb: Use generic functionality by Broadcom moduleMarcel Holtmann
2015-04-07Bluetooth: btbcm: Introduce generic Broadcom Bluetooth supportMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Update version number driverMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use h4_recv_buf helper for Atheros AR300xMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use h4_recv_buf helper for H:4 protocolMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Introduce h4_recv_buf helper functionMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count fieldMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove unused h4->rx_skb fieldMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Fix indentation issues for multi-line functionsMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove unneeded cast of tty->disc_dataMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add support Broadcom address configurationMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add support Intel address configurationMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add support for vendor detection flagMarcel Holtmann
2015-04-02Bluetooth: Remove unneeded extra ( ) in valid flags checkMarcel Holtmann
2015-03-28Bluetooth: btusb: Consolidate Broadcom based device entriesMarcel Holtmann
2015-03-25Bluetooth: hci_uart: Add setup callbackLoic Poulain
2015-03-22Bluetooth: Read Broadcom chip info for Apple Bluetooth devicesMarcel Holtmann
2015-03-21Bluetooth: Read Verbose Config Version Info for Broadcom devicesMarcel Holtmann
2015-03-17Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSRJakub Pawlowski
2015-03-17Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTELJakub Pawlowski
2015-03-17Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012Jakub Pawlowski
2015-03-17Bluetooth: btusb: Fix minor whitespace issue in QCA ROME device entriesMarcel Holtmann
2015-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-13Bluetooth: btusb: Add helper for READ_LOCAL_VERSION commandDaniel Drake
2015-03-11Bluetooth: btusb: Fix incorrect type in qca_device_infoKim, Ben Young Tae