Re: [PATCH v2] irqchip: omap-intc: fix legacy DMA regression

2015-01-19 Thread Tony Lindgren
* Jason Cooper ja...@lakedaemon.net [150106 19:03]: On Tue, Jan 06, 2015 at 02:38:08PM -0600, Felipe Balbi wrote: commit 55601c9f2467 (arm: omap: intc: switch over to linear irq domain) introduced a regression with SDMA legacy driver because that driver strictly depends on INTC's IRQs

[PATCH v2] irqchip: omap-intc: fix legacy DMA regression

2015-01-06 Thread Felipe Balbi
commit 55601c9f2467 (arm: omap: intc: switch over to linear irq domain) introduced a regression with SDMA legacy driver because that driver strictly depends on INTC's IRQs starting at NR_IRQs. Aparently irq_domain_add_linear() won't guarantee that, since we see a 7 IRQs difference when booting

Re: [PATCH v2] irqchip: omap-intc: fix legacy DMA regression

2015-01-06 Thread Jason Cooper
On Tue, Jan 06, 2015 at 02:38:08PM -0600, Felipe Balbi wrote: commit 55601c9f2467 (arm: omap: intc: switch over to linear irq domain) introduced a regression with SDMA legacy driver because that driver strictly depends on INTC's IRQs starting at NR_IRQs. Aparently irq_domain_add_linear()