aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/gpio_keys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Input: gpio_keys - more conversions to devm-* APIAlexander Shiyan1-35/+34
2014-05-14Input: gpio_keys - make of_device_id array constJingoo Han1-1/+1
2014-05-14Input: gpio_keys - convert to use devm_*Andy Shevchenko1-49/+25
2013-10-06Input: gpio_keys - include linux/of.h headerSachin Kamat1-0/+1
2013-05-08Input: gpio_keys - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-12-24Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov1-1/+12
2012-12-03Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov1-9/+1
2012-11-27Input: gpio_keys - disable hardware on suspendJonas Aaberg1-5/+22
2012-11-27Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov1-13/+26
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-6/+6
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-21Input: gpio_keys - report a wakeup_event for a button pressNeilBrown1-0/+8
2012-08-21Input: gpio_keys - clean up device tree parserAlexandre Pereira da Silva1-81/+80
2012-06-12Input: gpio_keys - remove useless reinitialization of pdata->nbuttonsTobias Klauser1-1/+0
2012-03-19Input: gpio_keys - add support for interrupt only keysLaxman Dewangan1-66/+148
2012-03-19Input: gpio_keys - consolidate key destructor codeDmitry Torokhov1-16/+14
2012-03-19Input: revert "gpio_keys - switch to using threaded IRQs"David Jander1-1/+1
2012-03-19Input: gpio_keys - constify platform dataDmitry Torokhov1-16/+15
2011-09-20Input: gpio_keys - use of_property_read_u32()Tobias Klauser1-11/+13
2011-07-30Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser1-1/+1
2011-07-10Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+3
2011-07-10Input: gpio_keys - add support for device-tree platform dataDavid Jander1-16/+132
2011-06-29Input: gpio_keys - fix a memory leakAxel Lin1-0/+1
2011-06-27Input: gpio_keys - move to late_initcallDavid Jander1-1/+1
2011-06-21Input: gpio_keys - switch to using threaded IRQsDavid Jander1-2/+2
2011-04-11Input: gpio-keys - add support for setting device nameAlexander Stein1-1/+1
2011-04-11Input: gpio_keys - add support for EV_ABSAlexander Stein1-2/+7
2011-01-20Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais1-3/+3
2010-08-03Input: gpio_keys - add hooks to enable/disable deviceShubhrajyoti D1-0/+22
2010-06-28Input: gpio-keys - add gpiolib debounce supportGrazvydas Ignotas1-5/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-04Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg1-11/+307
2009-11-30Input: gpio_keys - scan gpio state at probe and resume timeDaniel Mack1-11/+25
2009-11-20Input: gpio_keys - seperate individual button setup to make code neaterBen Dooks1-40/+53
2009-11-20Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>Ben Dooks1-2/+1
2009-11-20Input: gpio_keys - use dev_ macros to report informationBen Dooks1-7/+9
2009-11-02Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov1-0/+1
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