summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pm8941-pwrkey.c
Commit message (Expand)AuthorAgeFilesLines
* Input: pm8941-pwrkey - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+0
* Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly2023-06-061-4/+15
* Input: pm8941-pwrkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
* Input: pm8941-pwrkey - simulate missed key press eventsDavid Collins2022-04-241-0/+11
* Input: pm8941-pwrkey - add software key press debouncing supportDavid Collins2022-04-241-6/+77
* Input: pm8941-pwrkey - add support for PON GEN3 base addressesAnjelique Melendez2022-04-241-7/+24
* Input: pm8941-pwrkey - fix error messageAnjelique Melendez2022-04-241-1/+1
* Input: pm8941-pwrkey - respect reboot_mode for warm resetShawn Guo2021-10-161-1/+5
* Input: pm8941-pwrkey - fix comma vs semicolon issueDmitry Torokhov2021-07-231-1/+1
* Input: pm8941-pwrkey - add support for PMK8350 PON_HLOS PMIC peripheralDavid Collins2021-06-011-31/+72
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* Input: pm8941-pwrkey - add resin entryVinod Koul2018-07-301-0/+8
* Input: pm8941-pwrkey - abstract register offsets and event codeVinod Koul2018-07-301-13/+49
* Input: misc - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-1/+0
* Input: pm8941-pwrkey - remove unneded semicolonJavier Martinez Canillas2015-09-191-1/+1
* Input: add Qualcomm PM8941 power key driverCourtney Cavin2015-03-201-0/+293