This patchset adds support for the Mellanox BMC card equipped with the programmable devices controlling hardware. The support includes: - signal handling for chassis, ASIC, CPU events; - LED control; - exposing sysfs interface for reset control, reset monitoring and mux selection for the access to remote devices at the host side. Vadim Pasternak (2): mfd: Add Mellanox regmap core driver mfd: Add Mellanox regmap I2C driver .../bindings/mfd/mellanox,mlxreg-core.txt | 367 +++++++++ MAINTAINERS | 8 + drivers/mfd/Kconfig | 28 + drivers/mfd/Makefile | 2 + drivers/mfd/mlxreg-core.c | 839 +++++++++++++++++++++ drivers/mfd/mlxreg-i2c.c | 183 +++++ include/linux/platform_data/mlxreg.h | 138 ++++ 7 files changed, 1565 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/mellanox,mlxreg-core.txt create mode 100644 drivers/mfd/mlxreg-core.c create mode 100644 drivers/mfd/mlxreg-i2c.c create mode 100644 include/linux/platform_data/mlxreg.h -- 2.1.4