summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-02-041-3/+1
|\
| * Input: twl4030_keypad - fix comment (trivial)Felipe Contreras2012-02-011-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-123-3/+38
|\ \ | |/
| * Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-103-3/+38
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-1031-372/+704
|\ \ | |/
| * Input: tc3589x-keypad - add missing kerneldocNaga Radhesh2012-01-041-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-11-3026-327/+26
| * Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0
| * Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-294-2/+3
| |\
| * | 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-091-8/+4
| * | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-092-16/+35
| * | Input: tca8418_keypad - initial driver releaseKyle Manna2011-10-293-0/+447
* | | input: samsung-keypad: Add device tree supportThomas Abraham2011-12-231-12/+162
| |/ |/|
* | drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-312-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-2616-184/+606
| |\ \ | | |/
| | * Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich2011-10-182-129/+484
| | * Input: imx_keypad - add pm suspend and resume supportHui Wang2011-10-121-0/+44
| | * Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-061-1/+1
| | * Input: gpio_keys - use of_property_read_u32()Tobias Klauser2011-09-201-11/+13
| | * Input: tegra-kbc - tighten lockingDmitry Torokhov2011-09-091-19/+12
| | * 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/+8
* | | 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/+0
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Input: adp5588-keys - remove incorrect modaliasAxel Lin2011-08-261-1/+0
* | | 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-033-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-181-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-101-8/+3
| | * Input: gpio_keys - add support for device-tree platform dataDavid Jander2011-07-101-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
OpenPOWER on IntegriCloud