This patch set is the follow-up of the LED / flash API integration series [1]. For clarity reasons the patchset has been split into four subsets: - LED Flash Class - V4L2 Flash - LED Flash Class drivers - Documentation ======================== Changes since version 5: ======================== - removed flash manager framework - its implementation needs further thorough discussion. - removed external strobe facilities from the LED Flash Class and provided external_strobe_set op in v4l2-flash. LED subsystem should be strobe provider agnostic. Thanks, Jacek Anaszewski [1] https://lkml.org/lkml/2014/7/11/914 Jacek Anaszewski (2): leds: Add support for max77693 mfd flash cell leds: Add driver for AAT1290 current regulator drivers/leds/Kconfig | 15 + drivers/leds/Makefile | 2 + drivers/leds/leds-aat1290.c | 460 ++++++++++++++++++ drivers/leds/leds-max77693.c | 1083 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1560 insertions(+) create mode 100644 drivers/leds/leds-aat1290.c create mode 100644 drivers/leds/leds-max77693.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html