summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorLines
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+4
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2015-11-05Bluetooth: Fix possible deadlock in btusbKuba Pawlak-2/+4
2015-10-25Bluetooth: btmrvl: add missing of_node_putJulia Lawall-1/+4
2015-10-22Bluetooth: hci_bcm: checking for ERR_PTR instead of NULLDan Carpenter-2/+2
2015-10-21Bluetooth: btintel: Enable extra Intel vendor eventsMarcel Holtmann-9/+92
2015-10-21Bluetooth: btusb: Set manufacturer for Intel bootloader devicesMarcel Holtmann-1/+3
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann-0/+12
2015-10-21Bluetooth: btusb: Add support for latest Apple controllersMarcel Holtmann-7/+15
2015-10-21Bluetooth: btusb: Set early vendor info for Intel and BroadcomMarcel Holtmann-0/+4
2015-10-21Bluetooth: ath3k: Add support of AR3012 0cf3:817b deviceDmitry Tunin-0/+3
2015-10-21Bluetooth: ath3k: Add new AR3012 0930:021c idDmitry Tunin-0/+3
2015-10-21Bluetooth: btusb: Add support for Foxconn/Lenovo BCM43142A0 (105b:e065)Santtu Rekilä-0/+3
2015-10-21Bluetooth: btbcm: Read USB product information for Apple devicesMarcel Holtmann-0/+9
2015-10-21Bluetooth: btbcm: Fix firmware version number calculationMarcel Holtmann-4/+4
2015-10-21Bluetooth: btusb: Mark BCM2045 devices to have broken link key commandsMarcel Holtmann-0/+7
2015-10-21Bluetooth: btintel: Add diagnostic support for older controllersMarcel Holtmann-0/+44
2015-10-21Bluetooth: btintel: Set quirk for non-persistent diagnostic settingsMarcel Holtmann-3/+3
2015-10-21Bluetooth: bpa10x: fix BT_HCIUART dependencyArnd Bergmann-2/+1
2015-10-21Bluetooth: btusb: Print information of Intel SfP lock statesMarcel Holtmann-0/+9
2015-10-21Bluetooth: btintel: Add support for enabling tracing functionalityMarcel Holtmann-0/+40
2015-10-21Bluetooth: btusb: Add support for Broadcom LM_DIAG interfaceMarcel Holtmann-4/+224
2015-10-21Bluetooth: bpa10x: Fix missing BT_HCIUART dependencyMarcel Holtmann-0/+1
2015-10-08Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassemblyMarcel Holtmann-109/+29
2015-10-08Bluetooth: bpa10x: Add support for set_diag driver callbackMarcel Holtmann-0/+20
2015-10-08Bluetooth: bpa10x: Read revision information in setup stageMarcel Holtmann-0/+19
2015-10-08Bluetooth: hci_bcm: Enable support for set_diag driver callbackMarcel Holtmann-0/+24
2015-10-08Bluetooth: hci_bcm: Enable parsing of LM_DIAG messagesMarcel Holtmann-3/+14
2015-10-07Bluetooth: btbcm: Read the local name in setup stageMarcel Holtmann-0/+44
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann-82/+1
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann-31/+0
2015-10-05Bluetooth: btbcm: Send HCI Reset before sending Apple specific commandsMarcel Holtmann-2/+8
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar-2/+2
2015-10-03Bluetooth: btintel: Add iBT register access over HCI supportLoic Poulain-0/+206
2015-10-01Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()Jarkko Nikula-6/+2
2015-10-01Bluetooth: hci_bcm: Remove needless looking codeJarkko Nikula-10/+3
2015-10-01Bluetooth: hci_bcm: Remove needless acpi_match_device() callJarkko Nikula-5/+0
2015-10-01Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources()Jarkko Nikula-1/+3
2015-10-01Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()Jarkko Nikula-0/+1
2015-10-01Bluetooth: hci_intel: Cleanup the device probe codeJarkko Nikula-24/+0
2015-09-30Bluetooth: hci_h5: clean up hci_h5 codePrasanna Karthik-5/+5
2015-09-30Bluetooth: btuart_cs: remove obsolete headerPrasanna Karthik-1/+1
2015-09-28Bluetooth: hci_qca: Changed unsigned long to boolPrasanna Karthik-2/+2
2015-09-25Bluetooth: btmrvl: Comparison to NULL re-writtenPrasanna Karthik-2/+2
2015-09-25Bluetooth: btuart_cs: Comparison to NULL re-writtenPrasanna Karthik-1/+1
2015-09-25Bluetooth: bt3c_cs: Comparison to NULL re-writtenPrasanna Karthik-1/+1
2015-09-25Bluetooth: bluecard: Comparison to NULL could be re-writtenPrasanna Karthik-1/+1
2015-09-24Bluetooth: hci_bcm: Add suspend/resume runtime PM functionsFrederic Danis-4/+56
2015-09-24Bluetooth: Remove useless rx_lock spinlockFrederic Danis-6/+3
2015-09-24Bluetooth: hci_bcm: Prepare PM runtime supportFrederic Danis-28/+60