[PATCH v2 0/5] PMBUS Regulator cleanups

From: Conor Dooley
Date: Fri Feb 23 2024 - 11:25:00 EST


From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

A v2 of Guenter's series that changed the name of regulators registered
by PBMUS. The documenation (offical, not bindings) doesn't call the
output Vout0 and there were no bindings for these devices that allowed
regulator child nodes.

Document the regular child nodes for the TI devices and allow regulator
properties for the infineon ones.

Naresh is already working on the tda38640, so there's nothing for that
here DT wise.

Cheers,
Conor.

CC: Jean Delvare <jdelvare@xxxxxxxx>
CC: Guenter Roeck <linux@xxxxxxxxxxxx>
CC: Rob Herring <robh@xxxxxxxxxx>
CC: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>
CC: Conor Dooley <conor+dt@xxxxxxxxxx>
CC: Liam Girdwood <lgirdwood@xxxxxxxxx>
CC: Mark Brown <broonie@xxxxxxxxxx>
CC: Zev Weiss <zev@xxxxxxxxxxxxxxxxx>
CC: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>
CC: Peter Yin <peteryin.openbmc@xxxxxxxxx>
CC: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
CC: linux-hwmon@xxxxxxxxxxxxxxx
CC: devicetree@xxxxxxxxxxxxxxx
CC: linux-kernel@xxxxxxxxxxxxxxx

Conor Dooley (2):
dt-bindings: hwmon/pmbus: ti,lm25066: document regulators
regulator: dt-bindings: promote infineon buck converters to their own
binding

Guenter Roeck (3):
hwmon: (pmbus/tda38640) Use PMBUS_REGULATOR_ONE to declare regulator
hwmon: (pmbus/lm25066) Use PMBUS_REGULATOR_ONE to declare regulator
hwmon: (pmbus/ir38064) Use PMBUS_REGULATOR_ONE to declare regulator

.../bindings/hwmon/pmbus/ti,lm25066.yaml | 12 +++++
.../bindings/regulator/infineon,ir38060.yaml | 46 +++++++++++++++++++
.../devicetree/bindings/trivial-devices.yaml | 8 ----
drivers/hwmon/pmbus/ir38064.c | 2 +-
drivers/hwmon/pmbus/lm25066.c | 2 +-
drivers/hwmon/pmbus/tda38640.c | 2 +-
6 files changed, 61 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/infineon,ir38060.yaml

--
2.43.0