Re: [RFC PATCH 00/18] OMAP: GPIO: cleanup GPIO driver

2011-04-25 Thread Varadarajan, Charulatha
Kevin, Thanks for your comments. On Sat, Apr 23, 2011 at 04:04, Kevin Hilman wrote: > Hi Charu, > > Charulatha V writes: > >> Modifies the OMAP GPIO driver to avoid usage of cpu_is* checks >> for different OMAP architectures. This is done by moving some >> architecture specific code to mach-oma

Re: [RFC PATCH 00/18] OMAP: GPIO: cleanup GPIO driver

2011-04-22 Thread Kevin Hilman
Hi Charu, Charulatha V writes: > Modifies the OMAP GPIO driver to avoid usage of cpu_is* checks > for different OMAP architectures. This is done by moving some > architecture specific code to mach-omap* and call them from > plat-omap* using function pointers. Also remove the register offset > ma

Re: [RFC PATCH 00/18] OMAP: GPIO: cleanup GPIO driver

2011-04-22 Thread Sascha Hauer
Hi, On Fri, Apr 22, 2011 at 04:38:14PM +0530, Charulatha V wrote: > Modifies the OMAP GPIO driver to avoid usage of cpu_is* checks > for different OMAP architectures. This is done by moving some > architecture specific code to mach-omap* and call them from > plat-omap* using function pointers. Als

[RFC PATCH 00/18] OMAP: GPIO: cleanup GPIO driver

2011-04-22 Thread Charulatha V
Modifies the OMAP GPIO driver to avoid usage of cpu_is* checks for different OMAP architectures. This is done by moving some architecture specific code to mach-omap* and call them from plat-omap* using function pointers. Also remove the register offset macros from OMAP GPIO driver and handle the sa