summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/axp20x-pek.c
Commit message (Expand)AuthorAgeFilesLines
* Input: axp20x-pek - avoid needless newline removalJustin Stitt2023-09-301-10/+1
* Input: axp20x-pek - switch to SYSTEM_SLEEP_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-271-7/+5
* Merge tag 'v5.16' into nextDmitry Torokhov2022-01-171-21/+5
|\
| * Input: axp20x-pek - Use new soc_intel_is_cht() helperHans de Goede2021-10-191-21/+5
* | Input: axp20x-pek - revert "always register interrupt handlers" changeHans de Goede2022-01-081-37/+35
|/
* Input: axp20x-pek - always register interrupt handlersHans de Goede2020-05-051-35/+37
* Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland2020-01-211-2/+1
* Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland2020-01-211-1/+36
* Input: axp20x-pek - make device attributes staticBen Dooks (Codethink)2019-12-191-3/+4
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-8/+2
* Input: axp20x-pek - convert driver to use dev_groupsGreg Kroah-Hartman2019-08-121-12/+3
* Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede2017-10-191-1/+1
* Input: axp20x-pek - add support for AXP221 PEKQuentin Schulz2017-08-171-0/+18
* Input: axp20x-pek - use driver_data of platform_device_id instead of extended...Quentin Schulz2017-08-171-45/+90
* Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-241-24/+38
|\
| * Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov2017-07-221-17/+1
| * Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede2017-06-021-2/+3
| * Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede2017-06-021-7/+36
* | Input: axp20x-pek - add wakeup supportHans de Goede2017-06-021-0/+28
|/
* Input: axp20x-pek - do not register input device on some systemsHans de Goede2017-03-091-3/+12
* Input: axp20x_pek - add axp20x_pek_probe_input_device helperHans de Goede2017-03-091-18/+29
* Input: axp20x-pek - use our own device for errorsHans de Goede2017-03-091-4/+4
* Input: axp20x-pek - add module aliasChen-Yu Tsai2015-08-031-0/+1
* Input: axp20x-pek - fix reporting button state as invertedHans de Goede2015-06-241-2/+6
* Input: axp20x-pek - switch over to using attribute groupDmitry Torokhov2015-01-081-28/+36
* Input: add driver for AXP20x Power Enable KeyCarlo Caione2015-01-081-0/+282