leds: TI LMU: Add common code for TI LMU devices
authorDan Murphy <dmurphy@ti.com>
Mon, 6 May 2019 19:16:11 +0000 (14:16 -0500)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Fri, 24 May 2019 20:40:45 +0000 (22:40 +0200)
commit3fce8e1eb9945c2771360542b71ff717460ba4d7
treefae88566c78e936c893dc4bf80119ce8cdf0474d
parentd0147554d004e7cc427f6cfecf871916e34e8b67
leds: TI LMU: Add common code for TI LMU devices

Create a TI LMU common framework for TI LMU devices that share
common features.

Currently the runtime ramp and brightness setting have
been identified as common features with common register settings.

This work is derived from Milo Kims TI LMU MFD code.

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-ti-lmu-common.c [new file with mode: 0644]
include/linux/leds-ti-lmu-common.h [new file with mode: 0644]