Re: [PATCH v3 3/4] irqchip: Add BCM2835 AUX interrupt controller

2017-06-22 Thread Marc Zyngier
On 14/06/17 17:29, Phil Elwell wrote: > Devices in the BCM2835 AUX block share a common interrupt line, with a > register indicating which devices have active IRQs. Expose this as a > nested interrupt controller to avoid IRQ sharing problems (easily > observed if UART1 and SPI1/2 are enabled simult

Re: [PATCH v3 3/4] irqchip: Add BCM2835 AUX interrupt controller

2017-06-20 Thread Phil Elwell
On 19/06/2017 22:13, Florian Fainelli wrote: > On 06/14/2017 09:29 AM, Phil Elwell wrote: >> Devices in the BCM2835 AUX block share a common interrupt line, with a >> register indicating which devices have active IRQs. Expose this as a >> nested interrupt controller to avoid IRQ sharing problems (e

Re: [PATCH v3 3/4] irqchip: Add BCM2835 AUX interrupt controller

2017-06-19 Thread Florian Fainelli
On 06/14/2017 09:29 AM, Phil Elwell wrote: > Devices in the BCM2835 AUX block share a common interrupt line, with a > register indicating which devices have active IRQs. Expose this as a > nested interrupt controller to avoid IRQ sharing problems (easily > observed if UART1 and SPI1/2 are enabled s

[PATCH v3 3/4] irqchip: Add BCM2835 AUX interrupt controller

2017-06-14 Thread Phil Elwell
Devices in the BCM2835 AUX block share a common interrupt line, with a register indicating which devices have active IRQs. Expose this as a nested interrupt controller to avoid IRQ sharing problems (easily observed if UART1 and SPI1/2 are enabled simultaneously). Signed-off-by: Phil Elwell --- d