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
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
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
2014-05-15
Input: gpio_keys - make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-15
Input: gpio_keys - convert to use devm_*
Andy Shevchenko
1
-49
/
+25
2013-10-06
Input: gpio_keys - include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-05-08
Input: gpio_keys - remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2012-12-24
Input: gpio_keys - defer probing if GPIO probing is deferred
Dmitry Torokhov
1
-1
/
+12
2012-12-04
Input: gpio_keys - switch to using gpio_request_one()
Dmitry Torokhov
1
-9
/
+1
2012-11-28
Input: gpio_keys - disable hardware on suspend
Jonas Aaberg
1
-5
/
+22
2012-11-28
Input: gpio_keys - report initial state when opening the device
Dmitry Torokhov
1
-13
/
+26
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-6
/
+6
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-08-22
Input: gpio_keys - report a wakeup_event for a button press
NeilBrown
1
-0
/
+8
2012-08-22
Input: gpio_keys - clean up device tree parser
Alexandre Pereira da Silva
1
-81
/
+80
2012-06-12
Input: gpio_keys - remove useless reinitialization of pdata->nbuttons
Tobias Klauser
1
-1
/
+0
2012-03-20
Input: gpio_keys - add support for interrupt only keys
Laxman Dewangan
1
-66
/
+148
2012-03-20
Input: gpio_keys - consolidate key destructor code
Dmitry Torokhov
1
-16
/
+14
2012-03-20
Input: revert "gpio_keys - switch to using threaded IRQs"
David Jander
1
-1
/
+1
2012-03-20
Input: gpio_keys - constify platform data
Dmitry Torokhov
1
-16
/
+15
2011-09-21
Input: gpio_keys - use of_property_read_u32()
Tobias Klauser
1
-11
/
+13
2011-07-30
Input: gpio_keys - return proper error code if memory allocation fails
Tobias Klauser
1
-1
/
+1
2011-07-11
Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPS
Dmitry Torokhov
1
-8
/
+3
2011-07-11
Input: gpio_keys - add support for device-tree platform data
David Jander
1
-16
/
+132
2011-06-29
Input: gpio_keys - fix a memory leak
Axel Lin
1
-0
/
+1
2011-06-27
Input: gpio_keys - move to late_initcall
David Jander
1
-1
/
+1
2011-06-22
Input: gpio_keys - switch to using threaded IRQs
David Jander
1
-2
/
+2
2011-04-12
Input: gpio-keys - add support for setting device name
Alexander Stein
1
-1
/
+1
2011-04-12
Input: gpio_keys - add support for EV_ABS
Alexander Stein
1
-2
/
+7
2011-01-21
Input: gpio_keys - switch to using request_any_context_irq
Philippe Langlais
1
-3
/
+3
2010-08-04
Input: gpio_keys - add hooks to enable/disable device
Shubhrajyoti D
1
-0
/
+22
2010-06-28
Input: gpio-keys - add gpiolib debounce support
Grazvydas Ignotas
1
-5
/
+14
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-04
Input: gpio-keys - add support for disabling gpios through sysfs
Mika Westerberg
1
-11
/
+307
2009-11-30
Input: gpio_keys - scan gpio state at probe and resume time
Daniel Mack
1
-11
/
+25
2009-11-20
Input: gpio_keys - seperate individual button setup to make code neater
Ben Dooks
1
-40
/
+53
[next]