[PATCH 0/2] Add support for LX1308

From: Brian Chiang

Date: Wed Apr 22 2026 - 08:06:51 EST


The LX1308 is a high-efficiency, non-isolated power module. The module
operates from a 40V to 60V DC primary bus and a 12V regulated output
voltage. It can deliver up to 860W continuous and 1300W in transient.
The built-in digital controller can store and restore module
configurations. The fault status, input voltage, output voltage, output
current, and temperature are monitored via the PMBus interface.

Add support for this driver.

Signed-off-by: Brian Chiang <chiang.brian@xxxxxxxxxxxx>
---
Brian Chiang (2):
dt-bindings: (pmbus/lx1308) Add LX1308 support
hwmon: (pmbus/lx1308) Add support for LX1308

.../bindings/hwmon/pmbus/luxshare,lx1308.yaml | 49 +++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/lx1308.rst | 90 +++++++++
MAINTAINERS | 8 +
drivers/hwmon/pmbus/Kconfig | 10 +
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/lx1308.c | 204 +++++++++++++++++++++
8 files changed, 365 insertions(+)
---
base-commit: 591cd656a1bf5ea94a222af5ef2ee76df029c1d2
change-id: 20260415-add-support-lx1308-165a4206ab69

Best regards,
--
Brian Chiang <chiang.brian@xxxxxxxxxxxx>