summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Input: atkbd - release previously reserved keycodes 248 - 254Dmitry Torokhov2010-02-261-11/+15
* Input: sh_keysc - enable building on SH-Mobile ARMMagnus Damm2010-02-171-1/+1
* Input: sh_keysc - update the driver with mode 6Magnus Damm2010-02-111-1/+2
* Input: sh_keysc - switch to using bitmapsMagnus Damm2010-02-111-25/+44
* Input: sh_keysc - factor out hw access functionsMagnus Damm2010-02-111-26/+43
* Input: mark {corgi,spitz,tosa}kbd drivers deprecatedEric Miao2010-02-111-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-02-013-0/+604
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-226-56/+70
|\
| * 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/+25Star
| * | 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-301-9/+2Star
| | * Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov2009-12-251-7/+22
| | * Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-251-2/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-161-101/+49Star
| |\|
| * | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
* | | 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/+15Star
* | | Input: make i2c device ids constantMárton Németh2010-01-101-1/+1
* | | Input: atkbd - switch to dev_err() and friendsDmitry Torokhov2010-01-071-137/+146
| |/ |/|
* | Input: ep93xx_keypad - update driver to new core supportH Hartley Sweeten2009-12-151-101/+49Star
|/
* 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-107-335/+686
|\
| * Input: atkbd - remove identification strings from DMI tableDmitry Torokhov2009-12-051-17/+9Star
| * Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov2009-12-041-7/+10
| * Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-031-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/+1Star
| * | Input: gpio_keys - use dev_ macros to report informationBen Dooks2009-11-201-7/+9
| * | Merge commit 'v2.6.32-rc6' into nextDmitry Torokhov2009-11-062-41/+92
| |\ \
| * | | Input: add DaVinci Keypad DriverMiguel Aguilar2009-10-143-0/+348
| * | | Input: lkkbd - change formatting style to match the rest of the kernelDmitry Torokhov2009-10-141-258/+238Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-101-1/+1
|\ \ \ \
| * | | | sh: Move KEYSC header fileMagnus Damm2009-11-301-1/+1
| | |_|/ | |/| |
* | | | Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2009-11-221-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-111-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-3/+3
| | |/
* | / Input: atkbd - restore LED state at reconnectDmitry Torokhov2009-11-131-0/+13
|/ /
* | Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov2009-11-031-0/+1
* | Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov2009-11-035-12/+17
|\|
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-247-25/+1312
| |\
| * | trivial: fix typo s/ketymap/keymap/ in commentThadeu Lima de Souza Cascardo2009-09-211-1/+1