Re: [PATCH v2 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

2016-01-05 Thread Joshua Henderson
Marc, On 12/15/2015 10:00 AM, Marc Zyngier wrote: > On 14/12/15 22:42, Joshua Henderson wrote: >> From: Cristian Birsan >> >> This adds support for the interrupt controller present on PIC32 class >> devices. >> >> The following features are supported: >> - DT properties for EVIC and for devices

Re: [PATCH v2 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

2016-01-05 Thread Joshua Henderson
Marc, On 12/15/2015 10:00 AM, Marc Zyngier wrote: > On 14/12/15 22:42, Joshua Henderson wrote: >> From: Cristian Birsan >> >> This adds support for the interrupt controller present on PIC32 class >> devices. >> >> The following features are supported: >> - DT

Re: [PATCH v2 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

2015-12-15 Thread Marc Zyngier
On 14/12/15 22:42, Joshua Henderson wrote: > From: Cristian Birsan > > This adds support for the interrupt controller present on PIC32 class > devices. > > The following features are supported: > - DT properties for EVIC and for devices that use interrupt lines > - Persistent and

Re: [PATCH v2 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

2015-12-15 Thread Marc Zyngier
On 14/12/15 22:42, Joshua Henderson wrote: > From: Cristian Birsan > > This adds support for the interrupt controller present on PIC32 class > devices. > > The following features are supported: > - DT properties for EVIC and for devices that use interrupt lines >

[PATCH v2 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

2015-12-14 Thread Joshua Henderson
From: Cristian Birsan This adds support for the interrupt controller present on PIC32 class devices. The following features are supported: - DT properties for EVIC and for devices that use interrupt lines - Persistent and non-persistent interrupt handling - irqdomain support Signed-off-by:

[PATCH v2 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

2015-12-14 Thread Joshua Henderson
From: Cristian Birsan This adds support for the interrupt controller present on PIC32 class devices. The following features are supported: - DT properties for EVIC and for devices that use interrupt lines - Persistent and non-persistent interrupt handling -