index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
gpio_keys.c
Age
Commit message (
Expand
)
Author
2009-07-24
Input: gpio_keys - swtich to dev_pm_ops
Mike Rapoport
2009-06-28
Input: gpio-keys - avoid possibility of sleeping in timer function
Jani Nikula
2009-06-28
Input: gpio-keys - revert 'change timer to workqueue'
Jani Nikula
2009-06-11
Input: gpio-keys - change timer to workqueue
Alek Du
2009-04-18
Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flag
Dmitry Torokhov
2008-10-27
Input: gpio-keys - add flag to allow auto repeat
Dominic Curran
2008-10-15
Merge branch 'next' into for-linus
Dmitry Torokhov
2008-08-18
Input: remove version.h from drivers that don't need it
Huang Weiyi
2008-08-08
Input: gpio-keys - simplify argument list for report_event
Uwe Kleine-König
2008-08-08
Input: gpio-keys - optimize interrupt handler
Uwe Kleine-König
2008-07-30
Input: gpio-keys - make gpio_keys_device_driver static
Uwe Kleine-König
2008-07-30
Input: gpio-keys - fix possible NULL pointer dereference
Uwe Kleine-König
2008-05-16
Input: gpio-keys debouncing support
Dmitry Baryshkov
2008-04-24
Input: add MODULE_ALIAS() to hotpluggable platform modules
Kay Sievers
2008-04-15
Input: gpio_keys - irq handling cleanup
David Brownell
2007-11-21
Input: gpio-keys - request and configure GPIOs
Herbert Valerio Riedel
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
2007-10-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Dmitry Torokhov
2007-09-26
Input: gpio-keys - add suspend/resume support
Anti Sullin
2007-09-26
Input: gpio_keys - verify that supplied GPIO numbers are valid
Anti Sullin
2007-07-23
Input: gpio_keys - remove duplicate includes
Jesper Juhl
2007-05-01
Input: gpio_keys - add support for switches (EV_SW)
Roman Moravcik
2007-05-01
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Dmitry Torokhov
2007-04-12
Input: keyboards - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
Input: drivers/input/keyboard - don't access dev->private directly
Dmitry Torokhov
2007-03-05
[PATCH] gpio_keys driver shouldn't be ARM-specific
David Brownell
2007-02-18
Input: gpio-keys - switch to common GPIO API
Philipp Zabel
2007-02-14
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2
Thomas Gleixner
2007-01-18
Input: gpio-keys - keyboard driver for GPIO buttons
Phil Blundell