summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btbcm: Add entry for BCM4356A2 UART bluetoothHans de Goede2017-10-141-0/+2
* Bluetooth: BT_HCIUART now depends on SERIAL_DEV_BUSArnd Bergmann2017-10-111-1/+1
* Bluetooth: hci_bcm: fix build error without CONFIG_PMArnd Bergmann2017-10-111-0/+4
* Bluetooth: btbcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+1
* Bluetooth: hci_bcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+8
* Bluetooth: avoid silent hci_bcm ACPI PM regressionJohan Hovold2017-10-101-0/+1
* Bluetooth: hci_bcm: Correct context of IRQ polarity messageIan W MORRISON2017-10-091-1/+1
* Bluetooth: Convert timers to use timer_setup()Kees Cook2017-10-064-21/+23
* Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driverHans de Goede2017-10-061-50/+68
* Bluetooth: hci_bcm: Make suspend/resume functions platform_dev independentHans de Goede2017-10-061-4/+4
* Bluetooth: hci_bcm: Make acpi_probe get irq from ACPI resourcesHans de Goede2017-10-061-2/+9
* Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resourcesHans de Goede2017-10-061-2/+2
* Bluetooth: hci_bcm: Store device pointer instead of platform_device pointerHans de Goede2017-10-061-38/+35
* Bluetooth: hci_bcm: Move platform_get_irq call to bcm_probeHans de Goede2017-10-061-1/+1
* Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probeHans de Goede2017-10-061-7/+6
* Bluetooth: hci_bcm: Fix setting of irq trigger typeHans de Goede2017-10-061-13/+10
* Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede2017-10-061-0/+7
* Bluetooth: btmrvl: *_err() and *_info() strings should end with newlinesArvind Yadav2017-10-061-3/+3
* ieee802154: fix gcc-4.9 warningsArnd Bergmann2017-10-061-1/+1
* Bluetooth: btqcomsmd: retrieve BD address from DT propertyLoic Poulain2017-10-061-0/+11
* Bluetooth: btqcomsmd: Add support for BD address setupLoic Poulain2017-10-061-0/+34
* bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas2017-10-061-6/+1
* nfp: add set tcp and udp header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+51
* nfp: add set ipv6 source and destination addressPieter Jansen van Vuuren2017-10-062-0/+83
* nfp: add set ipv4 header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+56
* nfp: add set ethernet header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+93
* nfp: add IPv6 ttl and tos match offloading supportPieter Jansen van Vuuren2017-10-062-11/+10
* nfp: add IPv4 ttl and tos match offloading supportPieter Jansen van Vuuren2017-10-062-5/+10
* nfp: add mpls match offloading supportPieter Jansen van Vuuren2017-10-063-7/+21
* net: qcom/emac: make function emac_isr staticColin Ian King2017-10-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-06228-1135/+2254
|\
| * Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-065-20/+44
| |\
| | * dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2017-10-051-5/+6
| | * dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz2017-10-041-0/+4
| | * dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen2017-09-281-0/+1
| | * dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-253-15/+33
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-058-27/+118
| |\ \
| | * | Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"Kai-Heng Feng2017-10-022-5/+0
| | * | HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-021-1/+1
| | * | HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke2017-10-021-1/+3
| | * | HID: wacom: generic: Clear ABS_MISC when tool leaves proximityJason Gerecke2017-09-131-1/+1
| | * | HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving proxJason Gerecke2017-09-131-11/+16
| | * | HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido2017-09-131-1/+2
| | * | HID: rmi: Make sure the HID device is opened on resumeLyude2017-09-081-3/+10
| | * | HID: multitouch: Support ALPS PTP stick with pid 0x120AShrirang Bagul2017-09-062-0/+5
| | * | HID: multitouch: support buttons and trackpoint on Lenovo X1 Tab Gen2Pavel Tatashin2017-09-062-0/+7
| | * | HID: wacom: Correct coordinate system of touchring and pen twistJason Gerecke2017-09-061-5/+68
| | * | HID: wacom: Properly report negative values from Intuos Pro 2 BluetoothJason Gerecke2017-09-061-3/+3
| | * | HID: multitouch: Fix system-control buttons not workingHans de Goede2017-09-061-0/+1
| | * | HID: add multi-input quirk for IDC6680 touchscreenNicholas Bishop2017-09-062-0/+2