* What's in linux-backlight.git for 2.6.24?
@ 2007-09-30 23:52 Richard Purdie
2007-10-01 2:43 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2007-09-30 23:52 UTC (permalink / raw)
To: LKML
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: What's in linux-backlight.git for 2.6.24?
2007-09-30 23:52 What's in linux-backlight.git for 2.6.24? Richard Purdie
@ 2007-10-01 2:43 ` Greg KH
2007-10-01 7:33 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2007-10-01 2:43 UTC (permalink / raw)
To: Richard Purdie; +Cc: LKML
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: What's in linux-backlight.git for 2.6.24?
2007-10-01 2:43 ` Greg KH
@ 2007-10-01 7:33 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2007-10-01 7:33 UTC (permalink / raw)
To: Greg KH; +Cc: LKML
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-01 7:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-30 23:52 What's in linux-backlight.git for 2.6.24? Richard Purdie
2007-10-01 2:43 ` Greg KH
2007-10-01 7:33 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.