Re: [PATCH 3/4] mfd: arizona: Avoid use of legacy IRQ mapping

2014-08-21 Thread Lee Jones
On Tue, 12 Aug 2014, Charles Keepax wrote: > regmap_add_irq_chip is called from arizona_irq_init with the irq_base > specified as -1 and regmap_add_irq_chip uses if (irq_base) to check if > it should use legacy IRQ mapping. As such the irq mappings are currently > added with irq_domain_add_legacy,

[PATCH 3/4] mfd: arizona: Avoid use of legacy IRQ mapping

2014-08-12 Thread Charles Keepax
regmap_add_irq_chip is called from arizona_irq_init with the irq_base specified as -1 and regmap_add_irq_chip uses if (irq_base) to check if it should use legacy IRQ mapping. As such the irq mappings are currently added with irq_domain_add_legacy, rather than irq_domain_add_linear. This is clearly