On Sun, 04 Oct 2020 03:14:44 +0000, Chu Lin wrote: > max20730 Integrated, Step-Down Switching Regulator with PMBus > > Signed-off-by: Chu Lin <linchuyuan@xxxxxxxxxx> > --- > ChangeLog v1 -> v2 > hwmon: pmbus: max20730: > - Don't do anything to the ret if an error is returned from pmbus_read_word > - avoid overflow when doing multiplication > > ChangeLog v2 -> v3 > dt-bindings: hwmon: max20730: > - Provide the binding documentation in yaml format > hwmon: pmbus: max20730: > - No change > > ChangeLog v3 -> v4 > dt-bindings: hwmon: max20730: > - Fix highefficiency to high efficiency in description > - Fix presents to present in vout-voltage-divider > - Add additionalProperties: false > hwmon: pmbus: max20730: > - No change > > .../bindings/hwmon/maxim,max20730.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>