[PATCH 0/2] hwmon: pmbus: adm1266: add initial support

From: Alexandru Tachici
Date: Mon Mar 09 2020 - 10:15:20 EST


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