summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/gpio_keys.c
Commit message (Expand)AuthorAge
* Input: gpio-keys - report error when disabling unsupported keyPeng Fan2015-08-24
* Input: gpio_keys[_polled] - change name of wakeup propertyDmitry Torokhov2015-07-23
* input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-30
|\
| * Input: gpio_keys - replace timer and workqueue with delayed workqueueDmitry Torokhov2014-12-15
| * Input: gpio_keys - allow separating gpio and irq in device treeDmitry Torokhov2014-12-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-17
|\ \ | |/
| * Input: gpio_keys - fix warning regarding uninitialized 'button' variableFabio Estevam2014-12-14
| * Input: gpio_keys - fix warning regarding uninitialized 'irq' variableDmitry Torokhov2014-12-07
| * Input: gpio_keys - add device tree support for interrupt only keysAlexander Stein2014-12-03
* | input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-20
|/
* Input: gpio_keys - more conversions to devm-* APIAlexander Shiyan2014-05-14
* Input: gpio_keys - make of_device_id array constJingoo Han2014-05-14
* Input: gpio_keys - convert to use devm_*Andy Shevchenko2014-05-14
* Input: gpio_keys - include linux/of.h headerSachin Kamat2013-10-06
* Input: gpio_keys - remove redundant platform_set_drvdata()Sachin Kamat2013-05-08
* Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov2012-12-24
* Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov2012-12-03
* Input: gpio_keys - disable hardware on suspendJonas Aaberg2012-11-27
* Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov2012-11-27
* Input: remove use of __devexitBill Pemberton2012-11-24
* Input: remove use of __devinitBill Pemberton2012-11-24
* Input: remove use of __devexit_pBill Pemberton2012-11-24
* Input: gpio_keys - report a wakeup_event for a button pressNeilBrown2012-08-21
* Input: gpio_keys - clean up device tree parserAlexandre Pereira da Silva2012-08-21
* Input: gpio_keys - remove useless reinitialization of pdata->nbuttonsTobias Klauser2012-06-12
* Input: gpio_keys - add support for interrupt only keysLaxman Dewangan2012-03-19
* Input: gpio_keys - consolidate key destructor codeDmitry Torokhov2012-03-19
* Input: revert "gpio_keys - switch to using threaded IRQs"David Jander2012-03-19
* Input: gpio_keys - constify platform dataDmitry Torokhov2012-03-19
* Input: gpio_keys - use of_property_read_u32()Tobias Klauser2011-09-20
* Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser2011-07-30
* Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-07-10
* Input: gpio_keys - add support for device-tree platform dataDavid Jander2011-07-10
* Input: gpio_keys - fix a memory leakAxel Lin2011-06-29
* Input: gpio_keys - move to late_initcallDavid Jander2011-06-27
* Input: gpio_keys - switch to using threaded IRQsDavid Jander2011-06-21
* Input: gpio-keys - add support for setting device nameAlexander Stein2011-04-11
* Input: gpio_keys - add support for EV_ABSAlexander Stein2011-04-11
* Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais2011-01-20
* Input: gpio_keys - add hooks to enable/disable deviceShubhrajyoti D2010-08-03
* Input: gpio-keys - add gpiolib debounce supportGrazvydas Ignotas2010-06-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg2010-02-04
* Input: gpio_keys - scan gpio state at probe and resume timeDaniel Mack2009-11-30
* Input: gpio_keys - seperate individual button setup to make code neaterBen Dooks2009-11-20
* Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>Ben Dooks2009-11-20
* Input: gpio_keys - use dev_ macros to report informationBen Dooks2009-11-20
* Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov2009-11-02
* Input: gpio_keys - swtich to dev_pm_opsMike Rapoport2009-07-24