]> asedeno.scripts.mit.edu Git - linux.git/commit
leds: lm36274: Introduce the TI LM36274 LED driver
authorDan Murphy <dmurphy@ti.com>
Wed, 5 Jun 2019 12:56:34 +0000 (07:56 -0500)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Fri, 7 Jun 2019 18:40:07 +0000 (20:40 +0200)
commit11e1bbc116a75d4a93122ea0a3b2be814922d864
tree671c4f60d2f43ae6a192a1313b447611763c3d09
parent04f4dc1bc5f0f64640026497f97e2f3c063f7831
leds: lm36274: Introduce the TI LM36274 LED driver

Introduce the LM36274 LED driver.  This driver uses the ti-lmu
MFD driver to probe this LED driver.  The driver configures only the
LED registers and enables the outputs according to the config file.

The driver utilizes the TI LMU (Lighting Management Unit) LED common
framework to set the brightness bits.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-lm36274.c [new file with mode: 0644]