[PATCH v2 0/3] mfd: tps6594: add power button and power-off
From: Michael Walle
Date: Tue Aug 26 2025 - 09:56:28 EST
I took over the series from [1] since the original developer was an
intern and is no longer with their former company.
Changelog is in the individual patches. But the most prominent
change is that the pin mux config is now read from the chip itself
instead of having a DT property.
[1] https://lore.kernel.org/all/20250520-linux-stable-tps6594-pwrbutton-v1-0-0cc5c6e0415c@xxxxxxxxxxxxxxxx/
Job Sava (1):
input: tps6594-pwrbutton: Add power button functionality
Michael Walle (2):
mfd: tps6594: add power button functionality
mfd: tps6594: Add board power-off support
drivers/input/misc/Kconfig | 10 ++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/tps6594-pwrbutton.c | 126 +++++++++++++++++++++++++
drivers/mfd/tps6594-core.c | 58 +++++++++++-
4 files changed, 193 insertions(+), 2 deletions(-)
create mode 100644 drivers/input/misc/tps6594-pwrbutton.c
--
2.39.5