[PATCH 0/4] hwmon: Add Kandou KB9002 PCIe retimer driver

Andy Chung via B4 Relay posted 4 patches 1 week, 4 days ago
There is a newer version of this series
.../devicetree/bindings/hwmon/kandou,kb9002.yaml   |  45 ++
.../devicetree/bindings/vendor-prefixes.yaml       |   2 +
Documentation/hwmon/index.rst                      |   1 +
Documentation/hwmon/kb9002.rst                     |  65 +++
MAINTAINERS                                        |   8 +
drivers/hwmon/Kconfig                              |  11 +
drivers/hwmon/Makefile                             |   1 +
drivers/hwmon/kb9002.c                             | 473 +++++++++++++++++++++
8 files changed, 606 insertions(+)
[PATCH 0/4] hwmon: Add Kandou KB9002 PCIe retimer driver
Posted by Andy Chung via B4 Relay 1 week, 4 days ago
The Kandou KB9002 is an 8-lane PCIe 5.0 retimer with an integrated
microcontroller that exposes an SMBus 3.0 target (with mandatory PEC)
on its sideband interface. Its firmware aggregates per-lane die
temperatures and publishes the maximum through a register window.

This series adds a hwmon driver for it. The driver reports the
aggregated maximum die temperature as temp1_input, and exposes the
running firmware version and boot status under debugfs.

The series is organised as:

  1/4  add the "kandou" vendor prefix
  2/4  device tree binding for the retimer
  3/4  the driver, Kconfig/Makefile and MAINTAINERS entry
  4/4  hwmon documentation

Signed-off-by: Andy Chung <Andy.Chung@amd.com>
---
Andy Chung (4):
      dt-bindings: Add vendor prefix for Kandou
      dt-bindings: hwmon: Add Kandou KB9002
      hwmon: (kb9002) Add driver for Kandou KB9002 retimer
      hwmon: (kb9002) Add documentation

 .../devicetree/bindings/hwmon/kandou,kb9002.yaml   |  45 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 Documentation/hwmon/index.rst                      |   1 +
 Documentation/hwmon/kb9002.rst                     |  65 +++
 MAINTAINERS                                        |   8 +
 drivers/hwmon/Kconfig                              |  11 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/kb9002.c                             | 473 +++++++++++++++++++++
 8 files changed, 606 insertions(+)
---
base-commit: ca078d004cf58137bcf8cb24a8b271397431ba58
change-id: 20260713-kb9002-upstream-06c686e37833

Best regards,
--  
Andy Chung <Andy.Chung@amd.com>