[GIT PULL] Backlight updates for 2.6.29

From: Richard Purdie
Date: Fri Jan 09 2009 - 06:36:20 EST


Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-backlight for-linus

for the backlight tree updates for 2.6.29. This includes a new driver,
various bugfixes/tweaks, restructuring of one of the drivers and
suspend/resume improvements to the core cleaning up the code.

Thanks, Richard

drivers/video/backlight/Kconfig | 15 +-
drivers/video/backlight/Makefile | 2
drivers/video/backlight/backlight.c | 73 +++++++++----
drivers/video/backlight/corgi_bl.c | 169 --------------------------------
drivers/video/backlight/cr_bllcd.c | 18 +--
drivers/video/backlight/generic_bl.c | 147 +++++++++++++++++++++++++++
drivers/video/backlight/hp680_bl.c | 20 +--
drivers/video/backlight/mbp_nvidia_bl.c | 1
drivers/video/backlight/progear_bl.c | 20 +--
drivers/video/backlight/tdo24m.c | 94 ++++++++++++++++-
drivers/video/backlight/tosa_lcd.c | 27 ++++-
drivers/video/backlight/vgg2432a4.c | 2
include/linux/backlight.h | 16 +++
include/linux/spi/tdo24m.h | 13 ++
14 files changed, 370 insertions(+), 247 deletions(-)

Akinobu Mita (3):
backlight: hp680_bl - Use platform_device_register_simple()
backlight: progear_bl - Use platform_device_register_simple()
backlight: crbllcd_bl - Use platform_device_register_simple()

Denis V. Lunev (1):
backlight: Value of ILI9320_RGB_IF2 register should not be hardcoded

Dmitry Eremin-Solenikov (1):
backlight: Support VGA/QVGA mode switching in tosa_lcd

Mike Rapoport (1):
backlight: add support for Toppoly TDO35S series to tdo24m lcd driver

Pavel Machek (1):
backlight: Catch invalid input in sysfs attributes

Richard Purdie (2):
backlight: Add suspend/resume support to the backlight core
backlight: Rename the corgi backlight driver to generic

Zhang Rui (1):
bd->props.brightness doesn't reflect the actual backlight level.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/