Re: [PATCH 6/9] ARM: OMAP: Move gpio.h to include/linux/platform_data

2012-09-06 Thread Tony Lindgren
* Mohammed, Afzal af...@ti.com [120903 03:15]: Hi, On Fri, Aug 31, 2012 at 06:22:34, Tony Lindgren wrote: This way we can remove includes of plat/gpio.h which won't work with the single zImage support. Note that we also remove the cpu_class_is_omap2() check in gpio-omap.c as the

RE: [PATCH 6/9] ARM: OMAP: Move gpio.h to include/linux/platform_data

2012-09-03 Thread Mohammed, Afzal
Hi, On Fri, Aug 31, 2012 at 06:22:34, Tony Lindgren wrote: This way we can remove includes of plat/gpio.h which won't work with the single zImage support. Note that we also remove the cpu_class_is_omap2() check in gpio-omap.c as the drivers should not call it as we need to make it local to

Re: [PATCH 6/9] ARM: OMAP: Move gpio.h to include/linux/platform_data

2012-08-31 Thread Linus Walleij
On Fri, Aug 31, 2012 at 2:52 AM, Tony Lindgren t...@atomide.com wrote: This way we can remove includes of plat/gpio.h which won't work with the single zImage support. Note that we also remove the cpu_class_is_omap2() check in gpio-omap.c as the drivers should not call it as we need to make

[PATCH 6/9] ARM: OMAP: Move gpio.h to include/linux/platform_data

2012-08-30 Thread Tony Lindgren
This way we can remove includes of plat/gpio.h which won't work with the single zImage support. Note that we also remove the cpu_class_is_omap2() check in gpio-omap.c as the drivers should not call it as we need to make it local to arch/arm/mach-omap2 for single zImage support. While at it,