index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
gpio_keys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
Input: gpio-keys - fix crash when disabliing GPIO-less buttons
Dmitry Torokhov
1
-17
/
+13
2021-03-25
Input: gpio-keys - use hrtimer for software debounce, if possible
Paul Cercueil
1
-14
/
+52
2021-03-25
Input: gpio-keys - use hrtimer for release timer
Paul Cercueil
1
-11
/
+16
2021-03-25
Input: gpio-keys - remove extra call to input_sync
Paul Cercueil
1
-1
/
+1
2020-12-03
Input: use input_device_enabled()
Andrzej Pietrasiewicz
1
-2
/
+2
2020-11-09
Input: gpio_keys - fix misnamed function parameter 'dev'
Lee Jones
1
-1
/
+1
2020-07-07
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+0
2020-02-14
Input: gpio_keys - replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-10-27
Input: gpio_keys - switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
1
-4
/
+2
2019-08-12
Input: gpio_keys - convert driver to use dev_groups
Greg Kroah-Hartman
1
-11
/
+2
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
1
-4
/
+1
2019-06-23
Input: gpio_keys - use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-06
Input: gpio-keys - add shutdown callback
Florian Fainelli
1
-0
/
+10
2018-08-02
Input: gpio-keys - switch to bitmap_zalloc()
Andy Shevchenko
1
-4
/
+4
2018-03-14
Input: gpio-keys - add support for wakeup event action
Jeffy Chen
1
-14
/
+131
2017-10-24
Input: gpio-keys - convert timers to use timer_setup()
stephen lu
1
-4
/
+3
2017-07-25
Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Dmitry Torokhov
1
-14
/
+2
2017-07-22
Input: gpio_keys - use devm_device_add_group() for attributes
Dmitry Torokhov
1
-14
/
+2
2017-07-13
Input: gpio_keys - constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-07-10
Input: gpio_keys - handle the missing key press event in resume phase
Joseph Lo
1
-1
/
+16
2017-02-23
Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-8
/
+4
2017-02-04
gpio: Rename devm_get_gpiod_from_child()
Boris Brezillon
1
-2
/
+4
2017-01-26
gpio: Pass GPIO label down to gpiod_request
Alexander Stein
1
-1
/
+2
2017-01-26
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
Andy Shevchenko
1
-8
/
+1
2017-01-22
Input: keyboard - drop unnecessary calls to device_init_wakeup
Guenter Roeck
1
-2
/
+0
2017-01-22
Input: keyboard - use local variables consistently
Guenter Roeck
1
-13
/
+11
2017-01-21
Input: gpio-keys - add support for setkeycode
Hans de Goede
1
-12
/
+28
2016-11-17
Input: gpio_keys - set input direction explicitly
Sudeep Holla
1
-0
/
+7
2016-11-08
Input: gpio_keys - switch to using generic device properties
Dmitry Torokhov
1
-72
/
+69
2016-11-08
Input: gpio_keys - add support for GPIO descriptors
Geert Uytterhoeven
1
-11
/
+26
2016-11-08
Input: gpio_keys - fix leaking DT node references
Dmitry Torokhov
1
-0
/
+3
2016-11-08
Input: gpio_keys - annotate PM methods as __maybe_unused
Dmitry Torokhov
1
-4
/
+2
2016-11-08
Input: gpio_keys_polled - keep button data constant
Dmitry Torokhov
1
-5
/
+5
2016-01-13
Input: gpio-keys - allow disabling individual buttons in DT
Laxman Dewangan
1
-2
/
+2
2016-01-13
Input: gpio-keys - allow setting input device name in DT
Laxman Dewangan
1
-0
/
+2
2016-01-10
Input: gpio-keys - fix check for disabling unsupported keys
Dmitry Torokhov
1
-6
/
+23
2015-10-02
Input: gpio_keys - don't report events on gpio failure
Bjorn Andersson
1
-1
/
+7
2015-08-24
Input: gpio-keys - report error when disabling unsupported key
Peng Fan
1
-0
/
+5
2015-07-24
Input: gpio_keys[_polled] - change name of wakeup property
Dmitry Torokhov
1
-1
/
+3
2015-02-14
input: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-1
/
+1
2014-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-57
/
+57
2014-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-16
/
+21
2014-12-16
Input: gpio_keys - replace timer and workqueue with delayed workqueue
Dmitry Torokhov
1
-34
/
+31
2014-12-16
Input: gpio_keys - allow separating gpio and irq in device tree
Dmitry Torokhov
1
-23
/
+26
2014-12-14
Input: gpio_keys - fix warning regarding uninitialized 'button' variable
Fabio Estevam
1
-2
/
+3
2014-12-08
Input: gpio_keys - fix warning regarding uninitialized 'irq' variable
Dmitry Torokhov
1
-4
/
+2
2014-12-04
Input: gpio_keys - add device tree support for interrupt only keys
Alexander Stein
1
-14
/
+20
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-15
Input: gpio_keys - more conversions to devm-* API
Alexander Shiyan
1
-35
/
+34
[next]