summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)Author
2012-05-11Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov
2012-05-11Input: adp5588 - add support for gpio namesJean-François Dagenais
2012-05-11Input: omap-keypad - dynamically handle register offsetsPoddar, Sourav
2012-04-24Input: atkbd - fix language in a printed messageJesper Juhl
2012-04-22Merge commit 'v3.4-rc4' into nextDmitry Torokhov
2012-04-21Input: tc3589x-keypad - remove unnecessary checksDmitry Torokhov
2012-04-21Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov
2012-04-21Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov
2012-04-21Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov
2012-04-11Input: ep93xx_keypad - switch to using dev_pm_opsDmitry Torokhov
2012-04-04Input: serio - use module_serio_driverAxel Lin
2012-04-04Input: add support for LM8333 keypadsWolfram Sang
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-03-28Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-27Input: tegra-kbc - allocate pdata before using itViresh Kumar
2012-03-25ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irqRob Herring
2012-03-20Input: gpio_keys - add support for interrupt only keysLaxman Dewangan
2012-03-20Input: gpio_keys - consolidate key destructor codeDmitry Torokhov
2012-03-20Input: revert "gpio_keys - switch to using threaded IRQs"David Jander
2012-03-20Input: gpio_keys - constify platform dataDmitry Torokhov
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin
2012-03-17Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi
2012-03-14Input: tegra-kbc - revise device tree supportOlof Johansson
2012-03-14Input: of_keymap - add device tree bindings for simple key matricesOlof Johansson
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov
2012-02-28Input: spear-keyboard - provide thaw and poweroff routinesViresh Kumar
2012-02-28Input: spear-keyboard - configure device according to supplied modeRajeev Kumar
2012-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-02-03Input: tegra-kbc - allow skipping setting up some of GPIO pinsShridhar Rasal
2012-02-01Input: twl4030_keypad - fix comment (trivial)Felipe Contreras
2012-01-23Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer
2012-01-23Input: samsung-keypad - don't synchronise with runtime PM putMark Brown
2012-01-23Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov
2012-01-23Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-01-11Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-01-05Input: tc3589x-keypad - add missing kerneldocNaga Radhesh
2011-12-30Input: samsung-keypad - implement runtime power management supportMark Brown
2011-12-30Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer
2011-12-30Input: tegra-kbc - add device tree bindingsOlof Johansson
2011-12-23input: samsung-keypad: Add device tree supportThomas Abraham
2011-12-12Input: keyboard - staticise non-exported symbolsAxel Lin
2011-12-01Input: keyboard - use macro module_platform_driver()JJ Ding
2011-11-29Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov
2011-11-15Input: samsung-keypad - enable compiling on other platformsDmitry Torokhov
2011-11-10Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov
2011-11-10Input: convert obsolete strict_strtox to kstrtoxJJ Ding
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker