summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/gpio_keys.c
AgeCommit message (Expand)Author
2018-08-01Input: gpio-keys - switch to bitmap_zalloc()Andy Shevchenko
2018-03-14Input: gpio-keys - add support for wakeup event actionJeffy Chen
2017-10-23Input: gpio-keys - convert timers to use timer_setup()stephen lu
2017-07-24Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov
2017-07-22Input: gpio_keys - use devm_device_add_group() for attributesDmitry Torokhov
2017-07-12Input: gpio_keys - constify attribute_group structuresArvind Yadav
2017-07-09Input: gpio_keys - handle the missing key press event in resume phaseJoseph Lo
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-02-04gpio: Rename devm_get_gpiod_from_child()Boris Brezillon
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck
2017-01-21Input: keyboard - use local variables consistentlyGuenter Roeck
2017-01-21Input: gpio-keys - add support for setkeycodeHans de Goede
2016-11-17Input: gpio_keys - set input direction explicitlySudeep Holla
2016-11-07Input: gpio_keys - switch to using generic device propertiesDmitry Torokhov
2016-11-07Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven
2016-11-07Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov
2016-11-07Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov
2016-11-07Input: gpio_keys_polled - keep button data constantDmitry Torokhov
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