[PATCH 02/12] irqchip: i8259: Allow platforms to override poll function

2016-09-02 Thread Paul Burton
The default i8259 polling function (i8259_irq) is nicely generic but is fairly costly. Platforms often provide an alternative means of polling for an i8259 interrupt, and when using the i8259 without device tree have typically just chained its parent interrupt to their own handler function. In

[PATCH 02/12] irqchip: i8259: Allow platforms to override poll function

2016-09-02 Thread Paul Burton
The default i8259 polling function (i8259_irq) is nicely generic but is fairly costly. Platforms often provide an alternative means of polling for an i8259 interrupt, and when using the i8259 without device tree have typically just chained its parent interrupt to their own handler function. In