Re: [PATCH v2] powerpc: gpio driver for mpc8349/8572/8610 and compatible

2008-09-21 Thread Peter Korsgaard
> "Kumar" == Kumar Gala <[EMAIL PROTECTED]> writes: Kumar> On Sep 21, 2008, at 2:46 PM, Peter Korsgaard wrote: >> +GPIO controllers on MPC8xxx SoCs >> + >> +Every GPIO controller node must have #gpio-cells property defined, >> +this information will be used to translate gpio-specifiers.

Re: [PATCH v2] powerpc: gpio driver for mpc8349/8572/8610 and compatible

2008-09-21 Thread Peter Korsgaard
> "Kumar" == Kumar Gala <[EMAIL PROTECTED]> writes: Hi, Kumar> Also, any plans to follow this up with .dts updates to add the Kumar> GPIO block into the various files we have? Yes, but I wanted to get the driver/dts bindings in the tree first. -- Bye, Peter Korsgaard

Re: [PATCH v2] powerpc: gpio driver for mpc8349/8572/8610 and compatible

2008-09-21 Thread Kumar Gala
On Sep 21, 2008, at 2:46 PM, Peter Korsgaard wrote: Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> --- Also, any plans to follow this up with .dts updates to add the GPIO block into the various files we have? - k ___

Re: [PATCH v2] powerpc: gpio driver for mpc8349/8572/8610 and compatible

2008-09-21 Thread Kumar Gala
On Sep 21, 2008, at 2:46 PM, Peter Korsgaard wrote: +GPIO controllers on MPC8xxx SoCs + +Every GPIO controller node must have #gpio-cells property defined, +this information will be used to translate gpio-specifiers. + Can we add a comment about this being the non-QE/CPM/GUTs GPIO support.

[PATCH v2] powerpc: gpio driver for mpc8349/8572/8610 and compatible

2008-09-21 Thread Peter Korsgaard
Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> --- Changes since v1: Incorporated feedback from Anton and Kumar: - Core is also used on 8572/8610 so s/83xx/8xxx/ - Use fsl,mpc8572-gpio / fsl,mpc8610-gpio for 85xx/86xx as compatible - Us