| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: tc3589x-keypad - remove unnecessary checks | Dmitry Torokhov | 2012-04-20 | 1 | -13/+9 |
* | Input: matrix-keypad - undo GPIO setup if input_register_device fails | Dmitry Torokhov | 2012-04-20 | 1 | -23/+30 |
* | Input: matrix-keypad - allocate keycodes with keypad structure | Dmitry Torokhov | 2012-04-20 | 1 | -13/+10 |
* | Input: matrix-keypad - fix 'duplicate const' sparse warning | Dmitry Torokhov | 2012-04-20 | 1 | -6/+4 |
* | Input: ep93xx_keypad - switch to using dev_pm_ops | Dmitry Torokhov | 2012-04-11 | 1 | -16/+10 |
* | Input: serio - use module_serio_driver | Axel Lin | 2012-04-04 | 6 | -80/+6 |
* | Input: add support for LM8333 keypads | Wolfram Sang | 2012-04-04 | 3 | -0/+247 |
* | Input: tegra-kbc - allocate pdata before using it | Viresh Kumar | 2012-03-27 | 1 | -0/+1 |
* | Input: gpio_keys - add support for interrupt only keys | Laxman Dewangan | 2012-03-19 | 1 | -66/+148 |
* | Input: gpio_keys - consolidate key destructor code | Dmitry Torokhov | 2012-03-19 | 1 | -16/+14 |
* | Input: revert "gpio_keys - switch to using threaded IRQs" | David Jander | 2012-03-19 | 1 | -1/+1 |
* | Input: gpio_keys - constify platform data | Dmitry Torokhov | 2012-03-19 | 1 | -16/+15 |
* | Input: convert I2C drivers to use module_i2c_driver() | Axel Lin | 2012-03-16 | 8 | -89/+8 |
* | Input: omap4-keypad - move platform_data to <linux/platform_data> | Felipe Balbi | 2012-03-16 | 2 | -2/+1 |
* | Input: tegra-kbc - revise device tree support | Olof Johansson | 2012-03-13 | 1 | -5/+16 |
* | Input: of_keymap - add device tree bindings for simple key matrices | Olof Johansson | 2012-03-13 | 1 | -0/+1 |
* | Merge commit 'v3.3-rc6' into next | Dmitry Torokhov | 2012-03-09 | 5 | -18/+200 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-02-04 | 1 | -3/+1 |
| |\ |
|
| | * | Input: twl4030_keypad - fix comment (trivial) | Felipe Contreras | 2012-02-01 | 1 | -3/+1 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-01-12 | 3 | -3/+38 |
| |\ \
| | |/ |
|
| | * | Input: revert some over-zealous conversions to module_platform_driver() | Dmitry Torokhov | 2012-01-10 | 3 | -3/+38 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-01-10 | 31 | -372/+704 |
| |\ \
| | |/ |
|
| * | | input: samsung-keypad: Add device tree support | Thomas Abraham | 2011-12-23 | 1 | -12/+162 |
* | | | Input: spear-keyboard - provide thaw and poweroff routines | Viresh Kumar | 2012-02-28 | 1 | -7/+2 |
* | | | Input: spear-keyboard - configure device according to supplied mode | Rajeev Kumar | 2012-02-28 | 1 | -1/+6 |
* | | | Input: tegra-kbc - allow skipping setting up some of GPIO pins | Shridhar Rasal | 2012-02-03 | 1 | -7/+27 |
* | | | Input: tegra-kbc - enable key interrupt for wakeup | Rakesh Iyer | 2012-01-23 | 1 | -0/+17 |
* | | | Input: samsung-keypad - don't synchronise with runtime PM put | Mark Brown | 2012-01-23 | 1 | -3/+3 |
* | | | Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPS | Dmitry Torokhov | 2012-01-23 | 1 | -8/+4 |
* | | | Input: nomadik-ske-keypad - do not assign driver's probe() method | Dmitry Torokhov | 2012-01-23 | 1 | -3/+2 |
| |/
|/| |
|
* | | Input: tc3589x-keypad - add missing kerneldoc | Naga Radhesh | 2012-01-04 | 1 | -0/+2 |
* | | Input: samsung-keypad - implement runtime power management support | Mark Brown | 2011-12-30 | 1 | -7/+80 |
* | | Input: tegra-kbc - report wakeup key for some platforms | Rakesh Iyer | 2011-12-30 | 1 | -3/+24 |
* | | Input: tegra-kbc - add device tree bindings | Olof Johansson | 2011-12-30 | 1 | -8/+84 |
* | | Input: keyboard - staticise non-exported symbols | Axel Lin | 2011-12-12 | 2 | -2/+2 |
* | | Input: keyboard - use macro module_platform_driver() | JJ Ding | 2011-11-30 | 26 | -327/+26 |
* | | Input: samsung-keypad - remove redundant MODULE_ALIAS | Axel Lin | 2011-11-29 | 1 | -1/+0 |
* | | Merge commit 'v3.2-rc3' into next | Dmitry Torokhov | 2011-11-29 | 4 | -2/+3 |
|\ \
| |/ |
|
| * | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2011-10-27 | 15 | -183/+604 |
| |\ |
|
| | * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2011-10-26 | 16 | -184/+606 |
| | |\ |
|
| * | \ | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 2011-10-27 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h | Russell King | 2011-08-08 | 1 | -1/+1 |
| * | | | | Merge branch 'for-linus' of git://github.com/dtor/input | Linus Torvalds | 2011-09-16 | 1 | -1/+0 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Input: adp5588-keys - remove incorrect modalias | Axel Lin | 2011-08-26 | 1 | -1/+0 |
* | | | | | Input: samsung-keypad - enable compiling on other platforms | Dmitry Torokhov | 2011-11-15 | 2 | -3/+4 |
* | | | | | Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPS | Dmitry Torokhov | 2011-11-09 | 1 | -8/+4 |
* | | | | | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 2011-11-09 | 2 | -16/+35 |
* | | | | | Input: tca8418_keypad - initial driver release | Kyle Manna | 2011-10-29 | 3 | -0/+447 |
| |_|_|/
|/| | | |
|
* | | | | Input: adp5589-keys - add support for the ADP5585 derivatives | Michael Hennerich | 2011-10-18 | 2 | -129/+484 |