From: Frank Li <Frank.Li@nxp.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Joy Zou <joy.zou@nxp.com>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
imx@lists.linux.dev, Frank Li <Frank.Li@nxp.com>
Subject: [PATCH v3 0/2] regulator: add new PMIC PF9453 support
Date: Fri, 13 Dec 2024 15:46:07 -0500 [thread overview]
Message-ID: <20241213-pf9453-v3-0-5587c1693155@nxp.com> (raw)
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>
next reply other threads:[~2024-12-13 20:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-13 20:46 Frank Li [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241213-pf9453-v3-0-5587c1693155@nxp.com \
--to=frank.li@nxp.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=joy.zou@nxp.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox