Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread James Hogan
On 15/01/15 16:58, Andrew Bresticker wrote: > Hi James, Qais, > > On Thu, Jan 15, 2015 at 8:36 AM, Qais Yousef wrote: >> On 01/15/2015 04:29 PM, James Hogan wrote: >>> >>> On 15/01/15 11:59, James Hogan wrote: Hi Andrew, On 18/09/14 22:47, Andrew Bresticker wrote: > >

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread Andrew Bresticker
Hi James, Qais, On Thu, Jan 15, 2015 at 8:36 AM, Qais Yousef wrote: > On 01/15/2015 04:29 PM, James Hogan wrote: >> >> On 15/01/15 11:59, James Hogan wrote: >>> >>> Hi Andrew, >>> >>> On 18/09/14 22:47, Andrew Bresticker wrote: Now that the GIC properly uses IRQ domains, kill off the pe

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread James Hogan
On 15/01/15 16:36, Qais Yousef wrote: > On 01/15/2015 04:29 PM, James Hogan wrote: >> On 15/01/15 11:59, James Hogan wrote: >>> Hi Andrew, >>> >>> On 18/09/14 22:47, Andrew Bresticker wrote: Now that the GIC properly uses IRQ domains, kill off the per-platform routing tables that were use

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread Qais Yousef
On 01/15/2015 04:29 PM, James Hogan wrote: On 15/01/15 11:59, James Hogan wrote: Hi Andrew, On 18/09/14 22:47, Andrew Bresticker wrote: Now that the GIC properly uses IRQ domains, kill off the per-platform routing tables that were used to make the GIC appear transparent. This includes: - re

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread James Hogan
On 15/01/15 11:59, James Hogan wrote: > Hi Andrew, > > On 18/09/14 22:47, Andrew Bresticker wrote: >> Now that the GIC properly uses IRQ domains, kill off the per-platform >> routing tables that were used to make the GIC appear transparent. >> >> This includes: >> - removing the mapping tables an

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread James Hogan
Hi Andrew, On 18/09/14 22:47, Andrew Bresticker wrote: > Now that the GIC properly uses IRQ domains, kill off the per-platform > routing tables that were used to make the GIC appear transparent. > > This includes: > - removing the mapping tables and the support for applying them, > - moving GIC

[PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2014-09-18 Thread Andrew Bresticker
Now that the GIC properly uses IRQ domains, kill off the per-platform routing tables that were used to make the GIC appear transparent. This includes: - removing the mapping tables and the support for applying them, - moving GIC IPI support to the GIC driver, - properly routing the i8259 throug