[v2,0/5] PMBUS Regulator cleanups

Message ID 20240223-moonrise-feminist-de59b9e1b3ba@spud
Headers
Series PMBUS Regulator cleanups |

Message

Conor Dooley Feb. 23, 2024, 4:21 p.m. UTC
  From: Conor Dooley <conor.dooley@microchip.com>

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@suse.com>
CC: Guenter Roeck <linux@roeck-us.net>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
CC: Conor Dooley <conor+dt@kernel.org>
CC: Liam Girdwood <lgirdwood@gmail.com>
CC: Mark Brown <broonie@kernel.org>
CC: Zev Weiss <zev@bewilderbeest.net>
CC: Patrick Rudolph <patrick.rudolph@9elements.com>
CC: Peter Yin <peteryin.openbmc@gmail.com>
CC: Alexander Stein <alexander.stein@ew.tq-group.com>
CC: linux-hwmon@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org

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
  

Comments

Guenter Roeck Feb. 24, 2024, 5:22 p.m. UTC | #1
On Fri, Feb 23, 2024 at 04:21:04PM +0000, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> 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.
> 

Series applied to hwmon-next.

Thanks,
Guenter