Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/2] Add regulator driver for MPS MP8899 PMIC
@ 2026-05-19 18:21 Vignesh Viswanathan
  2026-05-19 18:21 ` [PATCH 1/2] dt-bindings: regulator: mps,mp8899: Add binding for " Vignesh Viswanathan
  2026-05-19 18:21 ` [PATCH 2/2] regulator: mp8899: Add MPS MP8899 PMIC regulator driver Vignesh Viswanathan
  0 siblings, 2 replies; 12+ messages in thread
From: Vignesh Viswanathan @ 2026-05-19 18:21 UTC (permalink / raw)
  To: Saravanan Sekar, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-kernel, linux-arm-msm, devicetree, Vignesh Viswanathan,
	Manikanta Mylavarapu

Add a regulator driver for the Monolithic Power Systems MP8899 PMIC,
which provides four synchronous buck converters controlled over I2C.

IPQ9650 uses MPS MP8899 to power the APC, CDSP-CX, CDSP-MX and SOC-CXMX
rails. MP8899 PMIC features quad buck converters with an I2C interface to
control the voltages.

This series adds a regulator driver for MPS MP8899.

---
Manikanta Mylavarapu (1):
      regulator: mp8899: Add MPS MP8899 PMIC regulator driver

Vignesh Viswanathan (1):
      dt-bindings: regulator: mps,mp8899: Add binding for MP8899 PMIC

 .../devicetree/bindings/regulator/mps,mp8899.yaml  |  66 ++
 drivers/regulator/Kconfig                          |  11 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/mp8899.c                         | 994 +++++++++++++++++++++
 drivers/regulator/mp8899.h                         | 151 ++++
 5 files changed, 1223 insertions(+)
---
base-commit: 6a50ba100ace43f43c87384367eb2d2605fcc16c
change-id: 20260519-mp8899-regulator-driver-c5df7d93bd72

Best regards,
-- 
Vignesh Viswanathan <vignesh.viswanathan@oss.qualcomm.com>


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

end of thread, other threads:[~2026-05-26  9:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 18:21 [PATCH 0/2] Add regulator driver for MPS MP8899 PMIC Vignesh Viswanathan
2026-05-19 18:21 ` [PATCH 1/2] dt-bindings: regulator: mps,mp8899: Add binding for " Vignesh Viswanathan
2026-05-20 10:27   ` Krzysztof Kozlowski
2026-05-26  7:39     ` Vignesh Viswanathan
2026-05-20 10:28   ` Krzysztof Kozlowski
2026-05-26  7:39     ` Vignesh Viswanathan
2026-05-19 18:21 ` [PATCH 2/2] regulator: mp8899: Add MPS MP8899 PMIC regulator driver Vignesh Viswanathan
2026-05-19 18:54   ` sashiko-bot
2026-05-20 10:39   ` Krzysztof Kozlowski
2026-05-26  7:39     ` Vignesh Viswanathan
2026-05-26  9:28       ` Krzysztof Kozlowski
2026-05-26  9:38         ` Vignesh Viswanathan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox