[PATCH v3 0/2] move STEF48H28 to pmbus YAML

From: Charles Hsu

Date: Mon Dec 22 2025 - 20:50:39 EST


Changes in v3:
- This patch series moves the STEF48H28 device tree binding
from trivial-devices.yaml to pmbus/STEF48H28.yaml.

Changes in v2:
- Fix the entry added to trivial-devices.yaml by correcting the
comment and compatible string ordering.

Charles Hsu (2):
dt-bindings: hwmon: add STEF48H28
hwmon: pmbus: add support for STEF48H28

.../bindings/hwmon/pmbus/st,stef48h28.yaml | 46 +++++++++++
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/stef48h28.rst | 73 ++++++++++++++++++
MAINTAINERS | 7 ++
drivers/hwmon/pmbus/Kconfig | 9 +++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/stef48h28.c | 76 +++++++++++++++++++
7 files changed, 213 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/st,stef48h28.yaml
create mode 100644 Documentation/hwmon/stef48h28.rst
create mode 100644 drivers/hwmon/pmbus/stef48h28.c

--
2.34.1