summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| | * 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/+4Star
| | * Input: qt1070 - remove obsolete cleanup for clientdataWolfram Sang2011-06-211-2/+0Star
| * | 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/+2Star
| * 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/+15Star
| * Input: tegra-kbc - add ghost key filterRakesh Iyer2011-04-281-0/+36
| * Input: omap-keypad - fix a wrong free_irq() parameterAxel Lin2011-04-281-3/+3
| * Input: qt1070 - add MODULE_DEVICE_TABLEAxel Lin2011-04-281-0/+1
| * Merge commit 'v2.6.39-rc4' into nextDmitry Torokhov2011-04-235-9/+67
| |\
| * | Input: gpio-keys - add support for setting device nameAlexander Stein2011-04-121-1/+1
| * | Input: gpio_keys - add support for EV_ABSAlexander Stein2011-04-121-2/+7
* | | input/atari: Fix atarimouse initMichael Schmitz2011-05-191-2/+3
| |/ |/|
* | 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-121-1/+3
| * | Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D2011-04-071-1/+1