]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/video/backlight/Kconfig
backlight: add new lm3639 backlight driver
authorG.Shark Jeong <gshark.jeong@gmail.com>
Fri, 5 Oct 2012 00:12:55 +0000 (17:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:04:53 +0000 (03:04 +0900)
commit0f59858d511960caefb42c4535dc73c2c5f3136c
treedd0936348366a9f9b7d03d5706a50217eab89e09
parent0c2a665a648ea74879ce6333d3a31a96a7c361ce
backlight: add new lm3639 backlight driver

This driver is a general version for LM3639 backlgiht + flash driver chip
of TI.

LM3639:
The LM3639 is a single chip LCD Display Backlight driver + white LED
Camera driver.  Programming is done over an I2C compatible interface.
www.ti.com

[akpm@linux-foundation.org: code layout tweaks]
Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Daniel Jeong <daniel.jeong@ti.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/lm3639_bl.c [new file with mode: 0644]
include/linux/platform_data/lm3639_bl.h [new file with mode: 0644]