public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] regulator: add new PMIC PF9453 support
@ 2024-12-13 20:46 Frank Li
  2024-12-13 20:46 ` [PATCH v3 1/2] regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string Frank Li
  2024-12-13 20:46 ` [PATCH v3 2/2] regulator: pf9453: add PMIC PF9453 support Frank Li
  0 siblings, 2 replies; 6+ messages in thread
From: Frank Li @ 2024-12-13 20:46 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Joy Zou
  Cc: linux-kernel, devicetree, imx, Frank Li

Add binding doc and driver.

DTS part wait for
https://lore.kernel.org/imx/Z04W5chGq5TitB9f@lizhi-Precision-Tower-5810/

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v3:

binding part
- Change to LDO-SNVS from LDO_SNVS

driver part
- remove pf9453.h
- remove double space
- use low case hex value
- remove , after terminate
- use GEMASK
- change to LDO-SNVS
- Link to v2: https://lore.kernel.org/r/20241212-pf9453-v2-0-f59d2c096356@nxp.com

Changes in v2:
- Reuse nxp,pca9450-regulator.yaml. Add nxp,pf9453 in nxp,pca9450-regulator.yaml
instead of create new one.
- Link to v1: https://lore.kernel.org/r/20241206-pf9453-v1-0-1e4685114271@nxp.com

---
Frank Li (1):
      regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string

Joy Zou (1):
      regulator: pf9453: add PMIC PF9453 support

 .../bindings/regulator/nxp,pca9450-regulator.yaml  |  24 +-
 drivers/regulator/Kconfig                          |   7 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/pf9453-regulator.c               | 879 +++++++++++++++++++++
 4 files changed, 910 insertions(+), 1 deletion(-)
---
base-commit: 0768222687cbdbe7c300c4428f0c0c6b153386e3
change-id: 20241205-pf9453-90e8dbda562a

Best regards,
---
Frank Li <Frank.Li@nxp.com>


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

end of thread, other threads:[~2024-12-16 16:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 20:46 [PATCH v3 0/2] regulator: add new PMIC PF9453 support Frank Li
2024-12-13 20:46 ` [PATCH v3 1/2] regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string Frank Li
2024-12-16  9:25   ` Krzysztof Kozlowski
2024-12-13 20:46 ` [PATCH v3 2/2] regulator: pf9453: add PMIC PF9453 support Frank Li
2024-12-14 10:57   ` Christophe JAILLET
2024-12-16 16:27     ` Frank Li

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