On Sun, 2007-09-30 at 19:43 -0700, Greg KH wrote: > On Mon, Oct 01, 2007 at 12:52:07AM +0100, Richard Purdie wrote: > > I've become aware that I should be posting a merge plan, probably > > slightly earlier than this but better late than never. > > Can you post a diffstat too, so we get an idea of what is going to be > changing?
Oops, yes... arch/arm/mach-pxa/corgi.c | 18 + arch/arm/mach-pxa/spitz.c | 18 + drivers/video/backlight/Kconfig | 23 +- drivers/video/backlight/Makefile | 2 drivers/video/backlight/backlight.c | 2 drivers/video/backlight/corgi_bl.c | 22 +- drivers/video/backlight/cr_bllcd.c | 35 ++- drivers/video/backlight/lcd.c | 2 drivers/video/backlight/ltv350qv.c | 330 ++++++++++++++++++++++++++++++++++++ drivers/video/backlight/ltv350qv.h | 95 ++++++++++ include/asm-arm/arch-pxa/sharpsl.h | 6 include/linux/backlight.h | 9 12 files changed, 518 insertions(+), 44 deletions(-) -- Richard - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

