aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/gpio_keys.c
AgeCommit message (Expand)Author
2013-05-08Input: gpio_keys - remove redundant platform_set_drvdata()Sachin Kamat
2012-12-24Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov
2012-12-03Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov
2012-11-27Input: gpio_keys - disable hardware on suspendJonas Aaberg
2012-11-27Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-08-21Input: gpio_keys - report a wakeup_event for a button pressNeilBrown
2012-08-21Input: gpio_keys - clean up device tree parserAlexandre Pereira da Silva
2012-06-12Input: gpio_keys - remove useless reinitialization of pdata->nbuttonsTobias Klauser
2012-03-19Input: gpio_keys - add support for interrupt only keysLaxman Dewangan
2012-03-19Input: gpio_keys - consolidate key destructor codeDmitry Torokhov
2012-03-19Input: revert "gpio_keys - switch to using threaded IRQs"David Jander
2012-03-19Input: gpio_keys - constify platform dataDmitry Torokhov
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