index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
gpio_keys.c
Age
Commit message (
Expand
)
Author
2020-02-13
Input: gpio_keys - replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-10-27
Input: gpio_keys - switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
2019-08-12
Input: gpio_keys - convert driver to use dev_groups
Greg Kroah-Hartman
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-06-22
Input: gpio_keys - use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-06
Input: gpio-keys - add shutdown callback
Florian Fainelli
2018-08-01
Input: gpio-keys - switch to bitmap_zalloc()
Andy Shevchenko
2018-03-14
Input: gpio-keys - add support for wakeup event action
Jeffy Chen
2017-10-23
Input: gpio-keys - convert timers to use timer_setup()
stephen lu
2017-07-24
Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Dmitry Torokhov
2017-07-22
Input: gpio_keys - use devm_device_add_group() for attributes
Dmitry Torokhov
2017-07-12
Input: gpio_keys - constify attribute_group structures
Arvind Yadav
2017-07-09
Input: gpio_keys - handle the missing key press event in resume phase
Joseph Lo
2017-02-23
Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2017-02-04
gpio: Rename devm_get_gpiod_from_child()
Boris Brezillon
2017-01-26
gpio: Pass GPIO label down to gpiod_request
Alexander Stein
2017-01-26
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
Andy Shevchenko
2017-01-21
Input: keyboard - drop unnecessary calls to device_init_wakeup
Guenter Roeck
2017-01-21
Input: keyboard - use local variables consistently
Guenter Roeck
2017-01-21
Input: gpio-keys - add support for setkeycode
Hans de Goede
2016-11-17
Input: gpio_keys - set input direction explicitly
Sudeep Holla
2016-11-07
Input: gpio_keys - switch to using generic device properties
Dmitry Torokhov
2016-11-07
Input: gpio_keys - add support for GPIO descriptors
Geert Uytterhoeven
2016-11-07
Input: gpio_keys - fix leaking DT node references
Dmitry Torokhov
2016-11-07
Input: gpio_keys - annotate PM methods as __maybe_unused
Dmitry Torokhov
2016-11-07
Input: gpio_keys_polled - keep button data constant
Dmitry Torokhov
2016-01-13
Input: gpio-keys - allow disabling individual buttons in DT
Laxman Dewangan
2016-01-13
Input: gpio-keys - allow setting input device name in DT
Laxman Dewangan
2016-01-10
Input: gpio-keys - fix check for disabling unsupported keys
Dmitry Torokhov
2015-10-02
Input: gpio_keys - don't report events on gpio failure
Bjorn Andersson
2015-08-24
Input: gpio-keys - report error when disabling unsupported key
Peng Fan
2015-07-23
Input: gpio_keys[_polled] - change name of wakeup property
Dmitry Torokhov
2015-02-13
input: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2014-12-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2014-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2014-12-15
Input: gpio_keys - replace timer and workqueue with delayed workqueue
Dmitry Torokhov
2014-12-15
Input: gpio_keys - allow separating gpio and irq in device tree
Dmitry Torokhov
2014-12-14
Input: gpio_keys - fix warning regarding uninitialized 'button' variable
Fabio Estevam
2014-12-07
Input: gpio_keys - fix warning regarding uninitialized 'irq' variable
Dmitry Torokhov
2014-12-03
Input: gpio_keys - add device tree support for interrupt only keys
Alexander Stein
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
2014-05-14
Input: gpio_keys - more conversions to devm-* API
Alexander Shiyan
2014-05-14
Input: gpio_keys - make of_device_id array const
Jingoo Han
2014-05-14
Input: gpio_keys - convert to use devm_*
Andy Shevchenko
2013-10-06
Input: gpio_keys - include linux/of.h header
Sachin Kamat
2013-05-08
Input: gpio_keys - remove redundant platform_set_drvdata()
Sachin Kamat
2012-12-24
Input: gpio_keys - defer probing if GPIO probing is deferred
Dmitry Torokhov
2012-12-03
Input: gpio_keys - switch to using gpio_request_one()
Dmitry Torokhov
2012-11-27
Input: gpio_keys - disable hardware on suspend
Jonas Aaberg
[next]