Re: [PATCH 3/3] mpc8xxx_gpio: add interrupt support

2009-12-17 Thread Peter Korsgaard
> "Peter" == Peter Korsgaard writes: > "Kumar" == Kumar Gala writes: Peter> Hi, Kumar> We need a binding document to go with this. Peter> Ok, but where should it go? In the existing Peter> powerpc/dts-bindings/fsl/8xxx_gpio.txt or somewhere seperate? I don't Peter> see any other i

Re: [PATCH 3/3] mpc8xxx_gpio: add interrupt support

2009-12-11 Thread Peter Korsgaard
> "Kumar" == Kumar Gala writes: Hi, Kumar> We need a binding document to go with this. Ok, but where should it go? In the existing powerpc/dts-bindings/fsl/8xxx_gpio.txt or somewhere seperate? I don't see any other interrupt controller documentation besides the stuff in booting-without-of.

Re: [PATCH 3/3] mpc8xxx_gpio: add interrupt support

2009-12-10 Thread Kumar Gala
On Dec 9, 2009, at 1:33 AM, Peter Korsgaard wrote: >> "Peter" == Peter Korsgaard writes: > > Comments? > > Peter> Signed-off-by: Peter Korsgaard > Peter> --- > Peter> arch/powerpc/sysdev/mpc8xxx_gpio.c | 147 > > Peter> 1 files changed, 147 insertio

Re: [PATCH 3/3] mpc8xxx_gpio: add interrupt support

2009-12-08 Thread Peter Korsgaard
> "Peter" == Peter Korsgaard writes: Comments? Peter> Signed-off-by: Peter Korsgaard Peter> --- Peter> arch/powerpc/sysdev/mpc8xxx_gpio.c | 147 Peter> 1 files changed, 147 insertions(+), 0 deletions(-) Peter> diff --git a/arch/powerpc/sysdev/mp

[PATCH 3/3] mpc8xxx_gpio: add interrupt support

2009-12-01 Thread Peter Korsgaard
Signed-off-by: Peter Korsgaard --- arch/powerpc/sysdev/mpc8xxx_gpio.c | 147 1 files changed, 147 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/sysdev/mpc8xxx_gpio.c b/arch/powerpc/sysdev/mpc8xxx_gpio.c index 103eace..b46f28b 100644 --- a/arch/pow