index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
soc_button_array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-24
Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
Arnd Bergmann
1
-1
/
+0
2024-10-15
Input: switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-30
Input: correct typos in multiple comments across misc drivers
Shen Lichuan
1
-1
/
+1
2024-06-09
Input: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-12-22
Input: soc_button_array - add mapping for airplane mode button
Christoffer Sandberg
1
-0
/
+5
2023-09-23
Input: soc_button_array - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-11
Input: soc_button_array - add invalid acpi_index DMI quirk handling
Hans de Goede
1
-0
/
+30
2022-11-07
Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]
Hans de Goede
1
-0
/
+7
2022-11-07
Input: soc_button_array - add use_low_level_irq module parameter
Hans de Goede
1
-1
/
+6
2022-06-07
Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-06-07
Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...
Marius Hoch
1
-2
/
+2
2022-03-02
Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttons
Hans de Goede
1
-1
/
+23
2020-12-06
Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...
Hans de Goede
1
-0
/
+11
2020-11-24
Input: soc_button_array - add missing include
Dmitry Torokhov
1
-0
/
+1
2020-09-13
Input: soc_button_array - work around DSDTs which modify the irqflags
Hans de Goede
1
-9
/
+60
2020-09-13
Input: soc_button_array - add support for INT33D3 tablet-mode switch devices
Hans de Goede
1
-0
/
+11
2020-09-13
Input: soc_button_array - add active_low setting to soc_button_info
Hans de Goede
1
-9
/
+11
2019-10-08
Input: soc_button_array - partial revert of support for newer surface devices
Hans de Goede
1
-5
/
+12
2019-08-20
Input: soc_button_array - use platform_device_register_resndata()
Enrico Weigelt
1
-14
/
+8
2019-07-28
Input: soc_button_array - add support for newer surface devices
Maximilian Luz
1
-12
/
+93
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-01-04
Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 device
Hans de Goede
1
-1
/
+1
2019-01-04
Input: soc_button_array - add usage-page 0x01 usage-id 0xca mapping
Hans de Goede
1
-0
/
+4
2017-08-20
Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365
Hans de Goede
1
-1
/
+1
2017-06-18
Input: soc_button_array - fix leaking the ACPI button descriptor buffer
Hans de Goede
1
-6
/
+14
2017-05-04
Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-2
/
+3
2017-04-10
Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETA
Hans de Goede
1
-1
/
+1
2017-03-17
Input: soc_button_array - add support for ACPI 6.0 Generic Button Device
Hans de Goede
1
-1
/
+158
2017-03-17
Input: soc_button_array - get rid of MAX_NBUTTONS
Hans de Goede
1
-8
/
+11
2017-03-16
Input: soc_button_array - Propagate error from gpiod_count()
Andy Shevchenko
1
-2
/
+3
2017-03-09
Input: soc_button_array - use NULL for GPIO connection ID
Hans de Goede
1
-2
/
+2
2017-01-21
Input: soc_button_array - debounce the buttons
Hans de Goede
1
-0
/
+2
2017-01-18
Input: soc_button_array - use 'dev' instead of dereferencing it
Guenter Roeck
1
-3
/
+3
2016-11-25
Input: soc_button_array - bail out earlier if gpiod_count is zero
Benjamin Tissoires
1
-0
/
+5
2016-11-25
Input: soc_button_array - use gpio_is_valid()
Benjamin Tissoires
1
-1
/
+2
2015-05-13
Input: soc_button_array - remove duplicated include
Wei Yongjun
1
-1
/
+0
2015-02-10
Input: soc_button_array - use "Windows" key for "Home"
Bastien Nocera
1
-1
/
+1
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-10-24
Input: soc_button_array - update calls to gpiod_get*()
Alexandre Courbot
1
-1
/
+1
2014-10-20
input: misc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-24
Input: soc_button_array - convert to platform bus
Jin Yao
1
-29
/
+31
2014-07-25
Input: soc_button_array - add missing memory allocation check
Pramod Gurav
1
-0
/
+3
2014-05-28
Input: soc_button_array - remove duplicate inclusion of input.h
Sachin Kamat
1
-1
/
+0
2014-04-22
Input: soc_button_array - fix a crash during rmmod
Lejun Zhu
1
-0
/
+1
2014-03-30
Input: add driver for SOC button array
Lejun Zhu
1
-0
/
+218