Message ID | 20250106171530.1063148-1-ninad@linux.ibm.com |
---|---|
Headers | show |
Series | Add support for Intel CRPS PSU | expand |
Hi Ninad, On Mon, 2025-01-06 at 11:15 -0600, Ninad Palsule wrote: > Hello, > > Please review the version 1 of patchset. > > This patchset is already applied upstream: > https://lore.kernel.org/linux-kernel/20241217173537.192331-1-ninad@linux.ibm.com > > Ninad Palsule (4): > hwmon: (pmbus/core) Add PMBUS_REVISION in debugfs > hwmon: (pmbus/crps) Add Intel CRPS185 power supply > dt-bindings: hwmon: intel,crps185: Add to trivial > ARM: dts: aspeed: system1: Use crps PSU driver > > .../devicetree/bindings/trivial-devices.yaml | 2 + > Documentation/hwmon/crps.rst | 97 > +++++++++++++++++++ > Documentation/hwmon/index.rst | 1 + > MAINTAINERS | 7 ++ > .../dts/aspeed/aspeed-bmc-ibm-system1.dts | 8 +- > drivers/hwmon/pmbus/Kconfig | 9 ++ > drivers/hwmon/pmbus/Makefile | 1 + > drivers/hwmon/pmbus/crps.c | 74 ++++++++++++++ > drivers/hwmon/pmbus/pmbus_core.c | 13 ++- > 9 files changed, 206 insertions(+), 6 deletions(-) > create mode 100644 Documentation/hwmon/crps.rst > create mode 100644 drivers/hwmon/pmbus/crps.c > I've cherry-picked the changes out of hwmon/hwmon-next where appropriate, and backported the devicetree change from my BMC tree. Thanks, Andrew
Hi Andrew, On 1/7/25 00:12, Andrew Jeffery wrote: > Hi Ninad, > > On Mon, 2025-01-06 at 11:15 -0600, Ninad Palsule wrote: >> Hello, >> >> Please review the version 1 of patchset. >> >> This patchset is already applied upstream: >> https://lore.kernel.org/linux-kernel/20241217173537.192331-1-ninad@linux.ibm.com >> >> Ninad Palsule (4): >> hwmon: (pmbus/core) Add PMBUS_REVISION in debugfs >> hwmon: (pmbus/crps) Add Intel CRPS185 power supply >> dt-bindings: hwmon: intel,crps185: Add to trivial >> ARM: dts: aspeed: system1: Use crps PSU driver >> >> .../devicetree/bindings/trivial-devices.yaml | 2 + >> Documentation/hwmon/crps.rst | 97 >> +++++++++++++++++++ >> Documentation/hwmon/index.rst | 1 + >> MAINTAINERS | 7 ++ >> .../dts/aspeed/aspeed-bmc-ibm-system1.dts | 8 +- >> drivers/hwmon/pmbus/Kconfig | 9 ++ >> drivers/hwmon/pmbus/Makefile | 1 + >> drivers/hwmon/pmbus/crps.c | 74 ++++++++++++++ >> drivers/hwmon/pmbus/pmbus_core.c | 13 ++- >> 9 files changed, 206 insertions(+), 6 deletions(-) >> create mode 100644 Documentation/hwmon/crps.rst >> create mode 100644 drivers/hwmon/pmbus/crps.c >> > I've cherry-picked the changes out of hwmon/hwmon-next where > appropriate, and backported the devicetree change from my BMC tree. Thanks for the review and applying the changes. Regards, Ninad > > Thanks, > > Andrew