Re: [PATCH RFC 1/7] [POWERPC] Implement GPIO API embryo

2007-12-12 Thread Anton Vorontsov
On Wed, Dec 12, 2007 at 10:48:47AM -0600, Scott Wood wrote: > On Mon, Dec 10, 2007 at 11:48:25PM +0300, Anton Vorontsov wrote: > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > > index 232c298..596982f 100644 > > --- a/arch/powerpc/Kconfig > > +++ b/arch/powerpc/Kconfig > > @@ -73,6 +7

Re: [PATCH RFC 1/7] [POWERPC] Implement GPIO API embryo

2007-12-12 Thread Scott Wood
On Mon, Dec 10, 2007 at 11:48:25PM +0300, Anton Vorontsov wrote: > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index 232c298..596982f 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -73,6 +73,10 @@ config GENERIC_FIND_NEXT_BIT > bool > default y >

[PATCH RFC 1/7] [POWERPC] Implement GPIO API embryo

2007-12-10 Thread Anton Vorontsov
This patch implements GPIO API as described in Documentation/gpio.txt. Two calls unimplemented though: irq_to_gpio and gpio_to_irq. I'm also providing OF helpers. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig |4 +++ arch/powerpc/kernel/prom_parse.c