summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/gpio_keys.c
AgeCommit message (Expand)Author
2014-06-14driver:tn7c:add log to indicate the power key eventDanny Song
2014-01-20input: gpio_keys: Fix disordered wakeup key reportsDavid Yu
2013-04-06input: gpio_keys: Send Wake Values Based on KeyMatt Wagner
2013-03-11input: gpio_keys: send event for wakeup keyMatt Wagner
2013-02-15Input: gpio_keys: Remove Wakeup Key HandlingMatt Wagner
2012-04-11Input: gpio_keys - add support for interrupt only keysVarun Wadekar
2012-04-11Input: gpio_keys - constify platform dataVarun Wadekar
2012-04-09input: keyboard: gpio-keys: use gpio_keys_gpio_report_event to report key eventsVarun Wadekar
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-22Update copyrightsScott Williams
2012-03-22input: gpio-keys: report wakeup key on resumeNitin Kumbhar
2011-09-20Input: gpio_keys - use of_property_read_u32()Tobias Klauser
2011-07-30Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser
2011-07-10Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov
2011-07-10Input: gpio_keys - add support for device-tree platform dataDavid Jander
2011-06-29Input: gpio_keys - fix a memory leakAxel Lin
2011-06-27Input: gpio_keys - move to late_initcallDavid Jander
2011-06-21Input: gpio_keys - switch to using threaded IRQsDavid Jander
2011-04-11Input: gpio-keys - add support for setting device nameAlexander Stein
2011-04-11Input: gpio_keys - add support for EV_ABSAlexander Stein
2011-01-20Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais
2010-08-03Input: gpio_keys - add hooks to enable/disable deviceShubhrajyoti D
2010-06-28Input: gpio-keys - add gpiolib debounce supportGrazvydas Ignotas
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-04Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg
2009-11-30Input: gpio_keys - scan gpio state at probe and resume timeDaniel Mack
2009-11-20Input: gpio_keys - seperate individual button setup to make code neaterBen Dooks
2009-11-20Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>Ben Dooks
2009-11-20Input: gpio_keys - use dev_ macros to report informationBen Dooks
2009-11-02Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov
2009-07-24Input: gpio_keys - swtich to dev_pm_opsMike Rapoport
2009-06-28Input: gpio-keys - avoid possibility of sleeping in timer functionJani Nikula
2009-06-28Input: gpio-keys - revert 'change timer to workqueue'Jani Nikula
2009-06-11Input: gpio-keys - change timer to workqueueAlek Du
2009-04-18Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flagDmitry Torokhov
2008-10-27Input: gpio-keys - add flag to allow auto repeatDominic Curran
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi
2008-08-08Input: gpio-keys - simplify argument list for report_eventUwe Kleine-König
2008-08-08Input: gpio-keys - optimize interrupt handlerUwe Kleine-König
2008-07-30Input: gpio-keys - make gpio_keys_device_driver staticUwe Kleine-König
2008-07-30Input: gpio-keys - fix possible NULL pointer dereferenceUwe Kleine-König
2008-05-16Input: gpio-keys debouncing supportDmitry Baryshkov
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers
2008-04-15Input: gpio_keys - irq handling cleanupDavid Brownell
2007-11-21Input: gpio-keys - request and configure GPIOsHerbert Valerio Riedel
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2007-09-26Input: gpio-keys - add suspend/resume supportAnti Sullin
2007-09-26Input: gpio_keys - verify that supplied GPIO numbers are validAnti Sullin