]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: add an AS3711 PMIC backlight driver
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 20 Feb 2013 02:15:30 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:17 +0000 (16:53 +1100)
commit57649c1741be643522690cdbd9e71a01ed9db89d
tree87e220a477a3f988e46ba112e90bf48e5d4cc5b4
parentd115ac6d0bdd5a0c8b58fa8585e75b65b0b8ad23
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]