aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Input: sh_keysc - switch to threaded IRQ handlerMagnus Damm2011-04-281-1/+2
* Input: sh_keysc - implement runtime PM supportMagnus Damm2011-04-281-25/+15
* Input: tegra-kbc - add ghost key filterRakesh Iyer2011-04-271-0/+36
* Input: omap-keypad - fix a wrong free_irq() parameterAxel Lin2011-04-271-3/+3
* Input: qt1070 - add MODULE_DEVICE_TABLEAxel Lin2011-04-271-0/+1
* Merge commit 'v2.6.39-rc4' into nextDmitry Torokhov2011-04-225-9/+67
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-04-181-2/+4
| |\
| | * Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin2011-04-111-1/+3
| | * Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D2011-04-061-1/+1
| * | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
| |\ \
| | * | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-04-051-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Input: spear-keyboard - fix inverted condition in interrupt handlerRajeev Kumar2011-03-311-1/+1
| * | drivers: Final irq namespace conversionThomas Gleixner2011-03-291-2/+2
| |/
| * Merge branch 'next' into for-linusDmitry Torokhov2011-03-1810-58/+948
| |\
| * | Input: tegra-kbc - add function keymapRakesh Iyer2011-02-181-3/+59
* | | Input: gpio-keys - add support for setting device nameAlexander Stein2011-04-111-1/+1
* | | Input: gpio_keys - add support for EV_ABSAlexander Stein2011-04-111-2/+7
| |/ |/|
* | Input: tc3589x-keypad - fix 'double const' warningDmitry Torokhov2011-03-151-11/+11
* | Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm2011-03-151-0/+28
* | Input: add Atmel AT42QT1070 keypad driverBo Shen2011-03-133-0/+287
* | Input: mcs_touchkey - add shutdown handlerHeungJun Kim2011-02-231-0/+9
* | Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim2011-02-231-1/+47
* | Input: omap4-keypad - wire up runtime PM handlingAbraham Arce2011-02-231-19/+55
* | Input: max7359 - convert to dev_pm_opsMark Brown2011-02-211-7/+10
* | Input: lm8323 - convert to dev_pm_opsMark Brown2011-02-211-7/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-311-3/+3
|\ \ | |/
| * Input: tegra-kbc - fix keymap entry for LeftMeta keyRakesh Iyer2011-01-281-1/+1
| * Input: tegra-kbc - fix build errorRakesh Iyer2011-01-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-265-5/+744
|\ \ | |/
| * Input: tegra-kbc - add tegra keyboard driverRakesh Iyer2011-01-203-0/+738
| * Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais2011-01-201-3/+3
| * Input: tnetv107x-keypad - don't treat NULL clk as an errorJamie Iles2011-01-171-2/+3
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-133-199/+0
|\ \ | |/
| * Merge branch 'next' into for-linusDmitry Torokhov2011-01-113-199/+0
| |\
| | * Input: remove aaed2000 keyboard driverJamie Iles2011-01-083-199/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-074-7/+370
|\ \ \ | |/ /
| * | Merge branch 'next' into for-linusDmitry Torokhov2011-01-064-7/+370
| |\ \ | | |/
| | * Input: tca6416-keypad - add support for tca6408aTony SIM2010-12-072-7/+16
| | * Input: add support for keyboards on ST SPEAr platformRajeev Kumar2010-11-193-0/+354
* | | input/tc3589x: fix compile errorDan Carpenter2011-01-071-1/+1
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-061-22/+19
|\ \ \
| * | | Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik2010-12-221-22/+19
| |/ /
* | | Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Russell King2011-01-033-0/+483
|\ \ \ | |/ / |/| |