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