Re: [PATCH v5 00/21] Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
From: André Draszik
Date: Mon Dec 29 2025 - 01:48:16 EST
On Sat, 2025-12-27 at 12:24 +0000, André Draszik wrote:
> This series extends the existing S2MPG10 PMIC driver to add support for
> the regulators, and adds new S2MPG11 core and regulator drivers.
>
> As part of this it was necessary to update the regulator core to allow
> regulator registration to succeed when supplies aren't ready yet,
> because on the current user of those PMICs (Google Pixel 6) multiple
> PMICs supply each other and otherwise regulator registration would fail
> altogether. This is implemented via an additional 'regulator-bus' which
> allows us to keep track of regulators with missing supply and retry
> supply resolution whenever new regulators are registered.
Forgot to drop this paragraph from the message, as I sent a separate
series series for that in
https://lore.kernel.org/r/20251227-regulators-defer-v1-0-3104b22d84cb@xxxxxxxxxx
A.