This patch: - Fixes text in Kconfig. - Introduces LED driver, based on regmap interface. Vadim Pasternak (2): leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIG leds: add driver for support Mellanox regmap LEDs for BMC and x86 platform MAINTAINERS | 1 + drivers/leds/Kconfig | 20 ++- drivers/leds/Makefile | 1 + drivers/leds/leds-mlxreg.c | 311 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 328 insertions(+), 5 deletions(-) create mode 100644 drivers/leds/leds-mlxreg.c -- 2.1.4