aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Input: tnetv107x-keypad - fix MODULE_ALIASAxel Lin2011-06-271-1/+1
| | * Input: remove unneeded version.h includesJesper Juhl2011-06-272-2/+0
| | * Input: gpio_keys - switch to using threaded IRQsDavid Jander2011-06-211-2/+2
| | * Input: lm8323 - use oneshot level triggered interruptsLeigh Brown2011-06-211-1/+1
| | * Input: lm8323 - convert to threaded IRQFelipe Balbi2011-06-211-19/+4
| | * Input: qt1070 - remove obsolete cleanup for clientdataWolfram Sang2011-06-211-2/+0
| * | Input: sh_keysc - fix compile warningDmitry Torokhov2011-07-041-1/+1
* | | input: pmic8xxx-keypad: Do not use mfd_get_data()Samuel Ortiz2011-07-051-1/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-06-202-1/+2
|\ \ | |/
| * Input: sh_keysc - 8x8 MODE_6 fixMagnus Damm2011-06-181-1/+1
| * Input: omap-keypad - add missing input_sync()Janusz Krzysztofik2011-06-181-0/+1
* | input: Add Qualcomm pm8xxx keypad controller driverTrilok Soni2011-05-263-0/+811
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-05-249-59/+1206
|\ \ | |/
| * Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderMichael Hennerich2011-05-193-0/+782
| * Input: add driver FSL MPR121 capacitive touch sensorZhang Jiejing2011-05-123-0/+352
| * Input: tegra-kbc - change wakeup logic to be all or nothingRakesh Iyer2011-05-111-22/+2
| * Input: sh_keysc - only compile PM code if PM is enabledDmitry Torokhov2011-05-051-4/+4
| * Input: sh_keysc - make sh_keysc_device_driver staticDmitry Torokhov2011-05-031-1/+1