linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2]  hwmon: pmbus: adm1266: add initial support
@ 2020-03-09 14:14 Alexandru Tachici
  2020-03-09 14:14 ` [PATCH 1/2] " Alexandru Tachici
  2020-03-09 14:14 ` [PATCH 2/2] dt-bindings: hwmon: Add bindings for ADM1266 Alexandru Tachici
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandru Tachici @ 2020-03-09 14:14 UTC (permalink / raw)
  To: linux-hwmon, linux-kernel; +Cc: linux, Alexandru Tachici

Add initial support for the ADM1266 sequencer.
ADM1266 has 17 voltage input channels connected
to a 12 bit SAR ADC and supports standard VOUT
pmbus commands.

Alexandru Tachici (2):
  hwmon: pmbus: adm1266: add initial support
  dt-bindings: hwmon: Add bindings for ADM1266

 .../bindings/hwmon/adi,adm1266.yaml           |  47 ++++++
 Documentation/hwmon/adm1266                   |  34 ++++
 drivers/hwmon/pmbus/Kconfig                   |  10 ++
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/adm1266.c                 | 146 ++++++++++++++++++
 5 files changed, 238 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adi,adm1266.yaml
 create mode 100644 Documentation/hwmon/adm1266
 create mode 100644 drivers/hwmon/pmbus/adm1266.c

-- 
2.20.1


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

end of thread, other threads:[~2020-03-09 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 14:14 [PATCH 0/2] hwmon: pmbus: adm1266: add initial support Alexandru Tachici
2020-03-09 14:14 ` [PATCH 1/2] " Alexandru Tachici
2020-03-09 16:19   ` Guenter Roeck
2020-03-09 14:14 ` [PATCH 2/2] dt-bindings: hwmon: Add bindings for ADM1266 Alexandru Tachici
2020-03-09 16:20   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).