summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/gpio_keys.c
AgeCommit message (Expand)Author
2023-12-28Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messagesHermes Zhang
2023-11-30Input: gpio-keys - add system suspend support for dedicated wakeirqsTony Lindgren
2023-07-17Input: gpio-keys - convert to dev_err_probe()Geert Uytterhoeven
2023-05-23Input: gpio-keys - use input_report_key()Geert Uytterhoeven
2023-02-21Input: gpio-keys - add support for linux,input-value DTS propertyGergo Koteles
2022-12-07Input: gpio-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-05-26Input: gpio-keys - cancel delayed work only in case of GPIOLad Prabhakar
2022-01-03Input: gpio-keys - avoid clearing twice some memoryChristophe JAILLET
2021-04-07Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov
2021-03-25Input: gpio-keys - use hrtimer for software debounce, if possiblePaul Cercueil
2021-03-25Input: gpio-keys - use hrtimer for release timerPaul Cercueil
2021-03-25Input: gpio-keys - remove extra call to input_syncPaul Cercueil
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz
2020-11-08Input: gpio_keys - fix misnamed function parameter 'dev'Lee Jones
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-13Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-27Input: gpio_keys - switch to using devm_fwnode_gpiod_get()Dmitry Torokhov
2019-08-12Input: gpio_keys - convert driver to use dev_groupsGreg Kroah-Hartman
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov
2019-06-22Input: gpio_keys - use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-06Input: gpio-keys - add shutdown callbackFlorian Fainelli
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