summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2016-11-07Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven-11/+26
2016-11-07Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov-0/+3
2016-11-07Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov-4/+2
2016-11-07Input: gpio_keys_polled - always use gpiod_get_value_cansleepDmitry Torokhov-11/+10
2016-11-07Input: gpio_keys_polled - keep button data constantDmitry Torokhov-52/+63
2016-10-26Input: da9063 - fix module autoload when registered via OFJavier Martinez Canillas-0/+1
2016-10-26Input: fsl-imx25-tcq - fix module autoload when registered via OFJavier Martinez Canillas-0/+1
2016-10-26Input: elan_i2c - always output the device informationBenjamin Tissoires-9/+8
2016-10-26Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warningArnd Bergmann-9/+12
2016-10-26Input: melfas_mip4 - use product id for firmware nameSangwon Jee-3/+9
2016-10-26Input: da9061 - onkey driverSteve Twiss-7/+8
2016-10-26Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King-1/+1
2016-10-21Input: i8042 - use chassis info to skip selftest on Asus laptopsMarcos Paulo de Souza-73/+1
2016-10-21Input: melfas_mip4 - add product_id sysfs attributeSangwon Jee-2/+38
2016-10-13Merge tag 'v4.8' into nextDmitry Torokhov-232635/+595009
2016-10-11Input: i8042 - skip selftest on ASUS laptopsMarcos Paulo de Souza-19/+142
2016-10-11Input: melfas_mip4 - add ic_name sysfs attributeSangwon Jee-2/+36
2016-10-07Input: elantech - add Fujitsu Lifebook E556 to force crc_enabledDmitry Torokhov-2/+9
2016-10-04Input: synaptics-rmi4 - fix error handling in I2C transport driverGuenter Roeck-12/+26
2016-10-04Input: synaptics-rmi4 - fix error handling in SPI transport driverGuenter Roeck-10/+12
2016-10-04Input: ALPS - set DualPoint flag for 74 03 28 devicesBen Gamari-0/+7
2016-10-04Input: ALPS - allow touchsticks to report pressureBen Gamari-0/+7
2016-10-04Input: ALPS - handle 0-pressure 1F eventsBen Gamari-1/+7
2016-10-04Input: ALPS - add touchstick support for SS5 hardwareBen Gamari-11/+56
2016-10-03Input: elantech - force needed quirks on Fujitsu H760Matti Kurkela-0/+14
2016-10-03Input: elantech - fix Lenovo version typoMarcos Paulo de Souza-1/+1
2016-10-03Input: elan_i2c - fix return tests of i2c_smbus_read_block_data()Benjamin Tissoires-8/+12
2016-10-03Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann-2/+2
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-49/+73
2016-10-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+3
2016-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+6
2016-09-30tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller-5/+5
2016-09-29Merge tag 'drm-fixes-for-v4.8-final' of git://people.freedesktop.org/~airlied...Linus Torvalds-3/+16
2016-09-29Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-32/+68
2016-09-28Merge tag 'for-linus-20160928' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+4
2016-09-27Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley-1/+3
2016-09-28drm/udl: fix line iterator in damage handlingDavid Herrmann-1/+1
2016-09-28Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-fixesDave Airlie-1/+8
2016-09-28Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-1/+7
2016-09-27drm/radeon/si/dpm: add workaround for for Jet partsAlex Deucher-0/+6
2016-09-27drm/amdgpu: disable CRTCs before teardownGrazvydas Ignotas-1/+1
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli-31/+39
2016-09-27net: fec: align IP header in hardwareEric Nelson-1/+10
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx27Eric Nelson-1/+1
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx25Eric Nelson-1/+1
2016-09-26Input: joydev - recognize devices with Z axis as joysticksVille Ranki-0/+6
2016-09-26Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin-1/+0
2016-09-26Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij-0/+349
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche-1/+3
2016-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-58/+54