]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: Add OMAP1 PWL backlight driver
authorAndrzej Zaborowski <balrogg@gmail.com>
Sun, 13 Jan 2008 23:15:43 +0000 (23:15 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 7 Feb 2008 09:31:52 +0000 (09:31 +0000)
commit013d865ba98809569438f0db5e53d83fba9235ef
tree4b37407fcd9515e9b7330159c26587797094b0e8
parent3da3423cdd4349ae381c2a6f55e73f3b1d314c27
backlight: Add OMAP1 PWL backlight driver

This adds the OMAP1 PWL-based LCD backlight driver.  It's been in the OMAP
tree for some time.  Note that OMAP2 can do similar things with the generic
timers which have PWM outputs.  Such timers are more generic than the PWL
found on OMAP1 chips, but have a different EMI profile because they aren't
driven by a pseudorandom number generator.

[akpm@linux-foundation.org: cleanups]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrzej Zaborowski <balrogg@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/omap1_bl.c [new file with mode: 0644]