summaryrefslogtreecommitdiff
path: root/drivers/input/misc/soc_button_array.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-23Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg1-0/+5
2023-09-24Input: soc_button_array - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-11Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede1-0/+30
2022-11-07Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede1-0/+7
2022-11-07Input: soc_button_array - add use_low_level_irq module parameterHans de Goede1-1/+6
2022-06-08Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-06-07Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...Marius Hoch1-2/+2
2022-03-02Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttonsHans de Goede1-1/+23
2020-12-07Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...Hans de Goede1-0/+11
2020-11-25Input: soc_button_array - add missing includeDmitry Torokhov1-0/+1
2020-09-14Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede1-9/+60
2020-09-14Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede1-0/+11
2020-09-14Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede1-9/+11
2019-10-09Input: soc_button_array - partial revert of support for newer surface devicesHans de Goede1-5/+12
2019-08-21Input: soc_button_array - use platform_device_register_resndata()Enrico Weigelt1-14/+8
2019-07-28Input: soc_button_array - add support for newer surface devicesMaximilian Luz1-12/+93
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-01-04Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 deviceHans de Goede1-1/+1
2019-01-04Input: soc_button_array - add usage-page 0x01 usage-id 0xca mappingHans de Goede1-0/+4
2017-08-20Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365Hans de Goede1-1/+1
2017-06-19Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede1-6/+14
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+3
2017-04-11Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETAHans de Goede1-1/+1
2017-03-18Input: soc_button_array - add support for ACPI 6.0 Generic Button DeviceHans de Goede1-1/+158
2017-03-18Input: soc_button_array - get rid of MAX_NBUTTONSHans de Goede1-8/+11
2017-03-16Input: soc_button_array - Propagate error from gpiod_count()Andy Shevchenko1-2/+3
2017-03-09Input: soc_button_array - use NULL for GPIO connection IDHans de Goede1-2/+2
2017-01-21Input: soc_button_array - debounce the buttonsHans de Goede1-0/+2
2017-01-18Input: soc_button_array - use 'dev' instead of dereferencing itGuenter Roeck1-3/+3
2016-11-25Input: soc_button_array - bail out earlier if gpiod_count is zeroBenjamin Tissoires1-0/+5
2016-11-25Input: soc_button_array - use gpio_is_valid()Benjamin Tissoires1-1/+2
2015-05-13Input: soc_button_array - remove duplicated includeWei Yongjun1-1/+0
2015-02-11Input: soc_button_array - use "Windows" key for "Home"Bastien Nocera1-1/+1
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-10-25Input: soc_button_array - update calls to gpiod_get*()Alexandre Courbot1-1/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-25Input: soc_button_array - convert to platform busJin Yao1-29/+31
2014-07-26Input: soc_button_array - add missing memory allocation checkPramod Gurav1-0/+3
2014-05-29Input: soc_button_array - remove duplicate inclusion of input.hSachin Kamat1-1/+0
2014-04-23Input: soc_button_array - fix a crash during rmmodLejun Zhu1-0/+1
2014-03-31Input: add driver for SOC button arrayLejun Zhu1-0/+218