Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
8054eadca71492f1c9421bcd58ac40f61d5e6e61
/
drivers
/
input
/
keyboard
/
gpio_keys.c
a1b9b65
Input: gpio_keys - replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 5 years ago
2a60f59
Input: gpio_keys - switch to using devm_fwnode_gpiod_get()
by Dmitry Torokhov
· 5 years ago
cf1b2a2
Input: gpio_keys - convert driver to use dev_groups
by Greg Kroah-Hartman
· 5 years ago
ecb4183
Merge tag 'v5.2' into next
by Dmitry Torokhov
· 5 years ago
002cdb9
Input: gpio_keys - use struct_size() in devm_kzalloc()
by Gustavo A. R. Silva
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
a5c5e50
Input: gpio-keys - add shutdown callback
by Florian Fainelli
· 6 years ago
4e2ec39
Input: gpio-keys - switch to bitmap_zalloc()
by Andy Shevchenko
· 6 years ago
83fc580
Input: gpio-keys - add support for wakeup event action
by Jeffy Chen
· 7 years ago
82565a1
Input: gpio-keys - convert timers to use timer_setup()
by stephen lu
· 7 years ago
53a7ff8
Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
by Dmitry Torokhov
· 7 years ago
3184125
Input: gpio_keys - use devm_device_add_group() for attributes
by Dmitry Torokhov
· 7 years ago
21563a7
Input: gpio_keys - constify attribute_group structures
by Arvind Yadav
· 7 years ago
0f10757
Input: gpio_keys - handle the missing key press event in resume phase
by Joseph Lo
· 8 years ago
1ec5c18
Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
4b09479
gpio: Rename devm_get_gpiod_from_child()
by Boris Brezillon
· 8 years ago
b2987d7
gpio: Pass GPIO label down to gpiod_request
by Alexander Stein
· 8 years ago
a264d10
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
by Andy Shevchenko
· 8 years ago
de3a00e
Input: keyboard - drop unnecessary calls to device_init_wakeup
by Guenter Roeck
· 8 years ago
b4e66e7
Input: keyboard - use local variables consistently
by Guenter Roeck
· 8 years ago
83e4947
Input: gpio-keys - add support for setkeycode
by Hans de Goede
· 8 years ago
dadbb0a
Input: gpio_keys - set input direction explicitly
by Sudeep Holla
· 8 years ago
700a38b
Input: gpio_keys - switch to using generic device properties
by Dmitry Torokhov
· 8 years ago
5feeca3
Input: gpio_keys - add support for GPIO descriptors
by Geert Uytterhoeven
· 8 years ago
0860913
Input: gpio_keys - fix leaking DT node references
by Dmitry Torokhov
· 8 years ago
f9645f2
Input: gpio_keys - annotate PM methods as __maybe_unused
by Dmitry Torokhov
· 8 years ago
0f78ba9
Input: gpio_keys_polled - keep button data constant
by Dmitry Torokhov
· 9 years ago
809d951
Input: gpio-keys - allow disabling individual buttons in DT
by Laxman Dewangan
· 9 years ago
c4dc5f8
Input: gpio-keys - allow setting input device name in DT
by Laxman Dewangan
· 9 years ago
8679ee4
Input: gpio-keys - fix check for disabling unsupported keys
by Dmitry Torokhov
· 9 years ago
77fa055
Input: gpio_keys - don't report events on gpio failure
by Bjorn Andersson
· 9 years ago
4ea14a5
Input: gpio-keys - report error when disabling unsupported key
by Peng Fan
· 9 years ago
99b4ffb
Input: gpio_keys[_polled] - change name of wakeup property
by Dmitry Torokhov
· 9 years ago
0b48003
input: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
bac2298
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 10 years ago
d797da4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 10 years ago
8ed9255
Input: gpio_keys - replace timer and workqueue with delayed workqueue
by Dmitry Torokhov
· 10 years ago
97d86e0
Input: gpio_keys - allow separating gpio and irq in device tree
by Dmitry Torokhov
· 10 years ago
1d6a013
Input: gpio_keys - fix warning regarding uninitialized 'button' variable
by Fabio Estevam
· 10 years ago
af906fa
Input: gpio_keys - fix warning regarding uninitialized 'irq' variable
by Dmitry Torokhov
· 10 years ago
f2d347ff
Input: gpio_keys - add device tree support for interrupt only keys
by Alexander Stein
· 10 years ago
1d05726
input: keyboard: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
2724551
Input: gpio_keys - more conversions to devm-* API
by Alexander Shiyan
· 11 years ago
22daae3
Input: gpio_keys - make of_device_id array const
by Jingoo Han
· 11 years ago
5d422f2
Input: gpio_keys - convert to use devm_*
by Andy Shevchenko
· 11 years ago
415a4ca
Input: gpio_keys - include linux/of.h header
by Sachin Kamat
· 11 years ago
9c0219f
Input: gpio_keys - remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
e324ce6
Input: gpio_keys - defer probing if GPIO probing is deferred
by Dmitry Torokhov
· 12 years ago
333e34b
Input: gpio_keys - switch to using gpio_request_one()
by Dmitry Torokhov
· 12 years ago
dda19a9
Input: gpio_keys - disable hardware on suspend
by Jonas Aaberg
· 12 years ago
5b76d7b
Input: gpio_keys - report initial state when opening the device
by Dmitry Torokhov
· 12 years ago
e2619cf
Input: remove use of __devexit
by Bill Pemberton
· 12 years ago
5298cc4
Input: remove use of __devinit
by Bill Pemberton
· 12 years ago
1cb0aa8
Input: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
2fba26c
Input: gpio_keys - report a wakeup_event for a button press
by NeilBrown
· 12 years ago
219edc7
Input: gpio_keys - clean up device tree parser
by Alexandre Pereira da Silva
· 12 years ago
4eceb14
Input: gpio_keys - remove useless reinitialization of pdata->nbuttons
by Tobias Klauser
· 13 years ago
d8ee4a1
Input: gpio_keys - add support for interrupt only keys
by Laxman Dewangan
· 13 years ago
a16ca23
Input: gpio_keys - consolidate key destructor code
by Dmitry Torokhov
· 13 years ago
6709c9a
Input: revert "gpio_keys - switch to using threaded IRQs"
by David Jander
· 13 years ago
d908092
Input: gpio_keys - constify platform data
by Dmitry Torokhov
· 13 years ago
cca8469
Input: gpio_keys - use of_property_read_u32()
by Tobias Klauser
· 13 years ago
1f4bb06
Input: gpio_keys - return proper error code if memory allocation fails
by Tobias Klauser
· 13 years ago
bdda821
Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPS
by Dmitry Torokhov
· 14 years ago
fd05d08
Input: gpio_keys - add support for device-tree platform data
by David Jander
· 14 years ago
1638207
Input: gpio_keys - fix a memory leak
by Axel Lin
· 14 years ago
b233020
Input: gpio_keys - move to late_initcall
by David Jander
· 14 years ago
7e2ecdf
Input: gpio_keys - switch to using threaded IRQs
by David Jander
· 14 years ago
4671127
Input: gpio-keys - add support for setting device name
by Alexander Stein
· 14 years ago
92a4767
Input: gpio_keys - add support for EV_ABS
by Alexander Stein
· 14 years ago
94a8cab
Input: gpio_keys - switch to using request_any_context_irq
by Philippe Langlais
· 14 years ago
173bdd7
Input: gpio_keys - add hooks to enable/disable device
by Shubhrajyoti D
· 14 years ago
28ed684
Input: gpio-keys - add gpiolib debounce support
by Grazvydas Ignotas
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9e3af04
Input: gpio-keys - add support for disabling gpios through sysfs
by Mika Westerberg
· 15 years ago
6ee88d7
Input: gpio_keys - scan gpio state at probe and resume time
by Daniel Mack
· 15 years ago
bc8f1ea
Input: gpio_keys - seperate individual button setup to make code neater
by Ben Dooks
· 15 years ago
111bc59
Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>
by Ben Dooks
· 15 years ago
db19fd8
Input: gpio_keys - use dev_ macros to report information
by Ben Dooks
· 15 years ago
558a5e2
Input: gpio-keys - use IRQF_SHARED
by Dmitry Eremin-Solenikov
· 15 years ago
ae78e0e
Input: gpio_keys - swtich to dev_pm_ops
by Mike Rapoport
· 15 years ago
da0d03f
Input: gpio-keys - avoid possibility of sleeping in timer function
by Jani Nikula
· 16 years ago
ca865a7
Input: gpio-keys - revert 'change timer to workqueue'
by Jani Nikula
· 16 years ago
0b34683
Input: gpio-keys - change timer to workqueue
by Alek Du
· 16 years ago
64e8563
Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flag
by Dmitry Torokhov
· 16 years ago
b67b4b1
Input: gpio-keys - add flag to allow auto repeat
by Dominic Curran
· 16 years ago
4c0e799
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 16 years ago
0cc1fe2
Input: remove version.h from drivers that don't need it
by Huang Weiyi
· 16 years ago
ce25d7e
Input: gpio-keys - simplify argument list for report_event
by Uwe Kleine-König
· 16 years ago
57ffe9d
Input: gpio-keys - optimize interrupt handler
by Uwe Kleine-König
· 16 years ago
9b07044
Input: gpio-keys - make gpio_keys_device_driver static
by Uwe Kleine-König
· 16 years ago
74dd439
Input: gpio-keys - fix possible NULL pointer dereference
by Uwe Kleine-König
· 16 years ago
a33466e
Input: gpio-keys debouncing support
by Dmitry Baryshkov
· 17 years ago
d7b5247
Input: add MODULE_ALIAS() to hotpluggable platform modules
by Kay Sievers
· 17 years ago
1164ec1
Input: gpio_keys - irq handling cleanup
by David Brownell
· 17 years ago
6a2e391
Input: gpio-keys - request and configure GPIOs
by Herbert Valerio Riedel
· 17 years ago
7b19ada
get rid of input BIT* duplicate defines
by Jiri Slaby
· 17 years ago
b981d8b3
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Dmitry Torokhov
· 17 years ago
e15b021
Input: gpio-keys - add suspend/resume support
by Anti Sullin
· 17 years ago
006df30
Input: gpio_keys - verify that supplied GPIO numbers are valid
by Anti Sullin
· 17 years ago
Next »