Adding new acbel,fsg032 driver and documentation updates. Changes since V2: - Changed the driver name to acbel-fsg032. - Fix warnings in acbel-fsg032 driver. - Fix warnings in acbel-fsg032.rst and updated the index. - Fix comments in trivial-devices.yaml. - Fix commit message for dts changes. - Updated the commit messages with new driver name. Lakshmi Yadlapati (5): dt-bindings: vendor-prefixes: Add prefix for acbel dt-bindings: trivial-devices: Add acbel,fsg032 hwmon: (pmbus/acbel-fsg032) Add Acbel power supply docs: hwmon: Add documentaion for acbel-fsg032 PSU ARM: dts: aspeed: p10bmc: Change power supply info .../devicetree/bindings/trivial-devices.yaml | 2 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + Documentation/hwmon/acbel-fsg032.rst | 80 ++++++++++++++++ Documentation/hwmon/index.rst | 1 + arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 12 +-- drivers/hwmon/pmbus/Kconfig | 9 ++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/acbel-fsg032.c | 96 +++++++++++++++++++ 8 files changed, 197 insertions(+), 6 deletions(-) create mode 100644 Documentation/hwmon/acbel-fsg032.rst create mode 100644 drivers/hwmon/pmbus/acbel-fsg032.c -- 2.37.2