summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/gpio_keys.c
Commit message (Expand)AuthorAgeFilesLines
* Input: gpio_keys - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-1/+0
* Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov2012-12-241-1/+12
* Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov2012-12-031-9/+1
* Input: gpio_keys - disable hardware on suspendJonas Aaberg2012-11-271-5/+22
* Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov2012-11-271-13/+26
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-6/+6
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: gpio_keys - report a wakeup_event for a button pressNeilBrown2012-08-211-0/+8
* Input: gpio_keys - clean up device tree parserAlexandre Pereira da Silva2012-08-211-81/+80
* Input: gpio_keys - remove useless reinitialization of pdata->nbuttonsTobias Klauser2012-06-121-1/+0
* Input: gpio_keys - add support for interrupt only keysLaxman Dewangan2012-03-191-66/+148
* Input: gpio_keys - consolidate key destructor codeDmitry Torokhov2012-03-191-16/+14
* Input: revert "gpio_keys - switch to using threaded IRQs"David Jander2012-03-191-1/+1
* Input: gpio_keys - constify platform dataDmitry Torokhov2012-03-191-16/+15
* Input: gpio_keys - use of_property_read_u32()Tobias Klauser2011-09-201-11/+13
* Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser2011-07-301-1/+1
* Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-07-101-8/+3
* Input: gpio_keys - add support for device-tree platform dataDavid Jander2011-07-101-16/+132
* Input: gpio_keys - fix a memory leakAxel Lin2011-06-291-0/+1
* Input: gpio_keys - move to late_initcallDavid Jander2011-06-271-1/+1
* Input: gpio_keys - switch to using threaded IRQsDavid Jander2011-06-211-2/+2
* Input: gpio-keys - add support for setting device nameAlexander Stein2011-04-111-1/+1
* Input: gpio_keys - add support for EV_ABSAlexander Stein2011-04-111-2/+7
* Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais2011-01-201-3/+3
* Input: gpio_keys - add hooks to enable/disable deviceShubhrajyoti D2010-08-031-0/+22
* Input: gpio-keys - add gpiolib debounce supportGrazvydas Ignotas2010-06-281-5/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg2010-02-041-11/+307
* Input: gpio_keys - scan gpio state at probe and resume timeDaniel Mack2009-11-301-11/+25
* Input: gpio_keys - seperate individual button setup to make code neaterBen Dooks2009-11-201-40/+53
* Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>Ben Dooks2009-11-201-2/+1
* Input: gpio_keys - use dev_ macros to report informationBen Dooks2009-11-201-7/+9
* Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov2009-11-021-0/+1
* Input: gpio_keys - swtich to dev_pm_opsMike Rapoport2009-07-241-7/+12
* Input: gpio-keys - avoid possibility of sleeping in timer functionJani Nikula2009-06-281-5/+12
* Input: gpio-keys - revert 'change timer to workqueue'Jani Nikula2009-06-281-12/+20
* Input: gpio-keys - change timer to workqueueAlek Du2009-06-111-20/+12
* Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flagDmitry Torokhov2009-04-181-2/+1
* Input: gpio-keys - add flag to allow auto repeatDominic Curran2008-10-271-0/+4
* Merge branch 'next' into for-linusDmitry Torokhov2008-10-151-26/+16
|\
| * Input: gpio-keys - simplify argument list for report_eventUwe Kleine-König2008-08-081-4/+5
| * Input: gpio-keys - optimize interrupt handlerUwe Kleine-König2008-08-081-23/+12
* | Input: remove version.h from drivers that don't need itHuang Weiyi2008-08-181-1/+0
* | Input: gpio-keys - make gpio_keys_device_driver staticUwe Kleine-König2008-07-301-1/+1
* | Input: gpio-keys - fix possible NULL pointer dereferenceUwe Kleine-König2008-07-301-0/+1
|/
* Input: gpio-keys debouncing supportDmitry Baryshkov2008-05-161-20/+69
* Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers2008-04-241-0/+2
* Input: gpio_keys - irq handling cleanupDavid Brownell2008-04-151-1/+2
* Input: gpio-keys - request and configure GPIOsHerbert Valerio Riedel2007-11-211-10/+28