[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210127084140.35626-1-erik.rosen@metormote.com>
Date: Wed, 27 Jan 2021 09:41:39 +0100
From: Erik Rosen <erik.rosen@...ormote.com>
To: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
linux-hwmon@...r.kernel.org, Jonathan Corbet <corbet@....net>,
Guenter Roeck <linux@...ck-us.net>,
Jean Delvare <jdelvare@...e.com>
Cc: Erik Rosen <erik.rosen@...ormote.com>
Subject: [PATCH 0/1] Add ST STPDDC60 pmbus driver
This patch adds a pmbus client driver for the ST STPDDC60 Universal
Digital Multicell Controller chip. The technical specification is
not made publicly available, but the pmbus parts are described in the
specification for the BMR481 converter.
The patch has been tested with a Flex BMR481 converter module.
Erik Rosen (1):
Add ST STPDDC60 pmbus driver
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/stpddc60.rst | 79 +++++++++++++
MAINTAINERS | 7 ++
drivers/hwmon/pmbus/Kconfig | 10 ++
drivers/hwmon/pmbus/Makefile | 2 +
drivers/hwmon/pmbus/stpddc60.c | 188 +++++++++++++++++++++++++++++++
6 files changed, 287 insertions(+)
create mode 100644 Documentation/hwmon/stpddc60.rst
create mode 100644 drivers/hwmon/pmbus/stpddc60.c
--
2.20.1
Powered by blists - more mailing lists