index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
gpio_keys.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-30
Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()
Gatien Chevallier
1
-0
/
+2
2025-05-30
Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
Fabrice Gasnier
1
-2
/
+2
2025-04-05
treewide: Convert new and leftover hrtimer_init() users
Thomas Gleixner
1
-6
/
+4
2024-11-09
Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW
Andy Shevchenko
1
-6
/
+4
2024-09-05
Input: gpio-keys - switch to using cleanup functions
Dmitry Torokhov
1
-27
/
+17
2024-07-15
Input: gpio_keys - use device_for_each_child_node_scoped()
Javier Carrasco
1
-3
/
+1
2023-12-28
Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messages
Hermes Zhang
1
-3
/
+3
2023-11-30
Input: gpio-keys - add system suspend support for dedicated wakeirqs
Tony Lindgren
1
-4
/
+65
2023-07-17
Input: gpio-keys - convert to dev_err_probe()
Geert Uytterhoeven
1
-12
/
+9
2023-05-23
Input: gpio-keys - use input_report_key()
Geert Uytterhoeven
1
-3
/
+3
2023-02-21
Input: gpio-keys - add support for linux,input-value DTS property
Gergo Koteles
1
-0
/
+3
2022-12-07
Input: gpio-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-05-26
Input: gpio-keys - cancel delayed work only in case of GPIO
Lad Prabhakar
1
-1
/
+1
2022-01-03
Input: gpio-keys - avoid clearing twice some memory
Christophe JAILLET
1
-1
/
+1
2021-04-07
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-02
Input: use input_device_enabled()
Andrzej Pietrasiewicz
1
-2
/
+2
2020-11-08
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-13
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-22
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-01
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-23
Input: gpio-keys - convert timers to use timer_setup()
stephen lu
1
-4
/
+3
2017-07-24
Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
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-12
Input: gpio_keys - constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-07-09
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/linusw/linux-gpio
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-21
Input: keyboard - drop unnecessary calls to device_init_wakeup
Guenter Roeck
1
-2
/
+0
2017-01-21
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-07
Input: gpio_keys - switch to using generic device properties
Dmitry Torokhov
1
-72
/
+69
2016-11-07
Input: gpio_keys - add support for GPIO descriptors
Geert Uytterhoeven
1
-11
/
+26
2016-11-07
Input: gpio_keys - fix leaking DT node references
Dmitry Torokhov
1
-0
/
+3
2016-11-07
Input: gpio_keys - annotate PM methods as __maybe_unused
Dmitry Torokhov
1
-4
/
+2
2016-11-07
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
[next]