Re: [PATCH] ASoC: max98090: request IRQF_ONESHOT interrupt

2013-05-20 Thread Mark Brown
On Sun, May 19, 2013 at 10:58:07PM -0700, Andrew Bresticker wrote: > request_threaded_irq() rejects calls which both do not specify a handler > (indicating that the primary IRQ handler should be used) and do not set > IRQF_ONESHOT because the combination is unsafe with level-triggered > interrupts.

[PATCH] ASoC: max98090: request IRQF_ONESHOT interrupt

2013-05-19 Thread Andrew Bresticker
request_threaded_irq() rejects calls which both do not specify a handler (indicating that the primary IRQ handler should be used) and do not set IRQF_ONESHOT because the combination is unsafe with level-triggered interrupts. It is safe in this case, though, since max98090 IRQs are edge-triggered a