All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add ST STPDDC60 pmbus driver
@ 2021-01-27  8:41 Erik Rosen
  2021-01-27  8:41 ` [PATCH 1/1] " Erik Rosen
  0 siblings, 1 reply; 7+ messages in thread
From: Erik Rosen @ 2021-01-27  8:41 UTC (permalink / raw)
  To: linux-kernel, linux-doc, linux-hwmon, Jonathan Corbet,
	Guenter Roeck, Jean Delvare
  Cc: Erik Rosen

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


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

end of thread, other threads:[~2021-02-02 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27  8:41 [PATCH 0/1] Add ST STPDDC60 pmbus driver Erik Rosen
2021-01-27  8:41 ` [PATCH 1/1] " Erik Rosen
2021-01-27 17:32   ` Guenter Roeck
     [not found]     ` <CA+ui0HmbcQe_CD-0d+AMgx_jSuY=AG9Qx4Ab2g71kPVFrMDe_w@mail.gmail.com>
     [not found]       ` <ee2a89f6-0f55-9328-b53d-b5893eb625db@roeck-us.net>
2021-02-01 16:48         ` Erik Rosen
2021-02-01 21:38           ` Guenter Roeck
2021-02-02 14:34             ` Erik Rosen
2021-02-02 15:30               ` 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.