summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/gpio_keys.c
AgeCommit message (Expand)Author
2018-08-24MLK-11281-1: input: keyboard: gpio_keys: add pinctl set in suspend and resumeRobin Gong
2017-04-12Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven
2016-01-13Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan
2016-01-13Input: gpio-keys - allow setting input device name in DTLaxman Dewangan
2016-01-10Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov
2015-10-02Input: gpio_keys - don't report events on gpio failureBjorn Andersson
2015-08-24Input: gpio-keys - report error when disabling unsupported keyPeng Fan
2015-07-23Input: gpio_keys[_polled] - change name of wakeup propertyDmitry Torokhov
2015-02-13input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-12-15Input: gpio_keys - replace timer and workqueue with delayed workqueueDmitry Torokhov
2014-12-15Input: gpio_keys - allow separating gpio and irq in device treeDmitry Torokhov
2014-12-14Input: gpio_keys - fix warning regarding uninitialized 'button' variableFabio Estevam
2014-12-07Input: gpio_keys - fix warning regarding uninitialized 'irq' variableDmitry Torokhov
2014-12-03Input: gpio_keys - add device tree support for interrupt only keysAlexander Stein
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang
2014-05-14Input: gpio_keys - more conversions to devm-* APIAlexander Shiyan
2014-05-14Input: gpio_keys - make of_device_id array constJingoo Han
2014-05-14Input: gpio_keys - convert to use devm_*Andy Shevchenko
2013-10-06Input: gpio_keys - include linux/of.h headerSachin Kamat
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