summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao2010-05-115-1382/+0
* [ARM] pxa/tosa: move CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES to mach/KconfigEric Miao2010-05-111-10/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-151-1/+3
|\
| * Input: matrix_keypad - allow platform to disable key autorepeatH Hartley Sweeten2010-04-051-1/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3020-0/+20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-141-1/+1
|\ \ | |/
| * Input: bf54x-keys - fix system hang when pressing a keyMike Frysinger2010-03-091-1/+1
* | Merge branch 'origin' into devel-stableRussell King2010-03-089-250/+1198
|\ \ | |/
| * Input: atkbd - release previously reserved keycodes 248 - 254Dmitry Torokhov2010-02-261-11/+15
| * Input: sh_keysc - enable building on SH-Mobile ARMMagnus Damm2010-02-161-1/+1
| * Input: sh_keysc - update the driver with mode 6Magnus Damm2010-02-101-1/+2
| * Input: sh_keysc - switch to using bitmapsMagnus Damm2010-02-101-25/+44
| * Input: sh_keysc - factor out hw access functionsMagnus Damm2010-02-101-26/+43
| * Input: mark {corgi,spitz,tosa}kbd drivers deprecatedEric Miao2010-02-101-6/+12
| * Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg2010-02-041-11/+307
| * Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo2010-01-313-0/+604
| * Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-216-56/+70
| |\
| * | Input: sh_keysc - add mode 4 and mode 5 supportMagnus Damm2010-01-211-3/+3
| * | Input: ADP5588 - add support for ADP5587 devicesMichael Hennerich2010-01-192-4/+6
| * | Input: ep93xx_keypad - cleanup and use matrix_keypad helpersH Hartley Sweeten2010-01-131-25/+15
| * | Input: make i2c device ids constantMárton Németh2010-01-091-1/+1
| * | Input: atkbd - switch to dev_err() and friendsDmitry Torokhov2010-01-061-137/+146
* | | [ARM] locomo: avoid unnecessary cascaded keyboard IRQEric Miao2010-03-021-1/+31
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-152-36/+41
|\ \
| * | Input: davinci_keyscan - add device_enable method to platform dataMiguel Aguilar2010-01-061-0/+8
| * | Input: atkbd - fix canceling event_work in disconnectDmitry Torokhov2010-01-061-2/+8
| * | Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-061-34/+25
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-313-18/+27
|\ \ \ | |/ /
| * | Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi2009-12-291-9/+2
| * | Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov2009-12-241-7/+22
| * | Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-241-2/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-161-101/+49
|\ \ | |/
| * Input: ep93xx_keypad - update driver to new core supportH Hartley Sweeten2009-12-151-101/+49
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
|/
* mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-2/+2
* mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-131-1/+1
* input/keyboard: new driver for ADP5520 MFD PMICsMichael Hennerich2009-12-133-0/+231
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-097-335/+686
|\
| * Input: atkbd - remove identification strings from DMI tableDmitry Torokhov2009-12-041-17/+9
| * Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov2009-12-031-7/+10
| * Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-021-0/+13
| |\
| * | Input: gpio_keys - scan gpio state at probe and resume timeDaniel Mack2009-11-301-11/+25
| * | Input: gpio_keys - seperate individual button setup to make code neaterBen Dooks2009-11-201-40/+53
| * | Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>Ben Dooks2009-11-201-2/+1
| * | Input: gpio_keys - use dev_ macros to report informationBen Dooks2009-11-201-7/+9
| * | Merge commit 'v2.6.32-rc6' into nextDmitry Torokhov2009-11-052-41/+92
| |\ \
| * | | Input: add DaVinci Keypad DriverMiguel Aguilar2009-10-133-0/+348
| * | | Input: lkkbd - change formatting style to match the rest of the kernelDmitry Torokhov2009-10-131-258/+238
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-091-1/+1
|\ \ \ \
| * | | | sh: Move KEYSC header fileMagnus Damm2009-11-301-1/+1
| | |_|/ | |/| |
OpenPOWER on IntegriCloud