linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/5] mfd: tps6594: Add TI TPS652G1 support
@ 2025-06-11 13:31 Michael Walle
  2025-06-11 13:31 ` [PATCH v1 1/5] dt-bindings: mfd: ti,tps6594: Add TI TPS652G1 PMIC Michael Walle
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Michael Walle @ 2025-06-11 13:31 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Arnd Bergmann, Greg Kroah-Hartman, Linus Walleij, Liam Girdwood,
	Mark Brown, Julien Panis
  Cc: devicetree, linux-kernel, linux-gpio, Michael Walle

Add support for the TI TPS652G1 PMIC which is a stripped down
version of the TPS65224. Support for the latter has already been
merged. Thus most of the changes are pretty straight forward. Some
care has to be taken by the interrupt handling (of the regulator
part) because there interrupts are used for voltage monitoring which
this variant doesn't have.

Michael Walle (5):
  dt-bindings: mfd: ti,tps6594: Add TI TPS652G1 PMIC
  mfd: tps6594: Add TI TPS652G1 support
  misc: tps6594-pfsm: Add TI TPS652G1 PMIC PFSM
  pinctrl: pinctrl-tps6594: Add TPS652G1 PMIC pinctrl and GPIO
  regulator: tps6594-regulator: Add TI TPS652G1 PMIC regulators

 .../devicetree/bindings/mfd/ti,tps6594.yaml   |  1 +
 drivers/mfd/tps6594-core.c                    | 88 +++++++++++++++++--
 drivers/mfd/tps6594-i2c.c                     | 10 ++-
 drivers/mfd/tps6594-spi.c                     | 10 ++-
 drivers/misc/tps6594-pfsm.c                   | 31 ++++---
 drivers/pinctrl/pinctrl-tps6594.c             | 35 ++++++++
 drivers/regulator/tps6594-regulator.c         | 41 +++++++--
 include/linux/mfd/tps6594.h                   |  1 +
 8 files changed, 189 insertions(+), 28 deletions(-)

-- 
2.39.5


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-11 16:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 13:31 [PATCH v1 0/5] mfd: tps6594: Add TI TPS652G1 support Michael Walle
2025-06-11 13:31 ` [PATCH v1 1/5] dt-bindings: mfd: ti,tps6594: Add TI TPS652G1 PMIC Michael Walle
2025-06-11 16:25   ` Conor Dooley
2025-06-11 13:31 ` [PATCH v1 2/5] mfd: tps6594: Add TI TPS652G1 support Michael Walle
2025-06-11 13:31 ` [PATCH v1 3/5] misc: tps6594-pfsm: Add TI TPS652G1 PMIC PFSM Michael Walle
2025-06-11 13:31 ` [PATCH v1 4/5] pinctrl: pinctrl-tps6594: Add TPS652G1 PMIC pinctrl and GPIO Michael Walle
2025-06-11 13:31 ` [PATCH v1 5/5] regulator: tps6594-regulator: Add TI TPS652G1 PMIC regulators Michael Walle
2025-06-11 13:38   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).