aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/gpio_keys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-24Input: gpio_keys - swtich to dev_pm_opsMike Rapoport1-7/+12
2009-06-28Input: gpio-keys - avoid possibility of sleeping in timer functionJani Nikula1-5/+12
2009-06-28Input: gpio-keys - revert 'change timer to workqueue'Jani Nikula1-12/+20
2009-06-11Input: gpio-keys - change timer to workqueueAlek Du1-20/+12
2009-04-18Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flagDmitry Torokhov1-2/+1
2008-10-27Input: gpio-keys - add flag to allow auto repeatDominic Curran1-0/+4
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov1-26/+16
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi1-1/+0
2008-08-08Input: gpio-keys - simplify argument list for report_eventUwe Kleine-König1-4/+5
2008-08-08Input: gpio-keys - optimize interrupt handlerUwe Kleine-König1-23/+12
2008-07-30Input: gpio-keys - make gpio_keys_device_driver staticUwe Kleine-König1-1/+1
2008-07-30Input: gpio-keys - fix possible NULL pointer dereferenceUwe Kleine-König1-0/+1
2008-05-16Input: gpio-keys debouncing supportDmitry Baryshkov1-20/+69
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers1-0/+2
2008-04-15Input: gpio_keys - irq handling cleanupDavid Brownell1-1/+2
2007-11-21Input: gpio-keys - request and configure GPIOsHerbert Valerio Riedel1-10/+28
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+0
2007-09-26Input: gpio-keys - add suspend/resume supportAnti Sullin1-0/+52
2007-09-26Input: gpio_keys - verify that supplied GPIO numbers are validAnti Sullin1-7/+22
2007-07-23Input: gpio_keys - remove duplicate includesJesper Juhl1-1/+0
2007-05-01Input: gpio_keys - add support for switches (EV_SW)Roman Moravcik1-7/+12
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-3/+1
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov1-1/+0
2007-03-05[PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell1-3/+1
2007-02-18Input: gpio-keys - switch to common GPIO APIPhilipp Zabel1-7/+8
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2Thomas Gleixner1-1/+1
2007-01-18Input: gpio-keys - keyboard driver for GPIO buttonsPhil Blundell1-0/+147