summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Input: pxa27x-keypad - fix generating scancodeChao Xie1-1/+6
2014-05-12Input: fix ps2/serio module dependencyArnd Bergmann1-1/+1
2014-04-25Input: tca8418 - fix loading this driver as a module from a device treeDr. H. Nikolaus Schaller1-0/+7
2014-04-25Input: atkbd - fix keyboard not working on some LG laptopsSheng-Liang Song1-1/+28
2014-04-03Merge branch 'next' into for-linusDmitry Torokhov7-562/+363
2014-03-31Input: pmic8xxx-keypad - migrate to DTStephen Boyd1-64/+86
2014-03-31Input: pmic8xxx-keypad - migrate to regmap APIsStephen Boyd1-52/+29
2014-03-31Input: pmic8xxx-keypad - migrate to devm_* APIsStephen Boyd1-44/+17
2014-03-31Input: pmic8xxx-keypad - fix build by removing gpio configurationStephen Boyd1-58/+0
2014-03-31Input: add new driver for ARM CLPS711X keypadAlexander Shiyan3-0/+220
2014-03-28Input: remove obsolete tnetv107x driversArnd Bergmann3-340/+0
2014-03-01Merge tag 'v3.14-rc4' into nextDmitry Torokhov1-3/+10
2014-02-17Input: imx_keypad - Propagate the real error code on platform_get_irq() failureFabio Estevam1-2/+2
2014-02-16Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais1-1/+11
2014-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds41-135/+132
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker31-31/+0
2014-01-07Input: twl4030-keypad - convert to using managed resourcesDmitry Torokhov1-48/+22
2014-01-04Input: twl4030-keypad - add device tree supportSebastian Reichel1-17/+50
2013-12-31Input: cros_ec_keyb - fix problems with backslashDoug Anderson1-4/+11
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson1-3/+10
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov4-5/+15
2013-12-12Input: tegra-kbc - use reset frameworkStephen Warren1-3/+10
2013-12-07Input: samsung-keypad - favor platform data if presentDmitry Torokhov1-15/+21
2013-12-06Input: use dev_get_platdata()Jingoo Han21-29/+37
2013-12-06Input: sh_keysc - restrict non-COMPILE_TEST compilationLaurent Pinchart1-1/+1
2013-11-26Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu3-3/+6
2013-11-15Merge branch 'next' into for-linusDmitry Torokhov9-38/+43
2013-11-11Input: tnetv107x-keypad - make irqs signed for error handlingDan Carpenter1-2/+2
2013-10-31Input: sh_keysc - enable the driver on all ARM platformsLaurent Pinchart1-1/+1
2013-10-31Input: allow deselecting serio drivers even without CONFIG_EXPERTTom Gundersen1-2/+2
2013-10-16Input: nspire-keypad - add missing clk_disable_unprepare() on error pathWei Yongjun1-1/+3
2013-10-08Merge tag 'v3.12-rc4' into nextDmitry Torokhov1-2/+2
2013-10-06Input: pxa27x_keypad - include linux/of.h headerSachin Kamat1-0/+1
2013-10-06Input: gpio_keys_polled - include linux/of.h headerSachin Kamat1-0/+1
2013-10-06Input: gpio_keys - include linux/of.h headerSachin Kamat1-0/+1
2013-10-06Input: tegra-kbc - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: nspire-keypad - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: lpc32xx-keys - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-18Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn1-2/+9
2013-09-18Merge tag 'v3.11' into nextDmitry Torokhov3-77/+30
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-2/+2
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-49/+103
2013-09-07Merge branch 'next' into for-linusDmitry Torokhov7-49/+103
2013-08-26Input: omap-keypad - set up irq type from DTIllia Smyrnov1-2/+1
2013-08-26Input: omap-keypad - enable wakeup capability for keypad.Illia Smyrnov1-0/+39
2013-08-26Input: omap-keypad - clear interrupts on openIllia Smyrnov1-1/+2
2013-08-26Input: omap-keypad - convert to threaded IRQIllia Smyrnov1-9/+20
2013-08-26Input: omap-keypad - use bitfiled instead of hardcoded valuesIllia Smyrnov1-14/+11
2013-08-15Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall3-18/+3
2013-08-15Input: tegra-kbc - simplify use of devm_ioremap_resourceJulia Lawall1-6/+1