Re: [PATCH 4/5] LED driver

2008-04-17 Thread Sean MacLennan
On Sat, 12 Apr 2008 19:41:30 -0500 Josh Boyer <[EMAIL PROTECTED]> wrote: > This should be sent to Richard Purdie. I spoke with Richard and we agreed that, since the GPIO library will make this driver obsolete, it is not worth committing this driver for, hopefully, only one release. If anybody se

Re: [PATCH 4/5] LED driver

2008-04-13 Thread Sean MacLennan
On Sun, 13 Apr 2008 19:34:38 +0200 Peter Korsgaard <[EMAIL PROTECTED]> wrote: > I haven't actually used leds-gpio, but it looks so simple that I > cannot imagine it not working. There also seems to be quite some > platforms using it, E.G: > > % git grep '"leds-gpio"' arch|wc -l > 11 > > Or are y

Re: [PATCH 4/5] LED driver

2008-04-13 Thread Peter Korsgaard
> "Sean" == Sean MacLennan <[EMAIL PROTECTED]> writes: >> How about getting gpiolib working and use leds-gpio.c instead? Sean> Actually, I was going to just ask about that... how close is leds-gpio Sean> to being working, and will it be in 2.6.26? I haven't actually used leds-gpio, but it

Re: [PATCH 4/5] LED driver

2008-04-13 Thread Sean MacLennan
On Sun, 13 Apr 2008 14:28:24 +0200 Peter Korsgaard <[EMAIL PROTECTED]> wrote: > How about getting gpiolib working and use leds-gpio.c instead? Actually, I was going to just ask about that... how close is leds-gpio to being working, and will it be in 2.6.26? Cheers, Sean __

Re: [PATCH 4/5] LED driver

2008-04-13 Thread Peter Korsgaard
> "Sean" == Sean MacLennan <[EMAIL PROTECTED]> writes: Hi, Sean> Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> Sean> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig Sean> index 859814f..31e1746 100644 Sean> --- a/drivers/leds/Kconfig Sean> +++ b/drivers/leds/Kconfig Sean> @

Re: [PATCH 4/5] LED driver

2008-04-12 Thread Josh Boyer
On Sat, 2008-04-12 at 14:10 -0400, Sean MacLennan wrote: > Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> This should be sent to Richard Purdie. josh > > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > index 859814f..31e1746 100644 > --- a/drivers/leds/Kconfig > +++ b/drivers/leds/

[PATCH 4/5] LED driver

2008-04-12 Thread Sean MacLennan
Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 859814f..31e1746 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -145,6 +145,12 @@ config LEDS_CLEVO_MAIL To compile this driver as a module, choose M here: th