aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Merge tag 'imx-clk' of git://git.pengutronix.de/git/imx/linux-2.6 into next/clkArnd Bergmann6-9/+12
2012-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-9/+12
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen6-9/+12
2012-06-12Input: tegra-kbc - add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-14/+38
2012-05-10Input: spear-keyboard - add device tree bindingsViresh Kumar1-15/+56
2012-05-10Input: matrix-keymap - wire up device tree supportDmitry Torokhov1-24/+32
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov18-170/+188
2012-05-10Input: adp5588 - add support for gpio namesJean-François Dagenais1-0/+1
2012-05-10Input: omap-keypad - dynamically handle register offsetsPoddar, Sourav2-28/+94
2012-04-27Input: pxa27x_keypad add choice to set direct_key_maskChao Xie1-1/+8
2012-04-27Input: pxa27x_keypad direct key may be low activeChao Xie1-1/+9
2012-04-27Input: pxa27x_keypad bug fix for direct_key_maskChao Xie1-1/+1
2012-04-27Input: pxa27x_keypad keep clock on as wakeup sourceChao Xie1-12/+21
2012-04-23Input: atkbd - fix language in a printed messageJesper Juhl1-1/+1
2012-04-21Merge commit 'v3.4-rc4' into nextDmitry Torokhov1-0/+1
2012-04-20Input: tc3589x-keypad - remove unnecessary checksDmitry Torokhov1-13/+9
2012-04-20Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov1-23/+30
2012-04-20Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov1-13/+10
2012-04-20Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov1-6/+4
2012-04-11Input: ep93xx_keypad - switch to using dev_pm_opsDmitry Torokhov1-16/+10
2012-04-04Input: serio - use module_serio_driverAxel Lin6-80/+6
2012-04-04Input: add support for LM8333 keypadsWolfram Sang3-0/+247
2012-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-90/+170
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-03-27Input: tegra-kbc - allocate pdata before using itViresh Kumar1-0/+1
2012-03-25ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irqRob Herring1-0/+1
2012-03-19Input: gpio_keys - add support for interrupt only keysLaxman Dewangan1-66/+148
2012-03-19Input: gpio_keys - consolidate key destructor codeDmitry Torokhov1-16/+14
2012-03-19Input: revert "gpio_keys - switch to using threaded IRQs"David Jander1-1/+1
2012-03-19Input: gpio_keys - constify platform dataDmitry Torokhov1-16/+15
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin8-89/+8
2012-03-16Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi2-2/+1
2012-03-13Input: tegra-kbc - revise device tree supportOlof Johansson1-5/+16
2012-03-13Input: of_keymap - add device tree bindings for simple key matricesOlof Johansson1-0/+1
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov5-18/+200
2012-02-28Input: spear-keyboard - provide thaw and poweroff routinesViresh Kumar1-7/+2
2012-02-28Input: spear-keyboard - configure device according to supplied modeRajeev Kumar1-1/+6
2012-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+1
2012-02-03Input: tegra-kbc - allow skipping setting up some of GPIO pinsShridhar Rasal1-7/+27
2012-02-01Input: twl4030_keypad - fix comment (trivial)Felipe Contreras1-3/+1
2012-01-23Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer1-0/+17
2012-01-23Input: samsung-keypad - don't synchronise with runtime PM putMark Brown1-3/+3
2012-01-23Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+4
2012-01-23Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov1-3/+2
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-3/+38
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov3-3/+38
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds31-372/+704
2012-01-04Input: tc3589x-keypad - add missing kerneldocNaga Radhesh1-0/+2
2011-12-30Input: samsung-keypad - implement runtime power management supportMark Brown1-7/+80