changes in v2: ltp8800: * Added short commit description for LTP8800. * Removed scanned addresses. * Refactored documentation to unify all chips into a single prefix. * Removed unused headers. * Removed redundant i2c_check_functionality in probe. * Moved regulator configurations directly in ltp8800_info. * Used single compatible and device IDs instead of three. Bindings: * Used "adi,ltp8800" instead of three entries. Cedric Encarnacion (2): dt-bindings: trivial-devices: add ltp8800 hwmon: pmbus: add driver for ltp8800-1a, ltp8800-4a, and ltp8800-2 .../devicetree/bindings/trivial-devices.yaml | 2 + Documentation/hwmon/index.rst | 1 + Documentation/hwmon/ltp8800.rst | 91 +++++++++++++++++++ MAINTAINERS | 7 ++ drivers/hwmon/pmbus/Kconfig | 18 ++++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/ltp8800.c | 63 +++++++++++++ 7 files changed, 183 insertions(+) create mode 100644 Documentation/hwmon/ltp8800.rst create mode 100644 drivers/hwmon/pmbus/ltp8800.c base-commit: 30a984c0c9d8c631cc135280f83c441d50096b6d -- 2.39.5