| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: pxa27x_keypad - switch to using dev_pm_ops | Dmitry Torokhov | 2009-07-26 | 1 | -7/+12 |
* | Input: gpio_keys - swtich to dev_pm_ops | Mike Rapoport | 2009-07-24 | 1 | -7/+12 |
* | Input: bf54x-keys - convert printk() to dev_*() | Mike Frysinger | 2009-07-23 | 1 | -17/+9 |
* | Input: pxa27x_keypad - remove extra clk_disable | Dmitry Torokhov | 2009-07-22 | 1 | -23/+20 |
* | Merge commit 'v2.6.31-rc4' into next | Dmitry Torokhov | 2009-07-22 | 5 | -168/+677 |
|\ |
|
| * | Input: atkbd - add force relese key quirk for Soltech TA12 | Jerone Young | 2009-07-20 | 1 | -0/+16 |
| * | Input: atkbd - add forced release keys quirk for FSC Amilo Pi 3525 | Simon Davie | 2009-07-12 | 1 | -0/+16 |
| * | Input: add support for generic GPIO-based matrix keypad | Eric Miao | 2009-06-29 | 3 | -2/+465 |
| * | Input: arrange keyboards alphabetically | Dmitry Torokhov | 2009-06-29 | 2 | -162/+161 |
| * | Input: gpio-keys - avoid possibility of sleeping in timer function | Jani Nikula | 2009-06-28 | 1 | -5/+12 |
| * | Input: gpio-keys - revert 'change timer to workqueue' | Jani Nikula | 2009-06-28 | 1 | -12/+20 |
* | | Input: sh_keysc - allow modifying keymap from userspace | Dmitry Torokhov | 2009-07-21 | 1 | -8/+14 |
|/ |
|
* | Input: gpio-keys - change timer to workqueue | Alek Du | 2009-06-11 | 1 | -20/+12 |
* | Merge commit 'v2.6.30' into next | Dmitry Torokhov | 2009-06-11 | 1 | -0/+16 |
|\ |
|
| * | Input: atkbd - add force release keys quirk for Amilo Xi 3650 | Adrian Batzill | 2009-05-11 | 1 | -0/+16 |
* | | Input: introduce lm8323 keypad driver | Felipe Balbi | 2009-05-15 | 3 | -1/+891 |
* | | Merge commit 'v2.6.30-rc5' into next | Dmitry Torokhov | 2009-05-08 | 6 | -27/+75 |
|\ \
| |/ |
|
| * | Input: omap-keypad - use disable_irq_nosync() in irq handler | Ben Nizette | 2009-04-17 | 1 | -2/+14 |
| * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2009-04-16 | 2 | -2/+20 |
| |\ |
|
| * \ | Merge branch 'next' into for-linus | Dmitry Torokhov | 2009-04-08 | 3 | -135/+144 |
| |\ \ |
|
| * | | | input: sh_keysc: use enable/disable_irq_wake() | Magnus Damm | 2009-04-02 | 1 | -1/+16 |
| * | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-03-28 | 2 | -4/+0 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'origin' into devel | Russell King | 2009-03-28 | 2 | -19/+44 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel | Russell King | 2009-03-13 | 5 | -16/+16 |
| | |\ \ \ \ |
|
| | * | | | | | [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h | Eric Miao | 2009-03-09 | 2 | -4/+0 |
| * | | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -2/+2 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | | | | | | | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 5 | -16/+16 |
| | |\ \ \ \ \ \
| | | | |/ / / /
| | | |/| / / /
| | | | |/ / / |
|
| | * | | | | | x86: allow more than 8 cpus to be used on 32-bit | Yinghai Lu | 2009-01-30 | 1 | -2/+2 |
| | |/ / / / |
|
| * | | | | | input: sh_keysc suspend can use to_platform_device() | Magnus Damm | 2009-03-11 | 1 | -5/+2 |
| * | | | | | input: add suspend wakeup support to sh_keysc | Magnus Damm | 2009-03-10 | 1 | -4/+25 |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2009-03-10 | 5 | -16/+16 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | sh: maple: Support block reads and writes. | Adrian McMenamin | 2009-02-27 | 1 | -15/+22 |
| | |/ / /
| |/| | | |
|
* | | | | | Input: add matrix keypad driver for Cirrus EP93xx | H Hartley Sweeten | 2009-04-18 | 3 | -0/+481 |
* | | | | | Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flag | Dmitry Torokhov | 2009-04-18 | 1 | -2/+1 |
| |_|_|/
|/| | | |
|
* | | | | Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag | Michael Hennerich | 2009-04-15 | 1 | -1/+1 |
* | | | | Input: atkbd - add forced release keys quirk for Samsung NC20 | Barry Carroll | 2009-04-15 | 1 | -1/+10 |
* | | | | Input: atkbd - add forced release keys quirk for Samsung Q45 | Dmitry Torokhov | 2009-04-15 | 1 | -0/+9 |
| |_|/
|/| | |
|
* | | | Input: bf54x-keys - fix typo in warning | Michael Hennerich | 2009-03-09 | 1 | -2/+2 |
* | | | Input: hilkbd - fix crash when removing hilkbd module | Helge Deller | 2009-03-08 | 1 | -60/+80 |
* | | | Input: atkbd - add quirk for Fujitsu Siemens Amilo PA 1510 | Daniel Mierswa | 2009-03-08 | 1 | -0/+17 |
* | | | Input: atkbd - consolidate force release quirk setup | Daniel Mierswa | 2009-03-08 | 1 | -74/+46 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-03-02 | 5 | -16/+16 |
|\ \
| |/
|/| |
|
| * | Input: bf54x-keys - fix debounce time validation | Roel Kluin | 2009-01-29 | 1 | -2/+2 |
| * | Input: spitzkbd - mark probe function as __devinit | Uwe Kleine-König | 2009-01-13 | 1 | -4/+4 |
| * | Input: omap-keypad - mark probe function as __devinit | Uwe Kleine-König | 2009-01-13 | 1 | -4/+4 |
| * | Input: corgikbd - mark probe function as __devinit | Uwe Kleine-König | 2009-01-12 | 1 | -4/+4 |
| * | Input: atkbd - make forced_release_keys[] static | Daniel Mierswa | 2009-01-10 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+1 |
|\ \ |
|
| * | | trivial: fix an -> a typos in documentation and comments | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-01-06 | 7 | -5/+288 |
|\ \ \
| |/ /
|/| /
| |/ |
|