linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Woodrow Douglass <wdouglass@carnegierobotics.com>
To: linux-kernel@vger.kernel.org
Cc: Woodrow Douglass <wdouglass@carnegierobotics.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Subject: [PATCH 0/2] regulator: pf530x: NXP PF530x regulator driver
Date: Tue,  2 Sep 2025 10:21:32 -0400	[thread overview]
Message-ID: <cover.1756822704.git.wdouglass@carnegierobotics.com> (raw)

I wrote this driver to read settings and state from the nxp pf530x
regulator. Please consider it for inclusion, any criticism is welcome.

Thank you,
Woodrow Douglass

Woodrow Douglass (2):
  regulator: pf530x: Add a driver for the NXP PF5300 Regulator
  regulator: pf530x: dt-bindings: nxp,pf530x-regulator

 .../regulator/nxp,pf530x-regulator.yaml       |  74 ++++
 MAINTAINERS                                   |   6 +
 drivers/regulator/Kconfig                     |  12 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/pf530x-regulator.c          | 328 ++++++++++++++++++
 5 files changed, 421 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pf530x-regulator.yaml
 create mode 100644 drivers/regulator/pf530x-regulator.c

-- 
2.39.5


             reply	other threads:[~2025-09-02 14:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-02 14:21 Woodrow Douglass [this message]
2025-09-02 14:21 ` [PATCH 1/2] regulator: pf530x: Add a driver for the NXP PF5300 Regulator Woodrow Douglass
2025-09-02 15:08   ` Mark Brown
2025-09-02 14:21 ` [PATCH 2/2] regulator: pf530x: dt-bindings: nxp,pf530x-regulator Woodrow Douglass
2025-09-02 19:19   ` Krzysztof Kozlowski
2025-09-02 21:17 ` [PATCH v2 0/2] regulator: pf530x: NXP PF530x regulator driver Woodrow Douglass
2025-09-02 21:17   ` [PATCH v2 1/2] regulator: pf530x: Add a driver for the NXP PF5300 Regulator Woodrow Douglass
2025-09-02 21:17   ` [PATCH v2 2/2] regulator: pf530x: dt-bindings: nxp,pf530x-regulator Woodrow Douglass
2025-09-03  6:16     ` Krzysztof Kozlowski
2025-09-03  9:34       ` Mark Brown
2025-09-03 15:31   ` [PATCH v3 0/2] regulator: pf530x: NXP PF530x regulator driver Woodrow Douglass
2025-09-03 15:31     ` [PATCH v3 1/2] regulator: pf530x: Add a driver for the NXP PF5300 Regulator Woodrow Douglass
2025-09-03 15:31     ` [PATCH v3 2/2] regulator: pf530x: dt-bindings: nxp,pf530x-regulator Woodrow Douglass
2025-09-03 20:33       ` Rob Herring (Arm)
2025-09-03 20:46         ` Woody Douglass
2025-09-03 16:08     ` [PATCH v3 0/2] regulator: pf530x: NXP PF530x regulator driver Mark Brown

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=cover.1756822704.git.wdouglass@carnegierobotics.com \
    --to=wdouglass@carnegierobotics.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.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;
as well as URLs for NNTP newsgroup(s).