Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip

2016-01-20 Thread Alban
On Wed, 20 Jan 2016 12:38:41 + Marc Zyngier wrote: > On Tue, 17 Nov 2015 20:34:54 +0100 > Alban Bedel wrote: > > Hi Alban, > > > The driver stays the same but the initialization changes a bit. > > For OF boards we now get the memory map from the OF node and use > > a linear mapping instead

Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip

2015-12-30 Thread Alban
On Tue, 17 Nov 2015 20:34:54 +0100 Alban Bedel wrote: > The driver stays the same but the initialization changes a bit. > For OF boards we now get the memory map from the OF node and use > a linear mapping instead of the legacy mapping. For legacy boards > we still use a legacy mapping and just p

Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip

2015-11-17 Thread Jason Cooper
On Tue, Nov 17, 2015 at 09:06:47PM +0100, Thomas Gleixner wrote: > On Tue, 17 Nov 2015, Jason Cooper wrote: > > Hi Alban, > > > > On Tue, Nov 17, 2015 at 08:34:54PM +0100, Alban Bedel wrote: > > > The driver stays the same but the initialization changes a bit. > > > For OF boards we now get the me

Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip

2015-11-17 Thread Thomas Gleixner
On Tue, 17 Nov 2015, Jason Cooper wrote: > Hi Alban, > > On Tue, Nov 17, 2015 at 08:34:54PM +0100, Alban Bedel wrote: > > The driver stays the same but the initialization changes a bit. > > For OF boards we now get the memory map from the OF node and use > > a linear mapping instead of the legacy

Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip

2015-11-17 Thread Jason Cooper
Hi Alban, On Tue, Nov 17, 2015 at 08:34:54PM +0100, Alban Bedel wrote: > The driver stays the same but the initialization changes a bit. > For OF boards we now get the memory map from the OF node and use > a linear mapping instead of the legacy mapping. For legacy boards > we still use a legacy ma