summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-215-11/+0
* Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-214-27/+25
* Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-218-12/+0
* 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/+0
* Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0
* Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck2017-01-181-2/+1
* Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard2017-01-171-3/+3
* Input: mpr121 - switch to device tree probeAkinobu Mita2017-01-151-43/+94
* Input: mpr121 - handle multiple bits change of status registerAkinobu Mita2017-01-151-9/+14
* Input: mpr121 - set missing event capabilityAkinobu Mita2017-01-151-0/+1
* Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita2017-01-151-1/+0
* Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita2017-01-151-4/+2
* Input: lpc32xx-keys - fix invalid error handling of a requested irqVladimir Zapolskiy2016-12-071-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-071-72/+69
* Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven2016-11-071-11/+26
* Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov2016-11-071-0/+3
* Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov2016-11-071-4/+2
* Input: gpio_keys_polled - always use gpiod_get_value_cansleepDmitry Torokhov2016-11-071-11/+10
* Input: gpio_keys_polled - keep button data constantDmitry Torokhov2016-11-072-52/+63
* Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warningArnd Bergmann2016-10-261-9/+12
* Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King2016-10-261-1/+1
* Merge tag 'v4.8' into nextDmitry Torokhov2016-10-134-14/+14
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-261-1/+1
| |\
| | * Input: tegra-kbc - fix inverted reset logicMasahiro Yamada2016-08-221-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-051-10/+9
| |\|
| * | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-2/+2
| |\ \
| | * | input: clps711x-keypad: Changing the compatibility string to match with the s...Alexander Shiyan2016-07-061-2/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-272-2/+2
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-182-63/+17
| |\ \ \
| * | | | input: adp5588-keys: use gpiochip data pointerLinus Walleij2016-04-261-5/+5
| * | | | input: adp5589-keys: use gpiochip data pointerLinus Walleij2016-03-301-6/+6
* | | | | Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin2016-09-261-1/+0
* | | | | Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King2016-09-101-1/+0
* | | | | Input: add ADC resistor ladder driverAlexandre Belloni2016-08-293-0/+226
* | | | | Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov2016-08-221-4/+2
* | | | | Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King2016-08-221-4/+7
* | | | | Input: jornada720_kbd - switch to devm_* APIsRussell King2016-08-221-35/+8
| |_|_|/ |/| | |
* | | | Input: cros_ec_keyb - cleanup use of devDouglas Anderson2016-07-261-10/+9
| |_|/ |/| |
* | | Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly"Colin Ian King2016-06-231-1/+1
* | | Input: tc3589x-keypad - remove stray ')'Clifton Barnes2016-05-251-1/+1
| |/ |/|
* | Input: twl4030 - fix unsafe macro definitionRui Teng2016-04-291-12/+16
* | Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Dmitry Torokhov2016-04-051-25/+0
* | Input: omap-keypad - drop empty PM stubsDmitry Torokhov2016-04-051-21/+0
* | Input: omap-keypad - remove adjusting of scan delayDmitry Torokhov2016-04-051-5/+1
|/
* Merge tag 'v4.5' into nextDmitry Torokhov2016-03-152-5/+10
|\
| * Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen2016-02-091-3/+4
| * Input: cap11xx - add missing of_node_putAmitoj Kaur Chawla2016-01-271-2/+6