2007-09-30 23:52:23

by Richard Purdie

[permalink] [raw]
Subject: What's in linux-backlight.git for 2.6.24?

I've become aware that I should be posting a merge plan, probably
slightly earlier than this but better late than never.

The backlight tree doesn't have too much in it, basically a new driver,
some cleanups, a driver bugfix and a conversion of a driver to become
more generic code.

http://git.o-hand.com/?p=linux-rpurdie-backlight;a=shortlog;h=for-mm

Adrian Bunk (1):
backlight/leds: Make two structs static

Haavard Skinnemoen (1):
backlight: Add Samsung LTV350QV LCD driver

Jesper Juhl (1):
backlight: Fix cr_bllcd allocations and error paths

Richard Purdie (1):
backlight: Convert corgi backlight driver into a more generic driver

--
Richard


2007-10-01 02:39:20

by Greg KH

[permalink] [raw]
Subject: Re: What's in linux-backlight.git for 2.6.24?

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?

thanks,

greg k-h

2007-10-01 07:33:32

by Richard Purdie

[permalink] [raw]
Subject: Re: What's in linux-backlight.git for 2.6.24?

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