Age | Commit message (Expand) | Author | Files | Lines |
2011-11-30 | Input: keyboard - use macro module_platform_driver() | JJ Ding | 26 | -327/+26 |
2011-11-29 | Input: samsung-keypad - remove redundant MODULE_ALIAS | Axel Lin | 1 | -1/+0 |
2011-11-29 | Merge commit 'v3.2-rc3' into next | Dmitry Torokhov | 4 | -2/+3 |
2011-11-15 | Input: samsung-keypad - enable compiling on other platforms | Dmitry Torokhov | 2 | -3/+4 |
2011-11-09 | Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPS | Dmitry Torokhov | 1 | -8/+4 |
2011-11-09 | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 2 | -16/+35 |
2011-10-31 | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 2 | -0/+2 |
2011-10-29 | Input: tca8418_keypad - initial driver release | Kyle Manna | 3 | -0/+447 |
2011-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 15 | -183/+604 |
2011-10-27 | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 1 | -1/+1 |
2011-10-26 | Merge branch 'next' into for-linus | Dmitry Torokhov | 16 | -184/+606 |
2011-10-18 | Input: adp5589-keys - add support for the ADP5585 derivatives | Michael Hennerich | 2 | -129/+484 |
2011-10-12 | Input: imx_keypad - add pm suspend and resume support | Hui Wang | 1 | -0/+44 |
2011-10-06 | Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP | Dmitry Torokhov | 1 | -1/+1 |
2011-09-20 | Input: gpio_keys - use of_property_read_u32() | Tobias Klauser | 1 | -11/+13 |
2011-09-16 | Merge branch 'for-linus' of git://github.com/dtor/input | Linus Torvalds | 1 | -1/+0 |
2011-09-09 | Input: tegra-kbc - tighten locking | Dmitry Torokhov | 1 | -19/+12 |
2011-09-09 | Input: tegra-kbc - fix wakeup from suspend | Rakesh Iyer | 1 | -15/+43 |
2011-09-08 | Input: tc3589x-keypad - fix section mismatch warning | Harvey Yang | 1 | -1/+1 |
2011-09-07 | Input: remove IRQF_DISABLED from drivers | Yong Zhang | 9 | -9/+8 |
2011-08-26 | Input: adp5588-keys - remove incorrect modalias | Axel Lin | 1 | -1/+0 |
2011-08-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -1/+2 |
2011-08-21 | Input: ep93xx_keypad - add missing include of linux/module.h | Axel Lin | 1 | -0/+1 |
2011-08-11 | Input: tegra-kbc - correct call to input_free_device | Axel Lin | 1 | -1/+1 |
2011-08-08 | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h | Russell King | 1 | -1/+1 |
2011-08-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -5/+11 |
2011-07-30 | Input: gpio_keys - return proper error code if memory allocation fails | Tobias Klauser | 1 | -1/+1 |
2011-07-30 | Input: lm8323 - add missing device_remove_file for dev_attr_time | Axel Lin | 1 | -2/+7 |
2011-07-30 | Input: tegra-kbc - fix computation of polling time | Rakesh Iyer | 1 | -2/+3 |
2011-07-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 11 | -63/+164 |
2011-07-27 | Merge branch 'next' into for-linus | Dmitry Torokhov | 13 | -60/+973 |
2011-07-25 | Input: tegra-kbc - enable key autorepeat | Rakesh Iyer | 1 | -1/+1 |
2011-07-18 | Input: pmic8xxx-keypad - fix a leak of the IRQ during init failure | Axel Lin | 1 | -4/+4 |
2011-07-13 | Input: atkbd - make dmi callback functions return 1 | Axel Lin | 1 | -2/+2 |
2011-07-10 | Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPS | Dmitry Torokhov | 1 | -8/+3 |
2011-07-10 | Input: gpio_keys - add support for device-tree platform data | David Jander | 1 | -16/+132 |
2011-07-05 | input: pmic8xxx-keypad: Do not use mfd_get_data() | Samuel Ortiz | 1 | -1/+2 |
2011-07-04 | Input: sh_keysc - fix compile warning | Dmitry Torokhov | 1 | -1/+1 |
2011-06-29 | Input: mpr121 - improve sensibility of touch key | Jiejing Zhang | 1 | -4/+12 |
2011-06-29 | Input: gpio_keys - fix a memory leak | Axel Lin | 1 | -0/+1 |
2011-06-27 | Input: gpio_keys - move to late_initcall | David Jander | 1 | -1/+1 |
2011-06-27 | Input: tnetv107x-keypad - fix MODULE_ALIAS | Axel Lin | 1 | -1/+1 |
2011-06-27 | Input: remove unneeded version.h includes | Jesper Juhl | 2 | -2/+0 |
2011-06-21 | Input: gpio_keys - switch to using threaded IRQs | David Jander | 1 | -2/+2 |
2011-06-21 | Input: lm8323 - use oneshot level triggered interrupts | Leigh Brown | 1 | -1/+1 |
2011-06-21 | Input: lm8323 - convert to threaded IRQ | Felipe Balbi | 1 | -19/+4 |
2011-06-21 | Input: qt1070 - remove obsolete cleanup for clientdata | Wolfram Sang | 1 | -2/+0 |
2011-06-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -1/+2 |
2011-06-18 | Input: sh_keysc - 8x8 MODE_6 fix | Magnus Damm | 1 | -1/+1 |
2011-06-18 | Input: omap-keypad - add missing input_sync() | Janusz Krzysztofik | 1 | -0/+1 |