summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/gpio_keys.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Input: gpio-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-05-26Input: gpio-keys - cancel delayed work only in case of GPIOLad Prabhakar1-1/+1
2022-01-03Input: gpio-keys - avoid clearing twice some memoryChristophe JAILLET1-1/+1
2021-04-07Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov1-17/+13
2021-03-25Input: gpio-keys - use hrtimer for software debounce, if possiblePaul Cercueil1-14/+52
2021-03-25Input: gpio-keys - use hrtimer for release timerPaul Cercueil1-11/+16
2021-03-25Input: gpio-keys - remove extra call to input_syncPaul Cercueil1-1/+1
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2020-11-08Input: gpio_keys - fix misnamed function parameter 'dev'Lee Jones1-1/+1
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-02-13Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-10-27Input: gpio_keys - switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-4/+2
2019-08-12Input: gpio_keys - convert driver to use dev_groupsGreg Kroah-Hartman1-11/+2
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov1-4/+1
2019-06-22Input: gpio_keys - use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-06Input: gpio-keys - add shutdown callbackFlorian Fainelli1-0/+10
2018-08-01Input: gpio-keys - switch to bitmap_zalloc()Andy Shevchenko1-4/+4
2018-03-14Input: gpio-keys - add support for wakeup event actionJeffy Chen1-14/+131
2017-10-23Input: gpio-keys - convert timers to use timer_setup()stephen lu1-4/+3
2017-07-24Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov1-14/+2
2017-07-22Input: gpio_keys - use devm_device_add_group() for attributesDmitry Torokhov1-14/+2
2017-07-12Input: gpio_keys - constify attribute_group structuresArvind Yadav1-1/+1
2017-07-09Input: gpio_keys - handle the missing key press event in resume phaseJoseph Lo1-1/+16
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-8/+4
2017-02-04gpio: Rename devm_get_gpiod_from_child()Boris Brezillon1-2/+4
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein1-1/+2
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko1-8/+1
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck1-2/+0
2017-01-21Input: keyboard - use local variables consistentlyGuenter Roeck1-13/+11
2017-01-21Input: gpio-keys - add support for setkeycodeHans de Goede1-12/+28
2016-11-17Input: gpio_keys - set input direction explicitlySudeep Holla1-0/+7
2016-11-07Input: gpio_keys - switch to using generic device propertiesDmitry Torokhov1-72/+69
2016-11-07Input: gpio_keys - add support for GPIO descriptorsGeert Uytterhoeven1-11/+26
2016-11-07Input: gpio_keys - fix leaking DT node referencesDmitry Torokhov1-0/+3
2016-11-07Input: gpio_keys - annotate PM methods as __maybe_unusedDmitry Torokhov1-4/+2
2016-11-07Input: gpio_keys_polled - keep button data constantDmitry Torokhov1-5/+5
2016-01-13Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan1-2/+2
2016-01-13Input: gpio-keys - allow setting input device name in DTLaxman Dewangan1-0/+2
2016-01-10Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov1-6/+23
2015-10-02Input: gpio_keys - don't report events on gpio failureBjorn Andersson1-1/+7
2015-08-24Input: gpio-keys - report error when disabling unsupported keyPeng Fan1-0/+5
2015-07-23Input: gpio_keys[_polled] - change name of wakeup propertyDmitry Torokhov1-1/+3
2015-02-13input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-1/+1
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-57/+57
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-16/+21
2014-12-15Input: gpio_keys - replace timer and workqueue with delayed workqueueDmitry Torokhov1-34/+31
2014-12-15Input: gpio_keys - allow separating gpio and irq in device treeDmitry Torokhov1-23/+26
2014-12-14Input: gpio_keys - fix warning regarding uninitialized 'button' variableFabio Estevam1-2/+3
2014-12-07Input: gpio_keys - fix warning regarding uninitialized 'irq' variableDmitry Torokhov1-4/+2