U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Jardin <vjardin@free.fr>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de, Alexey Charkov <alchark@gmail.com>,
	Alice Guo <alice.guo@nxp.com>,
	Andrew Goodbody <andrew.goodbody@linaro.org>,
	Anshul Dalal <anshuld@ti.com>,
	Bo-Chen Chen <rex-bc.chen@mediatek.com>,
	Brian Sune <briansune@gmail.com>,
	David Lechner <dlechner@baylibre.com>,
	Dinesh Maniyam <dinesh.maniyam@altera.com>,
	Fabio Estevam <festevam@gmail.com>,
	Heiko Schocher <hs@nabladev.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Jerome Forissier <jerome.forissier@arm.com>,
	Julien Masson <jmasson@baylibre.com>,
	Julien Stephan <jstephan@baylibre.com>,
	Kory Maincent <kory.maincent@bootlin.com>,
	Kuan-Wei Chiu <visitorckw@gmail.com>,
	"Lucien.Jheng" <lucienzx159@gmail.com>,
	Macpaul Lin <macpaul.lin@mediatek.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Marek Vasut <marek.vasut@mailbox.org>,
	Martin Schwan <m.schwan@phytec.de>,
	Mateusz Furdyna <mateusz.furdyna@nokia.com>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Michael Trimarchi <michael@amarulasolutions.com>,
	Michal Simek <michal.simek@amd.com>,
	Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>,
	Peng Fan <peng.fan@nxp.com>,
	Peter Robinson <pbrobinson@gmail.com>,
	Philip Molloy <philip.molloy@analog.com>,
	Pieter Van Trappen <pieter.van.trappen@cern.ch>,
	Quentin Schulz <quentin.schulz@cherry.de>,
	Rasmus Villemoes <ravi@prevas.dk>,
	Raymond Mao <raymond.mao@riscstar.com>,
	Simon Glass <sjg@chromium.org>,
	Stefan Roese <stefan.roese@mailbox.org>,
	Stefano Babic <sbabic@nabladev.com>,
	Svyatoslav Ryhel <clamor95@gmail.com>
Subject: Re: [PATCH v1 0/7] pmbus: PMBus 1.x framework, CLI, regulator and thermal support
Date: Fri, 3 Jul 2026 01:06:36 +0200	[thread overview]
Message-ID: <akbu_JyHalGwmInn@L30177.local> (raw)
In-Reply-To: <20260702172656.GB749385@bill-the-cat>

Hi Tom,

> [snip]
> >  .../regulator/lltc,ltc3882.yaml               |  91 ++
> >  .../regulator/mps,mpq8785.yaml                | 105 +++
> >  doc/device-tree-bindings/regulator/pmbus.yaml |  65 ++
> >  .../regulator/renesas,isl68233.yaml           | 105 +++
> 
> We should be using, and referencing, the unmodified versions of these
> files in dts/upstream instead, thanks.

thanks for this feedback, I did miss it.

I sent a v2 using the upstream yaml files.

Best regards,
  Vincent

PS: the v2 was sent thru 2 waves since I had some smtp issues.


  reply	other threads:[~2026-07-02 23:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02 17:15 [PATCH v1 0/7] pmbus: PMBus 1.x framework, CLI, regulator and thermal support Vincent Jardin
2026-07-02 17:15 ` [PATCH v1 1/7] pmbus: add PMBus 1.x framework, CLI, and binding Vincent Jardin
2026-07-02 17:15 ` [PATCH v1 2/7] power: regulator: add generic PMBus UCLASS_REGULATOR adapter Vincent Jardin
2026-07-02 17:15 ` [PATCH v1 3/7] power: regulator: add MPS MPQ8785 PMBus regulator driver Vincent Jardin
2026-07-02 17:15 ` [PATCH v1 4/7] board: nxp: vid: introduce PMBus framework support Vincent Jardin
2026-07-02 17:15 ` [PATCH v1 5/7] thermal: pmbus: add PMBus die-temp driver Vincent Jardin
2026-07-02 17:15 ` [PATCH v1 6/7] test: dm: pmbus: add a sandbox PMBus chip emulator Vincent Jardin
2026-07-02 17:26 ` [PATCH v1 0/7] pmbus: PMBus 1.x framework, CLI, regulator and thermal support Tom Rini
2026-07-02 23:06   ` Vincent Jardin [this message]
2026-07-02 17:46 ` [PATCH v1 7/7] test: dm: pmbus: test pmbus command and framework Vincent Jardin
     [not found] <"<20260702171618.1773206-1-vjardin@free.fr>
2026-07-02 19:56 ` [PATCH v2 0/7] pmbus: PMBus 1.x framework, CLI, regulator and thermal support Vincent Jardin
2026-07-02 19:56   ` [PATCH v2 1/7] pmbus: add PMBus 1.x framework, CLI, and binding Vincent Jardin
2026-07-06  3:37     ` Peng Fan
2026-07-06 10:27       ` Vincent Jardin
2026-07-02 20:07   ` [PATCH v2 2/7] power: regulator: add generic PMBus UCLASS_REGULATOR adapter Vincent Jardin
2026-07-02 20:14   ` [PATCH v2 3/7] power: regulator: add MPS MPQ8785 PMBus regulator driver Vincent Jardin
2026-07-06  3:43     ` Peng Fan
2026-07-06 10:24       ` Vincent Jardin
2026-07-02 20:15   ` [PATCH v2 4/7] board: nxp: vid: introduce PMBus framework support Vincent Jardin
2026-07-06  3:41     ` Peng Fan
2026-07-06 10:32       ` Vincent Jardin
2026-07-02 22:26   ` [PATCH v2 5/7] thermal: pmbus: add PMBus die-temp driver Vincent Jardin
2026-07-02 22:56   ` [PATCH v2 6/7] test: dm: pmbus: add a sandbox PMBus chip emulator Vincent Jardin
2026-07-02 22:57   ` [PATCH v2 7/7] test: dm: pmbus: test pmbus command and framework Vincent Jardin

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=akbu_JyHalGwmInn@L30177.local \
    --to=vjardin@free.fr \
    --cc=alchark@gmail.com \
    --cc=alice.guo@nxp.com \
    --cc=andrew.goodbody@linaro.org \
    --cc=anshuld@ti.com \
    --cc=briansune@gmail.com \
    --cc=clamor95@gmail.com \
    --cc=dinesh.maniyam@altera.com \
    --cc=dlechner@baylibre.com \
    --cc=festevam@gmail.com \
    --cc=heiko@sntech.de \
    --cc=hs@nabladev.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=iwamatsu@nigauri.org \
    --cc=jerome.forissier@arm.com \
    --cc=jh80.chung@samsung.com \
    --cc=jmasson@baylibre.com \
    --cc=jstephan@baylibre.com \
    --cc=kory.maincent@bootlin.com \
    --cc=lucienzx159@gmail.com \
    --cc=m.schwan@phytec.de \
    --cc=macpaul.lin@mediatek.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=marek.vasut@mailbox.org \
    --cc=mateusz.furdyna@nokia.com \
    --cc=michael@amarulasolutions.com \
    --cc=michal.simek@amd.com \
    --cc=mikhail.kshevetskiy@iopsys.eu \
    --cc=mkorpershoek@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=philip.molloy@analog.com \
    --cc=pieter.van.trappen@cern.ch \
    --cc=quentin.schulz@cherry.de \
    --cc=ravi@prevas.dk \
    --cc=raymond.mao@riscstar.com \
    --cc=rex-bc.chen@mediatek.com \
    --cc=sbabic@nabladev.com \
    --cc=sjg@chromium.org \
    --cc=stefan.roese@mailbox.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=visitorckw@gmail.com \
    --cc=xypron.glpk@gmx.de \
    /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