mbox series

[v3,0/2] hwmon: pmbus: max20730: adjust the vout base on

Message ID 20200924215444.2865885-1-linchuyuan@google.com (mailing list archive)
Headers show
Series hwmon: pmbus: max20730: adjust the vout base on | expand

Message

Chu Lin Sept. 24, 2020, 9:54 p.m. UTC
The patchset includes:
Patch #1 - Implmentation of adjusting vout base on voltage divider
Patch #2 - device tree binding documentation

ChangeLog v1 -> v2
  - Don't do anything to the ret if an error is returned from pmbus_read_word
  - avoid overflow when doing multiplication

ChangeLog v2 -> v3
  - Provide the binding documentation in yaml format

Chu Lin (2):
  dt-bindings: hwmon: max20730: adding device tree doc for max20730
  hwmon: pmbus: max20730: adjust the vout reading given voltage divider

 .../bindings/hwmon/maxim,max20730.yaml        | 63 +++++++++++++++++++
 drivers/hwmon/pmbus/max20730.c                | 18 ++++++
 2 files changed, 81 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml