public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Adding MAX20754 support
@ 2022-07-07 15:29 Atif Ofluoglu
  2022-07-07 15:29 ` [PATCH 1/2] hwmon: (pmbus/max20754) Add support for MAX20754 Atif Ofluoglu
  2022-07-07 15:29 ` [PATCH 2/2] Added documentation for Maxim Integrated max20754 hwmon userspace sysfs Atif Ofluoglu
  0 siblings, 2 replies; 6+ messages in thread
From: Atif Ofluoglu @ 2022-07-07 15:29 UTC (permalink / raw)
  To: linux; +Cc: jdelvare, linux-hwmon, linux-kernel, Atif Ofluoglu

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

-- 
2.25.1


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

end of thread, other threads:[~2022-07-13 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 15:29 [PATCH 0/2] Adding MAX20754 support Atif Ofluoglu
2022-07-07 15:29 ` [PATCH 1/2] hwmon: (pmbus/max20754) Add support for MAX20754 Atif Ofluoglu
2022-07-07 18:56   ` kernel test robot
2022-07-13 14:16   ` Guenter Roeck
2022-07-07 15:29 ` [PATCH 2/2] Added documentation for Maxim Integrated max20754 hwmon userspace sysfs Atif Ofluoglu
2022-07-08  6:41   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox