platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH platform-next 0/9] platform/x86: mlx-platform: Extend to support new systems and additional user interfaces
@ 2022-07-11  8:45 Vadim Pasternak
  2022-07-11  8:45 ` [PATCH platform-next 1/9] platform/x86: mlx-platform: Make activation of some drivers conditional Vadim Pasternak
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Vadim Pasternak @ 2022-07-11  8:45 UTC (permalink / raw)
  To: hdegoede; +Cc: platform-driver-x86, Vadim Pasternak

The patch set adds:
- Support for new systems:
  - COMe NVSwitch management module for Vulcan chassis containing
    Nvidia's Hopper dGPU (GH100), NVswitch (LS10) based HGX
    baseboard.
  - XH3000 system, which is a water-cooling Ethernet switch blade
    equipped with 32x200G Ethernet ports.
- Support for systems equipped with two ASICc.
- Logic for selective activation of some drivers.
- Documentation fixes and introduction of new attributes.
- Locking protection for IO operations over register space.

The patch set contains:
Patch #1 - extends logic for selective activation of some drivers,
	   depending on system type.
Patch #2 - contains cosmetic changes.
Patch #3 - adds support for systems with two ASICs.
Patches #4-#5 - introduce new systems.
Patch #6 - adds new feature for system minor revision changes.
Patch #7 - adds locking for IO operations.
Patches #8-#9 - documentation changes.

Vadim Pasternak (9):
  platform/x86: mlx-platform: Make activation of some drivers
    conditional
  platform/x86: mlx-platform: Add cosmetic changes for alignment
  platform/x86: mlx-platform: Add support for systems equipped with two
    ASICs
  platform/x86: mlx-platform: Introduce support for COMe NVSwitch
    management module for Vulcan chassis
  platform/x86: mlx-platform: Add support for new system XH3000
  platform/x86: mlx-platform: Add COME board revision register
  platform/mellanox: mlxreg-io: Add locking for io operations
  Documentation/ABI: mlxreg-io: Fix contact info
  Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces

 .../ABI/stable/sysfs-driver-mlxreg-io         |  81 ++-
 drivers/platform/mellanox/mlxreg-io.c         |  23 +
 drivers/platform/x86/mlx-platform.c           | 491 ++++++++++++++++--
 3 files changed, 526 insertions(+), 69 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-14 21:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11  8:45 [PATCH platform-next 0/9] platform/x86: mlx-platform: Extend to support new systems and additional user interfaces Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 1/9] platform/x86: mlx-platform: Make activation of some drivers conditional Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 2/9] platform/x86: mlx-platform: Add cosmetic changes for alignment Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 3/9] platform/x86: mlx-platform: Add support for systems equipped with two ASICs Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 4/9] platform/x86: mlx-platform: Introduce support for COMe NVSwitch management module for Vulcan chassis Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 5/9] platform/x86: mlx-platform: Add support for new system XH3000 Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 6/9] platform/x86: mlx-platform: Add COME board revision register Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 7/9] platform/mellanox: mlxreg-io: Add locking for io operations Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 8/9] Documentation/ABI: mlxreg-io: Fix contact info Vadim Pasternak
2022-07-11  8:45 ` [PATCH platform-next 9/9] Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces Vadim Pasternak
2022-07-14 21:00 ` [PATCH platform-next 0/9] platform/x86: mlx-platform: Extend to support new systems and additional user interfaces Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).