Age | Commit message (Expand) | Author | Files | Lines |
2015-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+4 |
2015-11-05 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2015-11-05 | Bluetooth: Fix possible deadlock in btusb | Kuba Pawlak | 1 | -2/+4 |
2015-10-25 | Bluetooth: btmrvl: add missing of_node_put | Julia Lawall | 1 | -1/+4 |
2015-10-22 | Bluetooth: hci_bcm: checking for ERR_PTR instead of NULL | Dan Carpenter | 1 | -2/+2 |
2015-10-21 | Bluetooth: btintel: Enable extra Intel vendor events | Marcel Holtmann | 3 | -9/+92 |
2015-10-21 | Bluetooth: btusb: Set manufacturer for Intel bootloader devices | Marcel Holtmann | 1 | -1/+3 |
2015-10-21 | Bluetooth: hci_uart: Provide initial manufacturer information | Marcel Holtmann | 6 | -0/+12 |
2015-10-21 | Bluetooth: btusb: Add support for latest Apple controllers | Marcel Holtmann | 1 | -7/+15 |
2015-10-21 | Bluetooth: btusb: Set early vendor info for Intel and Broadcom | Marcel Holtmann | 1 | -0/+4 |
2015-10-21 | Bluetooth: ath3k: Add support of AR3012 0cf3:817b device | Dmitry Tunin | 2 | -0/+3 |
2015-10-21 | Bluetooth: ath3k: Add new AR3012 0930:021c id | Dmitry Tunin | 2 | -0/+3 |
2015-10-21 | Bluetooth: btusb: Add support for Foxconn/Lenovo BCM43142A0 (105b:e065) | Santtu Rekilä | 1 | -0/+3 |
2015-10-21 | Bluetooth: btbcm: Read USB product information for Apple devices | Marcel Holtmann | 1 | -0/+9 |
2015-10-21 | Bluetooth: btbcm: Fix firmware version number calculation | Marcel Holtmann | 1 | -4/+4 |
2015-10-21 | Bluetooth: btusb: Mark BCM2045 devices to have broken link key commands | Marcel Holtmann | 1 | -0/+7 |
2015-10-21 | Bluetooth: btintel: Add diagnostic support for older controllers | Marcel Holtmann | 3 | -0/+44 |
2015-10-21 | Bluetooth: btintel: Set quirk for non-persistent diagnostic settings | Marcel Holtmann | 2 | -3/+3 |
2015-10-21 | Bluetooth: bpa10x: fix BT_HCIUART dependency | Arnd Bergmann | 1 | -2/+1 |
2015-10-21 | Bluetooth: btusb: Print information of Intel SfP lock states | Marcel Holtmann | 1 | -0/+9 |
2015-10-21 | Bluetooth: btintel: Add support for enabling tracing functionality | Marcel Holtmann | 4 | -0/+40 |
2015-10-21 | Bluetooth: btusb: Add support for Broadcom LM_DIAG interface | Marcel Holtmann | 1 | -4/+224 |
2015-10-21 | Bluetooth: bpa10x: Fix missing BT_HCIUART dependency | Marcel Holtmann | 1 | -0/+1 |
2015-10-08 | Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassembly | Marcel Holtmann | 3 | -109/+29 |
2015-10-08 | Bluetooth: bpa10x: Add support for set_diag driver callback | Marcel Holtmann | 1 | -0/+20 |
2015-10-08 | Bluetooth: bpa10x: Read revision information in setup stage | Marcel Holtmann | 1 | -0/+19 |
2015-10-08 | Bluetooth: hci_bcm: Enable support for set_diag driver callback | Marcel Holtmann | 1 | -0/+24 |
2015-10-08 | Bluetooth: hci_bcm: Enable parsing of LM_DIAG messages | Marcel Holtmann | 1 | -3/+14 |
2015-10-07 | Bluetooth: btbcm: Read the local name in setup stage | Marcel Holtmann | 1 | -0/+44 |
2015-10-05 | Bluetooth: Move handling of HCI_RUNNING flag into core | Marcel Holtmann | 12 | -82/+1 |
2015-10-05 | Bluetooth: Move HCI_RUNNING check into hci_send_frame | Marcel Holtmann | 8 | -31/+0 |
2015-10-05 | Bluetooth: btbcm: Send HCI Reset before sending Apple specific commands | Marcel Holtmann | 1 | -2/+8 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -2/+2 |
2015-10-03 | Bluetooth: btintel: Add iBT register access over HCI support | Loic Poulain | 3 | -0/+206 |
2015-10-01 | Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe() | Jarkko Nikula | 1 | -6/+2 |
2015-10-01 | Bluetooth: hci_bcm: Remove needless looking code | Jarkko Nikula | 1 | -10/+3 |
2015-10-01 | Bluetooth: hci_bcm: Remove needless acpi_match_device() call | Jarkko Nikula | 1 | -5/+0 |
2015-10-01 | Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources() | Jarkko Nikula | 1 | -1/+3 |
2015-10-01 | Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list() | Jarkko Nikula | 1 | -0/+1 |
2015-10-01 | Bluetooth: hci_intel: Cleanup the device probe code | Jarkko Nikula | 1 | -24/+0 |
2015-09-30 | Bluetooth: hci_h5: clean up hci_h5 code | Prasanna Karthik | 1 | -5/+5 |
2015-09-30 | Bluetooth: btuart_cs: remove obsolete header | Prasanna Karthik | 1 | -1/+1 |
2015-09-28 | Bluetooth: hci_qca: Changed unsigned long to bool | Prasanna Karthik | 1 | -2/+2 |
2015-09-25 | Bluetooth: btmrvl: Comparison to NULL re-written | Prasanna Karthik | 2 | -2/+2 |
2015-09-25 | Bluetooth: btuart_cs: Comparison to NULL re-written | Prasanna Karthik | 1 | -1/+1 |
2015-09-25 | Bluetooth: bt3c_cs: Comparison to NULL re-written | Prasanna Karthik | 1 | -1/+1 |
2015-09-25 | Bluetooth: bluecard: Comparison to NULL could be re-written | Prasanna Karthik | 1 | -1/+1 |
2015-09-24 | Bluetooth: hci_bcm: Add suspend/resume runtime PM functions | Frederic Danis | 1 | -4/+56 |
2015-09-24 | Bluetooth: Remove useless rx_lock spinlock | Frederic Danis | 2 | -6/+3 |
2015-09-24 | Bluetooth: hci_bcm: Prepare PM runtime support | Frederic Danis | 1 | -28/+60 |