All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: Add UCD90320 power sequencer chip
@ 2019-12-05 23:24 Jim Wright
  2019-12-05 23:24 ` [PATCH v2 1/2] dt-bindings: hwmon/pmbus: Add ti,ucd90320 power sequencer Jim Wright
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jim Wright @ 2019-12-05 23:24 UTC (permalink / raw)
  To: jdelvare, linux, robh+dt, mark.rutland, corbet, wrightj,
	linux-hwmon, devicetree, linux-doc, linux-kernel

Add support for TI UCD90320 power sequencer chip.

Changes since v1:
- Device tree bindings text file replaced with YAML schema.
- Device driver files are unchanged.

Jim Wright (2):
  dt-bindings: hwmon/pmbus: Add ti,ucd90320 power sequencer
  hwmon: Add support for UCD90320 Power Sequencer

 .../bindings/hwmon/pmbus/ti,ucd90320.yaml     | 45 +++++++++++++++++++
 Documentation/hwmon/ucd9000.rst               | 12 ++++-
 drivers/hwmon/pmbus/Kconfig                   |  6 +--
 drivers/hwmon/pmbus/ucd9000.c                 | 39 +++++++++++-----
 4 files changed, 85 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml

-- 
2.17.1


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

end of thread, other threads:[~2019-12-06 14:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-05 23:24 [PATCH v2 0/2] hwmon: Add UCD90320 power sequencer chip Jim Wright
2019-12-05 23:24 ` [PATCH v2 1/2] dt-bindings: hwmon/pmbus: Add ti,ucd90320 power sequencer Jim Wright
2019-12-06  1:07   ` Rob Herring
2019-12-05 23:24 ` [PATCH v2 2/2] hwmon: Add support for UCD90320 Power Sequencer Jim Wright
2019-12-06 14:39 ` [PATCH v2 0/2] hwmon: Add UCD90320 power sequencer chip 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.