mbox series

[platform-next,0/5] platform/x86: mlx-platform: Topology fixes and configuration updates

Message ID 20200923172053.26296-1-vadimp@nvidia.com (mailing list archive)
Headers show
Series platform/x86: mlx-platform: Topology fixes and configuration updates | expand

Message

Vadim Pasternak Sept. 23, 2020, 5:20 p.m. UTC
The patchset provides topology fixes for power units related structure
and extension of FAN structure with capability field.
The patchset includes:
Patch#1 - Removes PSU EEPROM configuration for systems class equipped
	  with 200x32Gb switch.
Patch#2 - Changes topology for the next generation systems.
Patch#3 - Updates module license to SPDX.
Patches#4-#5 - Add capability field for core platform data structure.

Vadim Pasternak (5):
  platform/x86: mlx-platform: Remove PSU EEPROM configuration
  platform/x86: mlx-platform: Fix extended topology configuration for
    power supply units
  platform_data/mlxreg: Update module license
  platform_data/mlxreg:  Extend core platform structure
  platform/x86: mlx-platform: Add capability field to platform FAN
    description

 drivers/platform/x86/mlx-platform.c  | 28 +++++++++++++---------------
 include/linux/platform_data/mlxreg.h | 34 ++++------------------------------
 2 files changed, 17 insertions(+), 45 deletions(-)

Comments

Hans de Goede Oct. 7, 2020, 9:24 p.m. UTC | #1
Hi,

On 9/23/20 7:20 PM, Vadim Pasternak wrote:
> The patchset provides topology fixes for power units related structure
> and extension of FAN structure with capability field.
> The patchset includes:
> Patch#1 - Removes PSU EEPROM configuration for systems class equipped
> 	  with 200x32Gb switch.
> Patch#2 - Changes topology for the next generation systems.
> Patch#3 - Updates module license to SPDX.
> Patches#4-#5 - Add capability field for core platform data structure.
> 
> Vadim Pasternak (5):
>    platform/x86: mlx-platform: Remove PSU EEPROM configuration
>    platform/x86: mlx-platform: Fix extended topology configuration for
>      power supply units
>    platform_data/mlxreg: Update module license
>    platform_data/mlxreg:  Extend core platform structure
>    platform/x86: mlx-platform: Add capability field to platform FAN
>      description

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up there once I've pushed my local branch there,
which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans