public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for Infineon Digital eFuse XDP720
@ 2026-04-01 10:45 ASHISH YADAV
  2026-04-01 10:45 ` [PATCH v2 1/2] dt-bindings: hwmon/pmbus: Add Infineon XDP720 ASHISH YADAV
  2026-04-01 10:45 ` [PATCH v2 2/2] hwmon:(pmbus/xdp720) Add support for efuse xdp720 ASHISH YADAV
  0 siblings, 2 replies; 9+ messages in thread
From: ASHISH YADAV @ 2026-04-01 10:45 UTC (permalink / raw)
  To: Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-hwmon, devicetree, linux-kernel, Ashish Yadav

From: Ashish Yadav <ashish.yadav@infineon.com>

Hi,

These patches add support for Infineon Digital eFuse XDP720.
XDP720 provides accurate system telemetry (V, I, P, T) and
reports analog current at the IMON pin for post-processing.

The Current and Power measurement depends on the RIMON and GIMON values.
Please look into data sheet sections 5.4.2 and 5.4.4 for more details:
https://www.infineon.com/assets/row/public/documents/24/49/infineon-xdp720-001-datasheet-en.pdf

With Best Regards,
 Ashish Yadav
---
Changes in v2:
- Link to v1:
https://lore.kernel.org/all/20260330102345.37065-1-Ashish.Yadav@infineon.com/
- Fix make dt_binding_check issue:
https://patchwork.kernel.org/project/devicetree/patch/20260330102345.37065-2-Ashish.Yadav@infineon.com/
- Address reviews comments for infineon,xdp720.yaml, Kconfig, Makefile and xpe720.c:
https://sashiko.dev/#/patchset/20260330102345.37065-1-Ashish.Yadav%40infineon.com
  It includes fixing of extra space, non-ASCII characters and use spaces
  instead of tabs.
  The xpe720.c driver file update with DIV64_U64_ROUND_CLOSEST() and 
  MODULE_DEVICE_TABLE() as suggested in review comments.
  

Ashish Yadav (2):
  dt-bindings: hwmon/pmbus: Add Infineon XDP720
  hwmon:(pmbus/xdp720) Add support for efuse xdp720

 .../bindings/hwmon/pmbus/infineon,xdp720.yaml |  51 ++++++++
 drivers/hwmon/pmbus/Kconfig                   |   9 ++
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/xdp720.c                  | 123 ++++++++++++++++++
 4 files changed, 184 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/infineon,xdp720.yaml
 create mode 100644 drivers/hwmon/pmbus/xdp720.c

-- 
2.39.5


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

end of thread, other threads:[~2026-04-06  5:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 10:45 [PATCH v2 0/2] Add support for Infineon Digital eFuse XDP720 ASHISH YADAV
2026-04-01 10:45 ` [PATCH v2 1/2] dt-bindings: hwmon/pmbus: Add Infineon XDP720 ASHISH YADAV
2026-04-02  7:44   ` Krzysztof Kozlowski
2026-04-02 13:58     ` ashish yadav
2026-04-02 14:01       ` Krzysztof Kozlowski
2026-04-01 10:45 ` [PATCH v2 2/2] hwmon:(pmbus/xdp720) Add support for efuse xdp720 ASHISH YADAV
2026-04-01 15:56   ` Guenter Roeck
2026-04-02 14:09     ` ashish yadav
2026-04-06  5:22       ` ashish yadav

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