Adding new acbel,crps driver and documentation updates. Changes since V1: - New patch added for documentation. - Fix acbel,crps drives as per review comments. Lakshmi Yadlapati (5): dt-bindings: vendor-prefixes: Add prefix for acbel dt-bindings: trivial-devices: Add acbel,crps hwmon: (pmbus/acbel-crps) Add Acbel CRPS power supply driver docs: hwmon: Add documenttaion for acbel-crps PSU ARM: dts: aspeed: p10bmc: Change power supply info .../devicetree/bindings/trivial-devices.yaml | 2 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + Documentation/hwmon/acbel-crps.rst | 81 ++++++++++++++ arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 12 +-- drivers/hwmon/pmbus/Kconfig | 10 ++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/acbel-crps.c | 102 ++++++++++++++++++ 7 files changed, 204 insertions(+), 6 deletions(-) create mode 100644 Documentation/hwmon/acbel-crps.rst create mode 100644 drivers/hwmon/pmbus/acbel-crps.c -- 2.37.2