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 khil...@ti.com wrote: Hi Charu, Charulatha V ch...@ti.com 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

[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

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

2011-04-22 Thread Kevin Hilman
Hi Charu, Charulatha V ch...@ti.com 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