On Mon, Oct 15, 2012 at 02:51:28PM -0700, Anton Vorontsov wrote:
The driver uses platform-specific mxc_set_irq_fiq() with the VIRQ cookie passed to it, so it's pretty clear that the driver is absolutely sure that the FIQ is routed via platform-specific IC, and that the cookie can be used to mask/unmask FIQs. So, let's switch to the genirq routines, since we're about to remove FIQ-specific variants.
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com