linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: (pmbus): Infineon IR36021 driver
@ 2021-03-01  3:59 Chris Packham
  2021-03-01  3:59 ` [PATCH v2 1/2] dt-bindings: trivial-devices: Add infineon,ir36021 Chris Packham
  2021-03-01  3:59 ` [PATCH v2 2/2] hwmon: (pmbus): Add driver for Infineon IR36021 Chris Packham
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Packham @ 2021-03-01  3:59 UTC (permalink / raw)
  To: robh+dt, jdelvare, linux
  Cc: devicetree, linux-hwmon, linux-kernel, Chris Packham

This adds a basic driver for the IR36021. This chip as both a PMBUS and I2C
interface that is available simultaenously. This driver is just the PMBUS
interface.

Chris Packham (2):
  dt-bindings: trivial-devices: Add infineon,ir36021
  hwmon: (pmbus): Add driver for Infineon IR36021

 .../devicetree/bindings/trivial-devices.yaml  |  2 +
 Documentation/hwmon/index.rst                 |  1 +
 Documentation/hwmon/ir36021.rst               | 62 +++++++++++++++
 drivers/hwmon/pmbus/Kconfig                   |  9 +++
 drivers/hwmon/pmbus/Makefile                  |  1 +
 drivers/hwmon/pmbus/ir36021.c                 | 79 +++++++++++++++++++
 6 files changed, 154 insertions(+)
 create mode 100644 Documentation/hwmon/ir36021.rst
 create mode 100644 drivers/hwmon/pmbus/ir36021.c

-- 
2.30.0


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

end of thread, other threads:[~2021-03-11 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01  3:59 [PATCH v2 0/2] hwmon: (pmbus): Infineon IR36021 driver Chris Packham
2021-03-01  3:59 ` [PATCH v2 1/2] dt-bindings: trivial-devices: Add infineon,ir36021 Chris Packham
2021-03-08 17:25   ` Rob Herring
2021-03-11 21:47   ` Guenter Roeck
2021-03-01  3:59 ` [PATCH v2 2/2] hwmon: (pmbus): Add driver for Infineon IR36021 Chris Packham
2021-03-11 21:48   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).