Devicetree
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Linus Walleij <linusw@kernel.org>
Cc: Stephan Gerhold <stephan@gerhold.net>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Axel Lin <axel.lin@ingics.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>,
	devicetree@vger.kernel.org, mfd@lists.linux.dev
Subject: Re: [PATCH 08/13] dt-bindings: mfd: ab8500: Add regulators
Date: Tue, 1 Sep 2026 18:58:04 +0100	[thread overview]
Message-ID: <20260901-zombie-hermit-798a9851e3d8@spud> (raw)
In-Reply-To: <CAD++jLnBSrzXnPdtr_NqTymqBupYv_-xW3NAMCa=7Dx1RwtAFg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2012 bytes --]

On Mon, Aug 31, 2026 at 10:18:09PM +0200, Linus Walleij wrote:
> On Mon, Aug 31, 2026 at 6:18 PM Conor Dooley <conor@kernel.org> wrote:
> 
> 
> > > +            ab8500_buck_smps1:
> > > +            ab8500_buck_smps2:
> > > +            ab8500_buck_smps3:
> >
> > How do these differ from
> >   regulator-external:
> >       ab8500_ext1:
> >         description: The voltage for the VSMPS1 external regulator
> >       ab8500_ext2:
> >         description: The voltage for the VSMPS2 external regulator
> >       ab8500_ext3:
> >         description: The voltage for the VSMPS3 external regulator
> 
> Exactly in the way they say, the former are internal, the regulators
> exist in the AB8500/AB8505 silicon. The latter are external,
> they are just control channels for regulators outside of the
> AB8500/AB8505.
> 
> The three "external regulators" are control channels going out
> of the AB8500/AB8505 to control secondary silicon outside
> of the AB8500/AB8505.
> 
> It is also clearly seen in the Linux driver which use different
> registers.
> 
> The similar name "VSMPS1/2/3" is incidental.

Right, I see.

> 
> SMPS == Switched Mode Power Supply.
> 
> (Customers didn't much use the external regulators. They
> usually implemeted GPIO-controlled regulators on the side
> instead.)
> 
> If you want I can add some verbiage explaining that they are
> not the same despite the name is similar.

If you think it'll help people that actually have the device, yes.

> 
> > > +            ab8500_buck_arm:
> >
> > realistically, all of these should have -s instead of _s.
> 
> Can you elaborate, I have a hard time understanding that
> terse comment :D

Node-names and properties are expected to have -s instead of _s in them.
so ab8500-buck-arm etc

Although, all your existing ones have _s, so there's conflicting
feelings with my OCD. Do w/e you like, for that reason.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2026-09-01 17:58 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-30 22:43 [PATCH 00/13] Add AB8500 buck regulators to the Ux500 device tree Linus Walleij
2026-08-30 22:43 ` [PATCH 01/13] regulator: ab8500: Fix AB8505 VANA voltage selectors Linus Walleij
2026-08-30 22:51   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 02/13] regulator: ab8500: Add AB8505 VAUX3 3.05 V setting Linus Walleij
2026-08-30 22:49   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 03/13] regulator: ab8500: Handle AB8505 VINTCORE selector 7 Linus Walleij
2026-08-30 22:51   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 04/13] regulator: ab8500: Treat cut 1.0 VAUX3 as fixed Linus Walleij
2026-08-30 22:51   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 05/13] regulator: ab8500: Test dedicated enable bits only Linus Walleij
2026-08-30 22:51   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 06/13] regulator: ab8500: Propagate mode enable read errors Linus Walleij
2026-08-30 22:51   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 07/13] regulator: ab8500: Use linear ranges for LDO voltages Linus Walleij
2026-08-30 22:52   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 08/13] dt-bindings: mfd: ab8500: Add regulators Linus Walleij
2026-08-30 22:50   ` sashiko-bot
2026-08-31 16:18   ` Conor Dooley
2026-08-31 20:18     ` Linus Walleij
2026-09-01 17:58       ` Conor Dooley [this message]
2026-09-01 19:32         ` Linus Walleij
2026-08-30 22:43 ` [PATCH 09/13] regulator: ab8500: Add buck converter support Linus Walleij
2026-08-30 22:50   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 10/13] regulator: ab8500: Preserve OTP-enabled buck regulators Linus Walleij
2026-08-30 22:50   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 11/13] regulator: ab8500: Use scoped guard for shared mode mutex Linus Walleij
2026-08-30 22:56   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 12/13] ARM: dts: ux500: Add new AB8500/AB8505 regulators Linus Walleij
2026-08-30 22:53   ` sashiko-bot
2026-08-30 22:43 ` [PATCH 13/13] ARM: dts: ux500: Fix up regulator assignments Linus Walleij
2026-08-30 22:55   ` sashiko-bot

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=20260901-zombie-hermit-798a9851e3d8@spud \
    --to=conor@kernel.org \
    --cc=axel.lin@ingics.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linusw@kernel.org \
    --cc=mfd@lists.linux.dev \
    --cc=robh@kernel.org \
    --cc=stephan@gerhold.net \
    /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