summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/snvs_pwrkey.c
Commit message (Expand)AuthorAgeFilesLines
* Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak2022-09-271-1/+1
* Input: snvs_pwrkey - add clk handlingUwe Kleine-König2021-10-151-0/+29
* Input: snvs_pwrkey - remove gratuitous NULL initializersDmitry Torokhov2019-12-041-2/+2
* Input: snvs_pwrkey - send key events for i.MX6 S, DL and QRobin van der Gracht2019-11-251-11/+33
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* Merge tag 'v5.1' into nextDmitry Torokhov2019-05-101-3/+3
|\
| * Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang2019-04-031-3/+3
* | Input: snvs_pwrkey - use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-041-26/+4
|/
* Input: snvs_pwrkey - switch to SPDX identifierFabio Estevam2018-06-211-11/+4
* Input: keyboard - convert timers to use timer_setup()Kees Cook2017-10-241-4/+3
* Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin2016-09-261-1/+0
* Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan...Vladimir Zapolskiy2016-03-111-2/+2
* Input: snvs_pwrkey - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-021-2/+2
* Input: snvs_pwrkey - remove duplicated semicolonJavier Martinez Canillas2015-10-261-2/+1
* input: snvs_pwrkey: use "wakeup-source" as deivce tree property nameShawn Guo2015-07-181-1/+1
* input: keyboard: imx: add snvs power key driverRobin Gong2015-07-151-0/+227