This patch introduces LED driver, based on regmap interface. This patch depends on previously sent: [patch v4 1/2] mfd: Add Mellanox regmap core driver because it includes include/linux/platform_data/mlxreg.h from this patch. Vadim Pasternak (1): leds: add driver for support Mellanox regmap LEDs for BMC MAINTAINERS | 1 + drivers/leds/Kconfig | 10 ++ drivers/leds/Makefile | 1 + drivers/leds/leds-mlxreg.c | 317 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 329 insertions(+) create mode 100644 drivers/leds/leds-mlxreg.c -- 2.1.4