summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/soc_button_array.c
Commit message (Expand)AuthorAgeFilesLines
* Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg2023-12-221-0/+5
* Input: soc_button_array - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede2023-05-111-0/+30
* Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede2022-11-071-0/+7
* Input: soc_button_array - add use_low_level_irq module parameterHans de Goede2022-11-071-1/+6
* Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-071-2/+2
|\
| * Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...Marius Hoch2022-06-071-2/+2
* | Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttonsHans de Goede2022-03-021-1/+23
|/
* Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...Hans de Goede2020-12-061-0/+11
* Input: soc_button_array - add missing includeDmitry Torokhov2020-11-241-0/+1
* Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede2020-09-131-9/+60
* Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede2020-09-131-0/+11
* Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede2020-09-131-9/+11
* Input: soc_button_array - partial revert of support for newer surface devicesHans de Goede2019-10-081-5/+12
* Input: soc_button_array - use platform_device_register_resndata()Enrico Weigelt2019-08-201-14/+8
* Input: soc_button_array - add support for newer surface devicesMaximilian Luz2019-07-281-12/+93
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 deviceHans de Goede2019-01-041-1/+1
* Input: soc_button_array - add usage-page 0x01 usage-id 0xca mappingHans de Goede2019-01-041-0/+4
* Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365Hans de Goede2017-08-201-1/+1
* Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-181-6/+14
* Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-05-041-2/+3
|\
| * Input: soc_button_array - Propagate error from gpiod_count()Andy Shevchenko2017-03-161-2/+3
* | Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETAHans de Goede2017-04-101-1/+1
* | Input: soc_button_array - add support for ACPI 6.0 Generic Button DeviceHans de Goede2017-03-171-1/+158
* | Input: soc_button_array - get rid of MAX_NBUTTONSHans de Goede2017-03-171-8/+11
* | Input: soc_button_array - use NULL for GPIO connection IDHans de Goede2017-03-091-2/+2
|/
* Input: soc_button_array - debounce the buttonsHans de Goede2017-01-211-0/+2
* Input: soc_button_array - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-3/+3
* Input: soc_button_array - bail out earlier if gpiod_count is zeroBenjamin Tissoires2016-11-251-0/+5
* Input: soc_button_array - use gpio_is_valid()Benjamin Tissoires2016-11-251-1/+2
* Input: soc_button_array - remove duplicated includeWei Yongjun2015-05-131-1/+0
* Input: soc_button_array - use "Windows" key for "Home"Bastien Nocera2015-02-101-1/+1
* Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\
| * input: misc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Input: soc_button_array - update calls to gpiod_get*()Alexandre Courbot2014-10-241-1/+1
|/
* Input: soc_button_array - convert to platform busJin Yao2014-09-241-29/+31
* Input: soc_button_array - add missing memory allocation checkPramod Gurav2014-07-251-0/+3
* Input: soc_button_array - remove duplicate inclusion of input.hSachin Kamat2014-05-281-1/+0
* Input: soc_button_array - fix a crash during rmmodLejun Zhu2014-04-221-0/+1
* Input: add driver for SOC button arrayLejun Zhu2014-03-301-0/+218