mbox series

[0/2] Adding MAX20754 support

Message ID cover.1657204859.git.atif.ofluoglu@analog.com (mailing list archive)
Headers show
Series Adding MAX20754 support | expand

Message

Atif Ofluoglu July 7, 2022, 3:29 p.m. UTC
From: Atif Ofluoglu <atif.ofluoglu@analog.com>

Adding support for Maxim MAX20754 Dual-Output, Configurable Multiphase Power-Supply Controller with PMBus Interface.

The driver is tested on MAX20754 evalution kit hardware.

Atif Ofluoglu (2):
  hwmon: (pmbus/max20754) Add support for MAX20754
  Added documentation for Maxim Integrated max20754 hwmon userspace
    sysfs.

 Documentation/hwmon/max20754.rst | 122 ++++++++++
 drivers/hwmon/pmbus/Kconfig      |   9 +
 drivers/hwmon/pmbus/Makefile     |   1 +
 drivers/hwmon/pmbus/max20754.c   | 390 +++++++++++++++++++++++++++++++
 4 files changed, 522 insertions(+)
 create mode 100644 Documentation/hwmon/max20754.rst
 create mode 100644 drivers/hwmon/pmbus/max20754.c