All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for new SN2201 system
@ 2022-04-30 11:58 michaelsh
  2022-04-30 11:58 ` [PATCH v1 1/3] platform_data/mlxreg: Add field for notification callback michaelsh
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: michaelsh @ 2022-04-30 11:58 UTC (permalink / raw)
  To: hdegoede; +Cc: platform-driver-x86, vadimp, Michael Shych

From: Michael Shych <michaelsh@nvidia.com>

Add support for new SN2201 system

The SN2201 is a highly integrated for one rack unit system with
L3 management switches. It has 48 x 1Gbps RJ45 + 4 x 100G QSFP28
ports in a compact 1RU form factor. The system also including a
serial port (RS-232 interface), an OOB port (1G/100M MDI interface)
and USB ports for management functions.

The processor used on SN2201 is Intel Atom®Processor C Series,
C3338R which is one of the Denverton product families.

Series includes following patches:
#1 - extends platform data with notification callback field.
#2 - introduces driver for SN2201 system.
#3 - adds documentation.

Michael Shych (3):
  platform_data/mlxreg: Add field for notification callback
  platform/mellanox: Add support for new SN2201 system
  Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces

 drivers/platform/mellanox/Kconfig       |  17 ++
 drivers/platform/mellanox/Makefile      |   1 +
 drivers/platform/mellanox/nvsw-sn2201.c | 505 ++++++++++++++++++++++++++++++++
 include/linux/platform_data/mlxreg.h    |   4 +
 4 files changed, 527 insertions(+)
 create mode 100644 drivers/platform/mellanox/nvsw-sn2201.c

-- 
2.14.1


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

end of thread, other threads:[~2022-05-11 15:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30 11:58 [PATCH v1 0/3] Add support for new SN2201 system michaelsh
2022-04-30 11:58 ` [PATCH v1 1/3] platform_data/mlxreg: Add field for notification callback michaelsh
2022-05-11 14:34   ` Hans de Goede
2022-04-30 11:58 ` [PATCH v1 2/3] platform/mellanox: Add support for new SN2201 system michaelsh
2022-05-11 14:35   ` Hans de Goede
2022-04-30 11:58 ` [PATCH v1 3/3] Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces michaelsh
2022-05-11 14:40   ` Hans de Goede
2022-05-11 14:58     ` Michael Shych
2022-05-11 15:15       ` Hans de Goede
2022-05-11 15:35         ` Michael Shych

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.