[PATCH 0/6] Fix, extend and upport OF to mc13xxx pwrbutton
From: Alexander Kurz <hidden>
Date: 2025-08-17 10:22:59
Also in:
linux-devicetree, lkml
From: Alexander Kurz <hidden>
Date: 2025-08-17 10:22:59
Also in:
linux-devicetree, lkml
Goal of this patch series is to make the mc13892 PWRON1 button usable, found e.g. on amazon kindle D01100/D01200 readers. A ten-year-old IRQ issue needed a fix, mc13783-pwrbutton had to be extended to the other to mc13xxx PMIC as well (keeping the mc13892 PWRON3 key unsupported for simplicity) and adding OF support. The implementation has been tested on amazon kindle D01100 and D01200 readers using PWRON1 of a mc13892. Alexander Kurz (6): Input: mc13783-pwrbutton: fix irq mixup Input: mc13783-pwrbutton: use managed resources Input: mc13783-pwrbutton: enable other mc13xxx PMIC Input: mc13783-pwrbutton: convert members to array dt-bindings: mfd: mc13xxx: add pwrbutton dt support Input: mc13783-pwrbutton: add OF support .../devicetree/bindings/mfd/mc13xxx.txt | 35 +++ drivers/input/misc/Kconfig | 4 +- drivers/input/misc/mc13783-pwrbutton.c | 202 +++++++++++++----- include/linux/mfd/mc13783.h | 4 +- include/linux/mfd/mc13xxx.h | 17 +- 5 files changed, 196 insertions(+), 66 deletions(-) -- 2.39.5