[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200309141422.10999-1-alexandru.tachici@analog.com>
Date: Mon, 9 Mar 2020 16:14:20 +0200
From: Alexandru Tachici <alexandru.tachici@...log.com>
To: <linux-hwmon@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <linux@...ck-us.net>,
Alexandru Tachici <alexandru.tachici@...log.com>
Subject: [PATCH 0/2] hwmon: pmbus: adm1266: add initial support
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
Powered by blists - more mailing lists