From: Michael Shych <michaelsh@xxxxxxxxxx> 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