leds: lm3601x: Introduce the lm3601x LED driver
authorDan Murphy <dmurphy@ti.com>
Wed, 23 May 2018 11:51:29 +0000 (06:51 -0500)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Wed, 23 May 2018 19:44:47 +0000 (21:44 +0200)
commit57a53297cc861de7d16f1a1b49e8f7ff9b22915b
treed5f91ec072fc6334d27f125ce69f6b3e39d011f7
parent2f8270de62db520313fc4aa27eccd9300478f3a3
leds: lm3601x: Introduce the lm3601x LED driver

Introduce the family of LED devices that can
drive a torch, strobe or IR LED.

The LED driver can be configured with a strobe
timer to execute a strobe flash.  The IR LED
brightness is controlled via the torch brightness
register.

The data sheet for each the LM36010 and LM36011
LED drivers can be found here:
http://www.ti.com/product/LM36010
http://www.ti.com/product/LM36011

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-lm3601x.c [new file with mode: 0644]