Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
From: Joy Zou <joy.zou@nxp.com>
To: lgirdwood@gmail.com, broonie@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	imx@lists.linux.dev, frank.li@nxp.com, ye.li@nxp.com,
	ping.bai@nxp.com, aisheng.dong@nxp.com
Subject: [PATCH v1 0/2] regulator: add new PMIC PF0900 support
Date: Tue, 17 Jun 2025 18:20:23 +0800	[thread overview]
Message-ID: <20250617102025.3455544-1-joy.zou@nxp.com> (raw)

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


             reply	other threads:[~2025-06-17 10:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17 10:20 Joy Zou [this message]
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

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=20250617102025.3455544-1-joy.zou@nxp.com \
    --to=joy.zou@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frank.li@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ping.bai@nxp.com \
    --cc=robh@kernel.org \
    --cc=ye.li@nxp.com \
    /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