This series introduces a generic pattern interface in the LED class and a driver for the Qualcomm Light Pulse Generator. Bjorn Andersson (3): leds: core: Introduce generic pattern interface leds: Add driver for Qualcomm LPG DT: leds: Add Qualcomm Light Pulse Generator binding Documentation/ABI/testing/sysfs-class-led | 20 + .../devicetree/bindings/leds/leds-qcom-lpg.txt | 66 ++ drivers/leds/Kconfig | 7 + drivers/leds/Makefile | 1 + drivers/leds/led-class.c | 150 +++ drivers/leds/leds-qcom-lpg.c | 1232 ++++++++++++++++++++ include/linux/leds.h | 21 + 7 files changed, 1497 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-qcom-lpg.txt create mode 100644 drivers/leds/leds-qcom-lpg.c -- 2.15.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html