summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer2012-01-231-0/+17
* Input: samsung-keypad - don't synchronise with runtime PM putMark Brown2012-01-231-3/+3
* Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov2012-01-231-8/+4Star
* Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov2012-01-231-3/+2Star
* Input: tc3589x-keypad - add missing kerneldocNaga Radhesh2012-01-051-0/+2
* Input: samsung-keypad - implement runtime power management supportMark Brown2011-12-301-7/+80
* Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer2011-12-301-3/+24
* Input: tegra-kbc - add device tree bindingsOlof Johansson2011-12-301-8/+84
* Input: keyboard - staticise non-exported symbolsAxel Lin2011-12-122-2/+2
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-12-0126-327/+26Star
* Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star
* Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-294-2/+3
|\
| * drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-11-012-0/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-10-2715-183/+604
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2011-10-2716-184/+606
| | |\
| * | \ Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
| |\ \ \
| | * | | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * | | | Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds2011-09-161-1/+0Star
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Input: adp5588-keys - remove incorrect modaliasAxel Lin2011-08-271-1/+0Star
* | | | | Input: samsung-keypad - enable compiling on other platformsDmitry Torokhov2011-11-152-3/+4
* | | | | Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-11-101-8/+4Star
* | | | | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-102-16/+35
* | | | | Input: tca8418_keypad - initial driver releaseKyle Manna2011-10-293-0/+447
| |_|_|/ |/| | |
* | | | Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich2011-10-192-129/+484
* | | | Input: imx_keypad - add pm suspend and resume supportHui Wang2011-10-131-0/+44
* | | | Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-071-1/+1
* | | | Input: gpio_keys - use of_property_read_u32()Tobias Klauser2011-09-211-11/+13
* | | | Input: tegra-kbc - tighten lockingDmitry Torokhov2011-09-091-19/+12Star
* | | | Input: tegra-kbc - fix wakeup from suspendRakesh Iyer2011-09-091-15/+43
* | | | Input: tc3589x-keypad - fix section mismatch warningHarvey Yang2011-09-081-1/+1
* | | | Input: remove IRQF_DISABLED from driversYong Zhang2011-09-079-9/+8Star
|/ / /
* | / Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-242-1/+2
|\| | | |/ |/|
| * Input: ep93xx_keypad - add missing include of linux/module.hAxel Lin2011-08-211-0/+1
| * Input: tegra-kbc - correct call to input_free_deviceAxel Lin2011-08-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-043-5/+11
|\|
| * Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser2011-07-301-1/+1
| * Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin2011-07-301-2/+7
| * Input: tegra-kbc - fix computation of polling timeRakesh Iyer2011-07-301-2/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-07-2711-63/+164
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2011-07-2713-60/+973
| |\
| | * Input: tegra-kbc - enable key autorepeatRakesh Iyer2011-07-251-1/+1
| | * Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin2011-07-191-4/+4
| | * Input: atkbd - make dmi callback functions return 1Axel Lin2011-07-131-2/+2
| | * Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-07-111-8/+3Star
| | * Input: gpio_keys - add support for device-tree platform dataDavid Jander2011-07-111-16/+132
| | * Input: mpr121 - improve sensibility of touch keyJiejing Zhang2011-06-291-4/+12
| | * Input: gpio_keys - fix a memory leakAxel Lin2011-06-291-0/+1
| | * Input: gpio_keys - move to late_initcallDavid Jander2011-06-271-1/+1
| | * Input: tnetv107x-keypad - fix MODULE_ALIASAxel Lin2011-06-271-1/+1
| | * Input: remove unneeded version.h includesJesper Juhl2011-06-272-2/+0Star