Re: [PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver

2008-03-30 Thread Segher Boessenkool
Here is updated patch with new linux,brightness OF property (needed for MPC8349E-mITX board -- pwr led should be "on" by default). p.s. I tend to do documentation as a separate patch: I don't want this patch to depend on the booting-without-of.txt -- it may produce conflicts easily. We need to

Re: [PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver

2008-03-27 Thread Anton Vorontsov
On Wed, Mar 26, 2008 at 11:24:53PM +0300, Anton Vorontsov wrote: > Despite leds-gpio and leds-of-gpio similar names and purposes, there > is actually very few code can be shared between the two (both drivers > are mostly the driver bindings anyway). > > Signed-off-by: Anton Vorontsov <[EMAIL PROTE

Re: [PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver

2008-03-26 Thread Anton Vorontsov
On Wed, Mar 26, 2008 at 09:04:11PM +, Matt Sealey wrote: > Can someone throw me a link to the GPIO spec being implemented here (yes, > I would like docs too!) or a pointer to the relevant DTS which implements > it? > > Supporting GPIO in the device tree is something that has been undefined > fo

Re: [PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver

2008-03-26 Thread Matt Sealey
Can someone throw me a link to the GPIO spec being implemented here (yes, I would like docs too!) or a pointer to the relevant DTS which implements it? Supporting GPIO in the device tree is something that has been undefined for ages, and I seem to not be able to find the supporting DTS patches fo

Re: [PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver

2008-03-26 Thread Grant Likely
On Wed, Mar 26, 2008 at 2:24 PM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > Despite leds-gpio and leds-of-gpio similar names and purposes, there > is actually very few code can be shared between the two (both drivers > are mostly the driver bindings anyway). > > Signed-off-by: Anton Vorontsov

[PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver

2008-03-26 Thread Anton Vorontsov
Despite leds-gpio and leds-of-gpio similar names and purposes, there is actually very few code can be shared between the two (both drivers are mostly the driver bindings anyway). Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- This patch depends on the not yet applied OF/PowerPC GPIO patch