Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Infineon Digital eFuse XDP730
@ 2026-05-19  7:55 ASHISH YADAV
  2026-05-19  7:55 ` [PATCH 1/2] dt-bindings: hwmon/pmbus: Add Infineon XDP730 ASHISH YADAV
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: ASHISH YADAV @ 2026-05-19  7:55 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 XDP730.
XDP730 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 4.4.2 and 4.4.4 for more details:
https://www.infineon.com/assets/row/public/documents/24/49/infineon-xdp730-001-datasheet-en.pdf

With Best Regards,
 Ashish Yadav

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

 .../bindings/hwmon/pmbus/infineon,xdp730.yaml |  59 ++++++++
 drivers/hwmon/pmbus/Kconfig                   |   9 ++
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/xdp730.c                  | 128 ++++++++++++++++++
 4 files changed, 197 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/infineon,xdp730.yaml
 create mode 100644 drivers/hwmon/pmbus/xdp730.c

-- 
2.39.5


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

end of thread, other threads:[~2026-05-20  6:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19  7:55 [PATCH 0/2] Add support for Infineon Digital eFuse XDP730 ASHISH YADAV
2026-05-19  7:55 ` [PATCH 1/2] dt-bindings: hwmon/pmbus: Add Infineon XDP730 ASHISH YADAV
2026-05-19  8:09   ` sashiko-bot
2026-05-19  7:55 ` [PATCH 2/2] hwmon:(pmbus/xdp730) Add support for efuse xdp730 ASHISH YADAV
2026-05-19  8:31   ` sashiko-bot
2026-05-19 15:29 ` [PATCH 0/2] Add support for Infineon Digital eFuse XDP730 Guenter Roeck
2026-05-20  6:40   ` ashish yadav

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