index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
gpio_keys_polled.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
Input: gpio_keys_polled - replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-10-29
Input: gpio_keys_polled - switch to using polled mode of input devices
Dmitry Torokhov
1
-31
/
+34
2019-10-27
Input: gpio_keys_polled - switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
1
-4
/
+3
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
1
-4
/
+1
2019-07-06
Input: gpio_keys_polled - allow specifying name of input device
Enrico Weigelt, metux IT consult
1
-1
/
+3
2019-06-22
Input: gpio_keys_polled - 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
2017-02-23
Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-10
/
+4
2017-02-04
gpio: Rename devm_get_gpiod_from_child()
Boris Brezillon
1
-4
/
+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
-9
/
+2
2017-01-21
Input: keyboard - use local variables consistently
Guenter Roeck
1
-3
/
+3
2017-01-21
Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
1
-1
/
+0
2016-11-17
Input: gpio_keys - set input direction explicitly
Sudeep Holla
1
-0
/
+8
2016-11-07
Input: gpio_keys_polled - always use gpiod_get_value_cansleep
Dmitry Torokhov
1
-11
/
+10
2016-11-07
Input: gpio_keys_polled - keep button data constant
Dmitry Torokhov
1
-47
/
+58
2015-10-14
Input: gpio_keys_polled - add support for abs/rel axis
Hans de Goede
1
-9
/
+79
2015-09-03
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-2
/
+5
2015-08-20
Input: gpio_keys_polled - request GPIO pin as input.
Vincent Pelletier
1
-1
/
+1
2015-07-23
Input: gpio_keys[_polled] - change name of wakeup property
Dmitry Torokhov
1
-1
/
+4
2015-03-04
gpio: add parameter to allow the use named gpios
Olliver Schinagl
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-04
input: gpio_keys_polled: Make use of device property API
Aaron Lu
1
-49
/
+24
2014-11-04
input: gpio_keys_polled: Add support for GPIO descriptors
Aaron Lu
1
-12
/
+27
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-14
Input: gpio_keys_polled - convert to devm-* API
Alexander Shiyan
1
-77
/
+21
2014-05-14
Input: gpio_keys_polled - make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-06
Input: gpio_keys_polled - include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-05-08
Input: gpio_keys_polled - remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2012-12-24
Input: gpio_keys_polled - defer probing if GPIO probing is deferred
Gabor Juhos
1
-1
/
+12
2012-12-03
Input: gpio_keys_polled - switch to using gpio_request_one()
Dmitry Torokhov
1
-10
/
+2
2012-11-29
Input: gpio-keys-polled - honor 'autorepeat' setting in platform data
Alexander Shiyan
1
-1
/
+4
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-3
/
+2
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-12
Input: gpio_keys_polled - fix dt pdata->nbuttons
Alexandre Pereira da Silva
1
-0
/
+1
2012-08-21
Input: gpio_keys_polled - convert to dt
Alexandre Pereira da Silva
1
-5
/
+127
2012-08-21
Input: gpio-keys-polled - constify pointers to platform data
Dmitry Torokhov
1
-7
/
+7
2011-11-30
Input: keyboard - use macro module_platform_driver()
JJ Ding
1
-13
/
+1
2010-12-06
Input: add input driver for polled GPIO buttons
Gabor Juhos
1
-0
/
+261