[PATCH 0/2] Add support for Infineon Digital eFuse XDP720

ASHISH YADAV posted 2 patches 2 days, 18 hours ago
There is a newer version of this series
.../bindings/hwmon/pmbus/infineon,xdp720.yaml |  52 ++++++++
drivers/hwmon/pmbus/Kconfig                   |   9 ++
drivers/hwmon/pmbus/Makefile                  |   1 +
drivers/hwmon/pmbus/xdp720.c                  | 122 ++++++++++++++++++
4 files changed, 184 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/infineon,xdp720.yaml
create mode 100644 drivers/hwmon/pmbus/xdp720.c
[PATCH 0/2] Add support for Infineon Digital eFuse XDP720
Posted by ASHISH YADAV 2 days, 18 hours ago
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


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

 .../bindings/hwmon/pmbus/infineon,xdp720.yaml |  52 ++++++++
 drivers/hwmon/pmbus/Kconfig                   |   9 ++
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/xdp720.c                  | 122 ++++++++++++++++++
 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
Re: [PATCH 0/2] Add support for Infineon Digital eFuse XDP720
Posted by Guenter Roeck 2 days, 11 hours ago
Hi,

On 3/30/26 03:23, ASHISH YADAV wrote:
> 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
> 

Please address the issues reported in

https://sashiko.dev/#/patchset/20260330102345.37065-1-Ashish.Yadav%40infineon.com

Thanks,
Guenter

> With Best Regards,
>   Ashish Yadav
> 
> 
> Ashish Yadav (2):
>    dt-bindings: hwmon/pmbus: Add Infineon XDP720
>    hwmon:(pmbus/xdp720) Add support for efuse xdp720
> 
>   .../bindings/hwmon/pmbus/infineon,xdp720.yaml |  52 ++++++++
>   drivers/hwmon/pmbus/Kconfig                   |   9 ++
>   drivers/hwmon/pmbus/Makefile                  |   1 +
>   drivers/hwmon/pmbus/xdp720.c                  | 122 ++++++++++++++++++
>   4 files changed, 184 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/infineon,xdp720.yaml
>   create mode 100644 drivers/hwmon/pmbus/xdp720.c
>