]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add an AS3711 PMIC backlight driver
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Thu, 7 Feb 2013 01:27:34 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:08 +0000 (16:47 +1100)
commit45be5332f490a3a4d6aa8d0ed9c4e317b5739bde
treeb54bc256554dedf1e209d8c8d284607b68897e0c
parent2171c7fbf9bce5457f66a21a576c5f4ef2a5fcfb
backlight: add an AS3711 PMIC backlight driver

This is an initial commit of a backlight driver, using step-up DCDC power
supplies on AS3711 PMIC. Only one mode has actually been tested, several
further modes have been implemented "dry," but disabled to avoid accidental
hardware damage. Anyone wishing to use any of those modes will have to
modify the driver.

Tested on sh73a0-based kzm9g board.  Only one mode has been tested and is
enabled.  That mode copies the sample code from the manufacturer.
Deviations from that code proved to be fatal for the hardware...

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/as3711_bl.c [new file with mode: 0644]