]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Add LCD backlight driver for OMAP
authorandrzej zaborowski <balrog@zabor.org>
Tue, 5 Sep 2006 14:56:14 +0000 (17:56 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 5 Sep 2006 14:56:14 +0000 (17:56 +0300)
commit46ea92516c1bda7cfbbfc401e2f2e635f26f1f0d
treee15f316a13f1170aad98b2732975b75d9c31fa41
parent3ee675dc2330d99f3d8a111dc587ee1ef6dddac3
[PATCH] Add LCD backlight driver for OMAP

This adds a driver for the PWL module of OMAP CPUs in the Linux
backlight API. The driver allows changing the backlight instensity and
switching it off when system goes idle. The declaration of struct
omap_backlight_config is sent in a separate patch.

Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/omap_bl.c [new file with mode: 0644]