[PATCH linux dev-6.6 v1 0/4] Add support for Intel CRPS PSU

Andrew Jeffery andrew at codeconstruct.com.au
Tue Jan 7 17:12:58 AEDT 2025


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


More information about the openbmc mailing list