[PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-11-22 Thread Anton Vorontsov
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

[PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-11-22 Thread Anton Vorontsov
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

Re: [PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-10-16 Thread Sascha Hauer
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

Re: [PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-10-16 Thread Sascha Hauer
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

Re: [PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-10-15 Thread Mark Brown
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

[PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-10-15 Thread Anton Vorontsov
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

[PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-10-15 Thread Anton Vorontsov
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

Re: [PATCH 04/10] ASoC: imx: Don't use {en,dis}able_fiq() calls

2012-10-15 Thread Mark Brown
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