Re: [RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-29 Thread Linus Walleij
On Wed, Aug 24, 2011 at 7:38 PM, Venkatraman S wrote: > Thanks for the review. Can't we just rename the files then ? > gpio-exynos.h gpio-nomadik.h and so on, and move all, or part of the > contents to drivers ? I thought so too! So I have already done it, for nomadik. Russell has merge that in

Re: [RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-24 Thread Nicolas Pitre
On Wed, 24 Aug 2011, Venkatraman S wrote: > On 23 August 2011 23:56, Nicolas Pitre wrote: > > On Tue, 23 Aug 2011, Venkatraman S wrote: > > > >> From: Venkatraman S > >> > >> > >> Signed-off-by: Venkatraman S > >> --- > >>  drivers/gpio/gpio-exynos4.c |    2 +- > >>  drivers/gpio/gpio-nomadik.c

Re: [RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-24 Thread Venkatraman S
On 23 August 2011 23:56, Nicolas Pitre wrote: > On Tue, 23 Aug 2011, Venkatraman S wrote: > >> From: Venkatraman S >> >> >> Signed-off-by: Venkatraman S >> --- >>  drivers/gpio/gpio-exynos4.c |    2 +- >>  drivers/gpio/gpio-nomadik.c |    2 +- >>  drivers/gpio/gpio-s5pv210.c |    1 + >>  drivers

Re: [RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-23 Thread Nicolas Pitre
On Tue, 23 Aug 2011, Venkatraman S wrote: > From: Venkatraman S > > > Signed-off-by: Venkatraman S > --- > drivers/gpio/gpio-exynos4.c |2 +- > drivers/gpio/gpio-nomadik.c |2 +- > drivers/gpio/gpio-s5pv210.c |1 + > drivers/gpio/pl061.c|1 + Same issue as for patch #1

[RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-23 Thread Venkatraman S
From: Venkatraman S Signed-off-by: Venkatraman S --- drivers/gpio/gpio-exynos4.c |2 +- drivers/gpio/gpio-nomadik.c |2 +- drivers/gpio/gpio-s5pv210.c |1 + drivers/gpio/pl061.c|1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-exynos