summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* 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-035-44/+242
| |\
| | * 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
* | | Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-071-104/+31
|\ \ \
| * | | Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang2016-08-311-104/+31
* | | | 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
|\|
| * Input: cros_ec_keyb - cleanup use of devDouglas Anderson2016-07-261-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
|\ \ \ | |/ / |/| / | |/
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-182-63/+17
|\|
| * 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
* | input: adp5588-keys: use gpiochip data pointerLinus Walleij2016-04-261-5/+5
* | input: adp5589-keys: use gpiochip data pointerLinus Walleij2016-03-301-6/+6
|/
* 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
* | Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan...Vladimir Zapolskiy2016-03-111-2/+2
* | Input: sh_keysc - remove dependency on SUPERHSimon Horman2016-03-041-1/+1
* | Input: snvs_pwrkey - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-021-2/+2
* | Input: spear-keyboard - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-021-4/+2
* | Input: goldfish_events - enable ACPI-based enumeration for goldfish eventsJason Hu2016-03-021-0/+10
* | Input: goldfish_events - add devicetree bindingsGreg Hackmann2016-03-021-0/+7
|/
* Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan2016-01-131-2/+2
* Input: gpio-keys - allow setting input device name in DTLaxman Dewangan2016-01-131-0/+2
* Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov2016-01-101-6/+23
* Input: omap-keypad - remove dead checkDmitry Torokhov2016-01-071-8/+0
* Input: omap-keypad - set tasklet data earlierDan Carpenter2016-01-071-1/+1
* Input: snvs_pwrkey - remove duplicated semicolonJavier Martinez Canillas2015-10-261-2/+1
* Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flagSudeep Holla2015-10-261-1/+1
* Input: tegra-kbc - enable support for the standard "wakeup-source" propertySudeep Holla2015-10-261-1/+2
* Input: nomadik-ske-keypad - fix a trivial typoGeliang Tang2015-10-221-1/+1
* Input: gpio_keys_polled - add support for abs/rel axisHans de Goede2015-10-141-9/+79
* Input: goldfish - allow compile the driver with COMPILE_TESTJavier Martinez Canillas2015-10-021-1/+1
* Input: gpio_keys - don't report events on gpio failureBjorn Andersson2015-10-021-1/+7
* Merge tag 'v4.3-rc3' into nextDmitry Torokhov2015-09-294-1/+240
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-09-111-2/+0
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2015-09-111-2/+0
| | |\