aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-30Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer1-3/+24
2011-12-30Input: tegra-kbc - add device tree bindingsOlof Johansson1-8/+84
2011-12-23input: samsung-keypad: Add device tree supportThomas Abraham1-12/+162
2011-12-12Input: keyboard - staticise non-exported symbolsAxel Lin2-2/+2
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding26-327/+26
2011-11-29Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin1-1/+0
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov4-2/+3
2011-11-15Input: samsung-keypad - enable compiling on other platformsDmitry Torokhov2-3/+4
2011-11-09Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+4
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding2-16/+35
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2-0/+2
2011-10-29Input: tca8418_keypad - initial driver releaseKyle Manna3-0/+447
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds15-183/+604
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov16-184/+606
2011-10-18Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich2-129/+484
2011-10-12Input: imx_keypad - add pm suspend and resume supportHui Wang1-0/+44
2011-10-06Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-1/+1
2011-09-20Input: gpio_keys - use of_property_read_u32()Tobias Klauser1-11/+13
2011-09-16Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds1-1/+0
2011-09-09Input: tegra-kbc - tighten lockingDmitry Torokhov1-19/+12
2011-09-09Input: tegra-kbc - fix wakeup from suspendRakesh Iyer1-15/+43
2011-09-08Input: tc3589x-keypad - fix section mismatch warningHarvey Yang1-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang9-9/+8
2011-08-26Input: adp5588-keys - remove incorrect modaliasAxel Lin1-1/+0
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+2
2011-08-21Input: ep93xx_keypad - add missing include of linux/module.hAxel Lin1-0/+1
2011-08-11Input: tegra-kbc - correct call to input_free_deviceAxel Lin1-1/+1
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-5/+11
2011-07-30Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser1-1/+1
2011-07-30Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin1-2/+7
2011-07-30Input: tegra-kbc - fix computation of polling timeRakesh Iyer1-2/+3
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds11-63/+164
2011-07-27Merge branch 'next' into for-linusDmitry Torokhov13-60/+973