summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorLines
2017-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+16
2017-07-12Merge branch 'next' into for-linusDmitry Torokhov-1/+16
2017-07-09Input: gpio_keys - handle the missing key press event in resume phaseJoseph Lo-1/+16
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+169
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-1/+1
2017-07-06Merge branch 'next' into for-linusDmitry Torokhov-2/+169
2017-06-05Input: add D-Link DIR-685 touchkeys driverLinus Walleij-0/+167
2017-06-01Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULLAndi Shyti-1/+1
2017-05-29Merge tag 'v4.12-rc3' into nextDmitry Torokhov-1/+1
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang-1/+1
2017-05-22Input: mcs - move header file out of I2C realmWolfram Sang-1/+1
2017-05-22Input: lm8323 - move header file out of I2C realmWolfram Sang-1/+1
2017-05-11Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann-1/+1
2017-04-10Input: omap-keypad - fix error handling codeChristophe JAILLET-1/+1
2017-04-10Input: locomokbd - use setup_timerGeliang Tang-3/+2
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov-18/+8
2017-04-03Input: cros_ec_keyb - add an EC event for sysrqRajat Jain-0/+7
2017-03-29Input: matrix_keypad - add option to drive inactive columnsDavid Rivshin-4/+9
2017-03-23Input: qt1070 - add OF device ID tableJavier Martinez Canillas-0/+9
2017-02-23Input: tca8418_keypad - remove double read of key event registerDmitry Torokhov-2/+0
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-18/+8
2017-02-15Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Dmitry Torokhov-44/+406
2017-02-13input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou-0/+5
2017-02-08input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson-45/+402
2017-02-04gpio: Rename devm_get_gpiod_from_child()Boris Brezillon-6/+8
2017-01-31Input: tca8418 - switch to using generic device propertiesDmitry Torokhov-64/+26
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov-13/+14
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein-2/+4
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko-17/+3
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov-104/+31
2017-01-22Input: keyboard - drop unnecessary calls to input_set_drvdataGuenter Roeck-11/+0
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck-11/+0
2017-01-21Input: keyboard - use local variables consistentlyGuenter Roeck-27/+25
2017-01-21Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck-12/+0
2017-01-21Input: gpio-keys - add support for setkeycodeHans de Goede-12/+28
2017-01-18Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee-0/+298
2017-01-18Input: bcm-keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck-2/+0
2017-01-18Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck-1/+0
2017-01-18Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck-2/+1
2017-01-17Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard-3/+3
2017-01-15Input: mpr121 - switch to device tree probeAkinobu Mita-43/+94
2017-01-15Input: mpr121 - handle multiple bits change of status registerAkinobu Mita-9/+14
2017-01-15Input: mpr121 - set missing event capabilityAkinobu Mita-0/+1
2017-01-15Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita-1/+0
2017-01-15Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita-4/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-151/+192
2016-12-07Input: lpc32xx-keys - fix invalid error handling of a requested irqVladimir Zapolskiy-1/+1
2016-11-17Input: gpio_keys - set input direction explicitlySudeep Holla-0/+15
2016-11-07Input: gpio_keys - switch to using generic device propertiesDmitry Torokhov-72/+69
2016-11-07Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven-11/+26