The patchset: - Introduces new systems. - Adds new features. - Preparation for to support systems equipped PCIe based programming logic device. - Cosmetic changes. Patches #1, #4-#5: introduce support for new systems. Patch #2: changes attribute name. Patches #3, #12: cosmetic changes and removing code out from the loop. Patches #6 - #7, #10 - #11: infrastructure changes to prepare driver to support systems equipped with PCIe based FPGA. Patch #8: provides synchronization between I2C main bus and other platform drivers using notification callback. Patch #9: allows non-successive definition of hotplug signals configuration. Patch #13 - documentation. Vadim Pasternak (13): platform: mellanox: Introduce support for rack manager switch platform: mellanox: Change "reset_pwr_converter_fail" attribute platform: mellanox: Cosmetic changes - rename to more common name platform: mellanox: Introduce support for next-generation 800GB/s switch platform: mellanox: Introduce support of new Nvidia L1 switch platform: mellanox: Split initialization procedure platform: mellanox: Split logic in init and exit flow platform: mellanox: Extend all systems with I2C notification callback platform/mellanox: mlxreg-hotplug: Allow more flexible hotplug events configuration platform_data/mlxreg: Add field with mapped resource address platform: mellanox: mlx-platform: Add mux selection register to regmap platform: mellanox: mlx-platform: Move bus shift assignment out of the loop Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces .../ABI/stable/sysfs-driver-mlxreg-io | 122 +- drivers/platform/mellanox/mlxreg-hotplug.c | 28 +- drivers/platform/x86/mlx-platform.c | 1394 ++++++++++++++--- include/linux/platform_data/mlxreg.h | 2 + 4 files changed, 1339 insertions(+), 207 deletions(-) -- 2.20.1