Re: [PATCH] powerpc: gpio driver for mpc831x/834x/837x with OF bindings

2008-09-21 Thread Peter Korsgaard
Kumar == Kumar Gala [EMAIL PROTECTED] writes: Hi, create mode 100644 arch/powerpc/sysdev/mpc83xx_gpio.c Kumar So we need to make this mpc8xxx_gpio.c 83xx, 8610, 85xx all have the Kumar same GPIO hw. Ok. I'm not really familiar with the other 8xxx SoCs, but from looking at the reference

Re: [PATCH] powerpc: gpio driver for mpc831x/834x/837x with OF bindings

2008-09-19 Thread Kumar Gala
On Sep 5, 2008, at 10:08 AM, Peter Korsgaard wrote: Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard [EMAIL PROTECTED] --- .../powerpc/dts-bindings/fsl/83xx_gpio.txt | 33 + arch/powerpc/sysdev/Kconfig|9 ++

[PATCH] powerpc: gpio driver for mpc831x/834x/837x with OF bindings

2008-09-05 Thread Peter Korsgaard
Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard [EMAIL PROTECTED] --- .../powerpc/dts-bindings/fsl/83xx_gpio.txt | 33 + arch/powerpc/sysdev/Kconfig|9 ++ arch/powerpc/sysdev/Makefile |1 +

Re: [PATCH] powerpc: gpio driver for mpc831x/834x/837x with OF bindings

2008-09-05 Thread Anton Vorontsov
On Fri, Sep 05, 2008 at 05:08:47PM +0200, Peter Korsgaard wrote: Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard [EMAIL PROTECTED] --- I posted identical driver in June. ;-) http://ozlabs.org/pipermail/linuxppc-dev/2008-June/057395.html

Re: [PATCH] powerpc: gpio driver for mpc831x/834x/837x with OF bindings

2008-09-05 Thread Peter Korsgaard
Anton == Anton Vorontsov [EMAIL PROTECTED] writes: Anton On Fri, Sep 05, 2008 at 05:08:47PM +0200, Peter Korsgaard wrote: Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard [EMAIL PROTECTED] --- Anton I posted identical driver in June. ;-) Anton

Re: [PATCH] powerpc: gpio driver for mpc831x/834x/837x with OF bindings

2008-09-05 Thread Anton Vorontsov
On Fri, Sep 05, 2008 at 08:45:33PM +0200, Peter Korsgaard wrote: Anton == Anton Vorontsov [EMAIL PROTECTED] writes: Anton On Fri, Sep 05, 2008 at 05:08:47PM +0200, Peter Korsgaard wrote: Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard [EMAIL