devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: (pmbus) Add support for Infineon XDP710
@ 2024-04-25 15:36 Peter Yin
  2024-04-25 15:36 ` [PATCH v2 1/2] " Peter Yin
  2024-04-25 15:36 ` [PATCH v2 2/2] dt-bindings: hwmon: Add infineon xdp710 driver bindings Peter Yin
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Yin @ 2024-04-25 15:36 UTC (permalink / raw)
  To: patrick, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Jean Delvare, Guenter Roeck, Jonathan Corbet, Delphine CC Chiu,
	Patrick Rudolph, Andre Werner, Bjorn Helgaas, Michal Simek,
	Lukas Wunner, devicetree, linux-kernel, linux-hwmon, linux-doc,
	linux-i2c

Add support for xdp710 device from Infineon vendor.
This is a Hot-Swap Controller.

Change log:
v1 -> v2
    - Merged patch 3 into patch 1.
    - Modified comments.
    - Fixed the microOhmRsense array.
    - Improved operational accuracy.

v1
    - Add support for xdp710 hot-swap device from Infineon vendor
---

Peter Yin (2):
  hwmon: (pmbus) Add support for Infineon XDP710
  dt-bindings: hwmon: Add infineon xdp710 driver bindings

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

-- 
2.25.1


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

end of thread, other threads:[~2024-04-29  1:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 15:36 [PATCH v2 0/2] hwmon: (pmbus) Add support for Infineon XDP710 Peter Yin
2024-04-25 15:36 ` [PATCH v2 1/2] " Peter Yin
2024-04-28 17:27   ` Guenter Roeck
2024-04-25 15:36 ` [PATCH v2 2/2] dt-bindings: hwmon: Add infineon xdp710 driver bindings Peter Yin
2024-04-26  6:54   ` Krzysztof Kozlowski
2024-04-26  7:12     ` Chia Hsing Yin
2024-04-26  8:20       ` Krzysztof Kozlowski
2024-04-26 20:38         ` Konstantin Ryabitsev
2024-04-29  1:17           ` Peter Yin
2024-04-28 17:23   ` 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).