[PATCH 0/3] mfd: twl603x: add power button

akemnade@kernel.org posted 3 patches 3 months, 2 weeks ago
There is a newer version of this series
Documentation/devicetree/bindings/mfd/ti,twl.yaml |  40 ++++++--
arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts |   5 +
drivers/input/misc/Kconfig                        |  10 ++
drivers/input/misc/Makefile                       |   1 +
drivers/input/misc/twl6030-pwrbutton.c            | 111 ++++++++++++++++++++++
5 files changed, 159 insertions(+), 8 deletions(-)
[PATCH 0/3] mfd: twl603x: add power button
Posted by akemnade@kernel.org 3 months, 2 weeks ago
Like the TWL4030, the TWL603x also has a power button feature, so add
a driver for it.

Signed-off-by: Andreas Kemnade <akemnade@kernel.org>
---
Andreas Kemnade (3):
      dt-bindings: mfd: twl: enable power button also for twl603x
      Input: add TWL603x power button
      ARM: dts: ti/omap: omap4-epson-embt2ws: add powerbutton

 Documentation/devicetree/bindings/mfd/ti,twl.yaml |  40 ++++++--
 arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts |   5 +
 drivers/input/misc/Kconfig                        |  10 ++
 drivers/input/misc/Makefile                       |   1 +
 drivers/input/misc/twl6030-pwrbutton.c            | 111 ++++++++++++++++++++++
 5 files changed, 159 insertions(+), 8 deletions(-)
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20251020-twl6030-button-83d759b060e6

Best regards,
--  
Andreas Kemnade <akemnade@kernel.org>