Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-22 Thread Simon Horman
On Mon, Jan 21, 2013 at 11:29:12PM -0800, Olof Johansson wrote: > On Mon, Jan 21, 2013 at 08:03:01AM +0100, Thierry Reding wrote: > > On Mon, Jan 21, 2013 at 09:54:39AM +0900, Simon Horman wrote: > > > On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: > > > > The asm/hardware/gic.h he

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-21 Thread Olof Johansson
On Mon, Jan 21, 2013 at 08:03:01AM +0100, Thierry Reding wrote: > On Mon, Jan 21, 2013 at 09:54:39AM +0900, Simon Horman wrote: > > On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: > > > The asm/hardware/gic.h header does no longer exist and the corresponding > > > functionality was

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-21 Thread Simon Horman
On Mon, Jan 21, 2013 at 08:03:01AM +0100, Thierry Reding wrote: > On Mon, Jan 21, 2013 at 09:54:39AM +0900, Simon Horman wrote: > > On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: > > > The asm/hardware/gic.h header does no longer exist and the corresponding > > > functionality was

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-20 Thread Thierry Reding
On Mon, Jan 21, 2013 at 09:54:39AM +0900, Simon Horman wrote: > On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: > > The asm/hardware/gic.h header does no longer exist and the corresponding > > functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h > > respectively. g

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-20 Thread Simon Horman
On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: > The asm/hardware/gic.h header does no longer exist and the corresponding > functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h > respectively. gic_handle_irq() and of_irq_init() are no longer available > either and