Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v1 0/2] regulator: add new PMIC PF0900 support
@ 2025-06-17 10:20 Joy Zou
  2025-06-17 10:20 ` [PATCH v1 1/2] dt-bindings: regulator: add PF0900 regulator yaml Joy Zou
  2025-06-17 10:20 ` [PATCH v1 2/2] regulator: pf0900: Add PMIC PF0900 support Joy Zou
  0 siblings, 2 replies; 10+ messages in thread
From: Joy Zou @ 2025-06-17 10:20 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt
  Cc: linux-kernel, devicetree, imx, frank.li, ye.li, ping.bai,
	aisheng.dong

Add binding document and driver.

Joy Zou (2):
  dt-bindings: regulator: add PF0900 regulator yaml
  regulator: pf0900: Add PMIC PF0900 support

 .../regulator/nxp,pf0900-regulator.yaml       |  179 +++
 drivers/regulator/Kconfig                     |    8 +
 drivers/regulator/Makefile                    |    1 +
 drivers/regulator/pf0900-regulator.c          | 1033 +++++++++++++++++
 include/linux/regulator/pf0900.h              |  264 +++++
 5 files changed, 1485 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml
 create mode 100644 drivers/regulator/pf0900-regulator.c
 create mode 100644 include/linux/regulator/pf0900.h

-- 
2.37.1


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

end of thread, other threads:[~2025-06-19  9:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 10:20 [PATCH v1 0/2] regulator: add new PMIC PF0900 support Joy Zou
2025-06-17 10:20 ` [PATCH v1 1/2] dt-bindings: regulator: add PF0900 regulator yaml Joy Zou
2025-06-17 11:49   ` Mark Brown
2025-06-19  9:43     ` Joy Zou
2025-06-17 13:12   ` Rob Herring (Arm)
2025-06-19  9:43     ` Joy Zou
2025-06-17 13:43   ` Rob Herring
2025-06-17 10:20 ` [PATCH v1 2/2] regulator: pf0900: Add PMIC PF0900 support Joy Zou
2025-06-17 11:44   ` Mark Brown
2025-06-18  4:21   ` kernel test robot

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