Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Simon Horman
On Thu, May 09, 2013 at 12:38:19PM +0900, Simon Horman wrote: > On Wed, May 08, 2013 at 03:22:22PM +0200, Bastian Hecht wrote: > > Hi, > > > > 2013/5/8 Arnd Bergmann : > > > On Thursday 02 May 2013, Simon Horman wrote: > > >> > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c > > >> > > b/arc

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Simon Horman
On Wed, May 08, 2013 at 03:22:22PM +0200, Bastian Hecht wrote: > Hi, > > 2013/5/8 Arnd Bergmann : > > On Thursday 02 May 2013, Simon Horman wrote: > >> > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c > >> > > b/arch/arm/mach-shmobile/intc-r8a7740.c > >> > > index 8871f77..5dc57f1 100644 >

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Arnd Bergmann
On Wednesday 08 May 2013, Bastian Hecht wrote: > > 2013/5/8 Arnd Bergmann : > > I have sent out a patch adding an empty irqchip_init() when > CONFIG_IRQCHIP is not set with the subject > [PATCH] irqchip: Add irqchip_init dummy function Ah, I missed that one. Is it already in linux-next?

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Bastian Hecht
Hi, 2013/5/8 Arnd Bergmann : > On Thursday 02 May 2013, Simon Horman wrote: >> > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c >> > > b/arch/arm/mach-shmobile/intc-r8a7740.c >> > > index 8871f77..5dc57f1 100644 >> > > --- a/arch/arm/mach-shmobile/intc-r8a7740.c >> > > +++ b/arch/arm/mach-s

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Arnd Bergmann
On Thursday 02 May 2013, Simon Horman wrote: > > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c > > > b/arch/arm/mach-shmobile/intc-r8a7740.c > > > index 8871f77..5dc57f1 100644 > > > --- a/arch/arm/mach-shmobile/intc-r8a7740.c > > > +++ b/arch/arm/mach-shmobile/intc-r8a7740.c > > > @@ -53,1

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-01 Thread Simon Horman
On Wed, May 01, 2013 at 10:54:30AM -0500, Rob Herring wrote: > On Thu, Apr 25, 2013 at 12:28 PM, Arnd Bergmann wrote: > > The irqchip_init function is only available when building > > with CONFIG_OF enabled, which causes this build failure for > > bonito_defconfig: > > > > arch/arm/mach-shmobile/b

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-01 Thread Rob Herring
On Thu, Apr 25, 2013 at 12:28 PM, Arnd Bergmann wrote: > The irqchip_init function is only available when building > with CONFIG_OF enabled, which causes this build failure for > bonito_defconfig: > > arch/arm/mach-shmobile/built-in.o: In function `r8a7740_init_irq_of': > :(.init.text+0x580): unde

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-29 Thread Simon Horman
On Tue, Apr 30, 2013 at 10:58:40AM +0900, Simon Horman wrote: > On Mon, Apr 29, 2013 at 04:49:07PM +0200, Arnd Bergmann wrote: > > On Friday 26 April 2013, Simon Horman wrote: > > > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c > > > > b/arch/arm/mach-shmobile/intc-r8a7740.c > > > > index 8

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-29 Thread Simon Horman
On Mon, Apr 29, 2013 at 04:49:07PM +0200, Arnd Bergmann wrote: > On Friday 26 April 2013, Simon Horman wrote: > > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c > > > b/arch/arm/mach-shmobile/intc-r8a7740.c > > > index 8871f77..5dc57f1 100644 > > > --- a/arch/arm/mach-shmobile/intc-r8a7740.c

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-29 Thread Arnd Bergmann
On Friday 26 April 2013, Simon Horman wrote: > > diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c > > b/arch/arm/mach-shmobile/intc-r8a7740.c > > index 8871f77..5dc57f1 100644 > > --- a/arch/arm/mach-shmobile/intc-r8a7740.c > > +++ b/arch/arm/mach-shmobile/intc-r8a7740.c > > @@ -53,14 +53,23 @@

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-26 Thread Bastian Hecht
Hello Simon and Arnd, 2013/4/26 Simon Horman : > On Thu, Apr 25, 2013 at 07:28:46PM +0200, Arnd Bergmann wrote: >> The irqchip_init function is only available when building >> with CONFIG_OF enabled, which causes this build failure for >> bonito_defconfig: >> >> arch/arm/mach-shmobile/built-in.o:

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-25 Thread Simon Horman
On Thu, Apr 25, 2013 at 07:28:46PM +0200, Arnd Bergmann wrote: > The irqchip_init function is only available when building > with CONFIG_OF enabled, which causes this build failure for > bonito_defconfig: > > arch/arm/mach-shmobile/built-in.o: In function `r8a7740_init_irq_of': > :(.init.text+0x58

[PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-25 Thread Arnd Bergmann
The irqchip_init function is only available when building with CONFIG_OF enabled, which causes this build failure for bonito_defconfig: arch/arm/mach-shmobile/built-in.o: In function `r8a7740_init_irq_of': :(.init.text+0x580): undefined reference to `irqchip_init' This makes both the OF and the A