| From: |
| michaelsh-AT-nvidia.com |
| To: |
| <hdegoede-AT-redhat.com> |
| Subject: |
| [PATCH v1 0/3] Add support for new SN2201 system |
| Date: |
| Sat, 30 Apr 2022 14:58:06 +0300 |
| Message-ID: |
| <20220430115809.54565-1-michaelsh@nvidia.com> |
| Cc: |
| <platform-driver-x86-AT-vger.kernel.org>, <vadimp-AT-nvidia.com>, Michael Shych <michaelsh-AT-nvidia.com> |
| Archive-link: |
| Article |
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