summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-151/+192
2016-12-07Input: lpc32xx-keys - fix invalid error handling of a requested irqVladimir Zapolskiy1-1/+1
2016-11-17Input: gpio_keys - set input direction explicitlySudeep Holla2-0/+15
2016-11-07Input: gpio_keys - switch to using generic device propertiesDmitry Torokhov1-72/+69
2016-11-07Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven1-11/+26
2016-11-07Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov1-0/+3
2016-11-07Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov1-4/+2
2016-11-07Input: gpio_keys_polled - always use gpiod_get_value_cansleepDmitry Torokhov1-11/+10
2016-11-07Input: gpio_keys_polled - keep button data constantDmitry Torokhov2-52/+63
2016-10-26Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warningArnd Bergmann1-9/+12
2016-10-26Input: pxa27x_keypad - fix typo "debpunce" -> "debounce"Colin Ian King1-1/+1
2016-10-13Merge tag 'v4.8' into nextDmitry Torokhov4-14/+14
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-44/+242
2016-10-07Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-104/+31
2016-10-03Merge branch 'next' into for-linusDmitry Torokhov5-44/+242
2016-09-26Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin1-1/+0
2016-09-10Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King1-1/+0
2016-08-31Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang1-104/+31
2016-08-29Input: add ADC resistor ladder driverAlexandre Belloni3-0/+226
2016-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2016-08-22Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov1-4/+2
2016-08-22Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King1-4/+7
2016-08-22Input: jornada720_kbd - switch to devm_* APIsRussell King1-35/+8
2016-08-22Input: tegra-kbc - fix inverted reset logicMasahiro Yamada1-1/+1
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-10/+9
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2016-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+2
2016-07-26Input: cros_ec_keyb - cleanup use of devDouglas Anderson1-10/+9
2016-07-06input: clps711x-keypad: Changing the compatibility string to match with the s...Alexander Shiyan1-2/+2
2016-06-23Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly"Colin Ian King1-1/+1
2016-05-25Input: tc3589x-keypad - remove stray ')'Clifton Barnes1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-63/+17
2016-04-29Input: twl4030 - fix unsafe macro definitionRui Teng1-12/+16
2016-04-26input: adp5588-keys: use gpiochip data pointerLinus Walleij1-5/+5
2016-04-05Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Dmitry Torokhov1-25/+0
2016-04-05Input: omap-keypad - drop empty PM stubsDmitry Torokhov1-21/+0
2016-04-05Input: omap-keypad - remove adjusting of scan delayDmitry Torokhov1-5/+1
2016-03-30input: adp5589-keys: use gpiochip data pointerLinus Walleij1-6/+6
2016-03-15Merge tag 'v4.5' into nextDmitry Torokhov2-5/+10
2016-03-11Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan...Vladimir Zapolskiy1-2/+2
2016-03-04Input: sh_keysc - remove dependency on SUPERHSimon Horman1-1/+1
2016-03-02Input: snvs_pwrkey - use __maybe_unused to hide pm functionsArnd Bergmann1-2/+2
2016-03-02Input: spear-keyboard - use __maybe_unused to hide pm functionsArnd Bergmann1-4/+2
2016-03-02Input: goldfish_events - enable ACPI-based enumeration for goldfish eventsJason Hu1-0/+10
2016-03-02Input: goldfish_events - add devicetree bindingsGreg Hackmann1-0/+7
2016-02-09Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen1-3/+4
2016-01-27Input: cap11xx - add missing of_node_putAmitoj Kaur Chawla1-2/+6
2016-01-13Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan1-2/+2
2016-01-13Input: gpio-keys - allow setting input device name in DTLaxman Dewangan1-0/+2
2016-01-10Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov1-6/+23