[PATCH 0/2] Add RT5033 Flash LED driver

From: Ingi Kim
Date: Fri Oct 02 2015 - 05:41:29 EST


This patch adds ktd2692 Flash LED driver with LED Flash class

Ingi Kim (2):
leds: rt5033: add DT binding for RT5033
leds: rt5033: Add RT5033 Flash led device driver

.../devicetree/bindings/leds/leds-rt5033.txt | 38 ++++
drivers/leds/Kconfig | 8 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-rt5033.c | 222 +++++++++++++++++++++
drivers/mfd/rt5033.c | 3 +
include/linux/mfd/rt5033-private.h | 67 ++++++-
include/linux/mfd/rt5033.h | 27 ++-
7 files changed, 355 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/leds-rt5033.txt
create mode 100644 drivers/leds/leds-rt5033.c

--
2.0.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/