mbox series

[v2,0/2] Input: axp20x-pek wakeup enablement

Message ID 20200115051253.32603-1-samuel@sholland.org (mailing list archive)
Headers show
Series Input: axp20x-pek wakeup enablement | expand

Message

Samuel Holland Jan. 15, 2020, 5:12 a.m. UTC
This series allows enabling or disabling wakeup via the power button on
X-Powers PMICs, for all AXP2xx/AXP8xx variants. This v2 of the patch
series keeps the existing behavior of the AXP288 variant used on x86
platforms.

Changes since v1:
 - Drop patch 1
 - Use __maybe_unused instead of "#ifdef CONFIG_PM_SLEEP" [patch 2]
 - Add Reviewed-by [patch 3]

Samuel Holland (2):
  Input: axp20x-pek - Respect userspace wakeup configuration
  Input: axp20x-pek - Enable wakeup for all AXP variants

 drivers/input/misc/axp20x-pek.c | 38 +++++++++++++++++++++++++++++++--
 1 file changed, 36 insertions(+), 2 deletions(-)