All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] hwmon: pmbus: max20730: adjust the vout base on
@ 2020-09-24 21:54 Chu Lin
  2020-09-24 21:54 ` [PATCH v3 1/2] dt-bindings: hwmon: max20730: adding device tree doc for max20730 Chu Lin
  2020-09-24 21:54 ` [PATCH v3 2/2] hwmon: pmbus: max20730: adjust the vout reading given voltage divider Chu Lin
  0 siblings, 2 replies; 5+ messages in thread
From: Chu Lin @ 2020-09-24 21:54 UTC (permalink / raw)
  To: linchuyuan, jdelvare, linux, robh+dt, linux-hwmon, devicetree,
	linux-kernel, qiongwang, zhongqil, jasonling, belgaied

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

-- 
2.28.0.681.g6f77f65b4e-goog


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-30  5:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 21:54 [PATCH v3 0/2] hwmon: pmbus: max20730: adjust the vout base on Chu Lin
2020-09-24 21:54 ` [PATCH v3 1/2] dt-bindings: hwmon: max20730: adding device tree doc for max20730 Chu Lin
2020-09-29 18:56   ` Rob Herring
2020-09-24 21:54 ` [PATCH v3 2/2] hwmon: pmbus: max20730: adjust the vout reading given voltage divider Chu Lin
2020-09-30  5:24   ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.