summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-121-1/+1
* Input: omap-keypad - fix error handling codeChristophe JAILLET2017-04-111-1/+1
* Input: locomokbd - use setup_timerGeliang Tang2017-04-111-3/+2Star
* Merge tag 'v4.11-rc5' into nextDmitry Torokhov2017-04-032-18/+8Star
|\
| * Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-02-232-18/+8Star
| |\
| | * gpio: Rename devm_get_gpiod_from_child()Boris Brezillon2017-02-042-6/+8
| | * gpio: Pass GPIO label down to gpiod_requestAlexander Stein2017-01-262-2/+4
| | * gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2017-01-262-17/+3Star
* | | Input: cros_ec_keyb - add an EC event for sysrqRajat Jain2017-04-031-0/+7
* | | Input: matrix_keypad - add option to drive inactive columnsDavid Rivshin2017-03-291-4/+9
* | | Input: qt1070 - add OF device ID tableJavier Martinez Canillas2017-03-231-0/+9
* | | Input: tca8418_keypad - remove double read of key event registerDmitry Torokhov2017-02-231-2/+0Star
|/ /
* | Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Dmitry Torokhov2017-02-151-44/+406
|\ \
| * | input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou2017-02-131-0/+5
| * | input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson2017-02-081-45/+402
| |/
* | Input: tca8418 - switch to using generic device propertiesDmitry Torokhov2017-01-311-64/+26Star
* | Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-3110-13/+14
* | Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-241-104/+31Star
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-185-151/+192
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-075-44/+242
| |\ \
| | * \ Merge branch 'next' into for-linusDmitry Torokhov2016-10-045-44/+242
| | |\ \
| * | \ \ Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-071-104/+31Star
| |\ \ \ \
| | * | | | Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang2016-08-311-104/+31Star
* | | | | | Input: keyboard - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-236-11/+0Star
* | | | | | Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-225-11/+0Star
* | | | | | Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-224-27/+25Star
* | | | | | Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-228-12/+0Star
* | | | | | Input: gpio-keys - add support for setkeycodeHans de Goede2017-01-211-12/+28
* | | | | | Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee2017-01-183-0/+298
* | | | | | Input: bcm-keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-2/+0Star
* | | | | | Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0Star
* | | | | | Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck2017-01-181-2/+1Star
* | | | | | Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard2017-01-171-3/+3
* | | | | | Input: mpr121 - switch to device tree probeAkinobu Mita2017-01-161-43/+94
* | | | | | Input: mpr121 - handle multiple bits change of status registerAkinobu Mita2017-01-161-9/+14
* | | | | | Input: mpr121 - set missing event capabilityAkinobu Mita2017-01-161-0/+1
* | | | | | Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita2017-01-161-1/+0Star
* | | | | | Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita2017-01-161-4/+2Star
| |_|_|_|/ |/| | | |
* | | | | Input: lpc32xx-keys - fix invalid error handling of a requested irqVladimir Zapolskiy2016-12-081-1/+1
* | | | | Input: gpio_keys - set input direction explicitlySudeep Holla2016-11-172-0/+15
* | | | | Input: gpio_keys - switch to using generic device propertiesDmitry Torokhov2016-11-081-72/+69Star
* | | | | Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven2016-11-081-11/+26
* | | | | Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov2016-11-081-0/+3
* | | | | Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov2016-11-081-4/+2Star
* | | | | Input: gpio_keys_polled - always use gpiod_get_value_cansleepDmitry Torokhov2016-11-081-11/+10Star
* | | | | Input: gpio_keys_polled - keep button data constantDmitry Torokhov2016-11-082-52/+63
* | | | | Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warningArnd Bergmann2016-10-271-9/+12
* | | | | Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King2016-10-271-1/+1
* | | | | Merge tag 'v4.8' into nextDmitry Torokhov2016-10-144-14/+14
|\| | | | | |_|_|/ |/| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-271-1/+1
| |\ \ \ | | |/ / | |/| / | | |/