Re: [PATCH] powerpc: Update Warp to use leds-gpio driver

2009-04-17 Thread Grant Likely
On Fri, Apr 17, 2009 at 10:37 PM, Sean MacLennan wrote: > On Fri, 17 Apr 2009 20:12:50 -0700 (PDT) > "Trent Piepho" wrote: > >> On Mon, 6 Apr 2009, Sean MacLennan wrote: >> > Now that leds-gpio is a proper OF platform driver, the Warp can use >> > the leds-gpio driver rather than the old out-of-k

Re: [PATCH] powerpc: Update Warp to use leds-gpio driver

2009-04-17 Thread Sean MacLennan
On Fri, 17 Apr 2009 20:12:50 -0700 (PDT) "Trent Piepho" wrote: > On Mon, 6 Apr 2009, Sean MacLennan wrote: > > Now that leds-gpio is a proper OF platform driver, the Warp can use > > the leds-gpio driver rather than the old out-of-kernel driver. > > > > One side-effect is the leds-gpio driver alw

Re: [PATCH] powerpc: Update Warp to use leds-gpio driver

2009-04-17 Thread Trent Piepho
On Mon, 6 Apr 2009, Sean MacLennan wrote: > Now that leds-gpio is a proper OF platform driver, the Warp can use > the leds-gpio driver rather than the old out-of-kernel driver. > > One side-effect is the leds-gpio driver always turns the leds off > while the old driver left them alone. So we have t

Re: [PATCH] powerpc: Update Warp to use leds-gpio driver

2009-04-17 Thread Sean MacLennan
Any status update on this? The patch has actually been in use since 2.6.29. I wrote a stub LED driver that mimiced leds-gpio with the of patch. All I had to do when the leds-gpio of patch went in was drop the stub driver. I'd like to get this in then update the warp defconfig for 2.6.30. Cheers,

[PATCH] powerpc: Update Warp to use leds-gpio driver

2009-04-06 Thread Sean MacLennan
Now that leds-gpio is a proper OF platform driver, the Warp can use the leds-gpio driver rather than the old out-of-kernel driver. One side-effect is the leds-gpio driver always turns the leds off while the old driver left them alone. So we have to set them back to the correct settings. Signed-of