aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines
diff options
context:
space:
mode:
authorAndrew Bresticker <[email protected]>2013-05-19 22:58:07 -0700
committerMark Brown <[email protected]>2013-05-20 13:58:49 +0100
commit3d15aacbb802af72b4ff0c3ba576536cdb3bace0 (patch)
tree63871d0c27cfffcd6b4bba7a242913d8a846655e /tools/perf/util/scripting-engines
parentf722406faae2d073cc1d01063d1123c35425939e (diff)
ASoC: max98090: request IRQF_ONESHOT interrupt
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 and the interrupts aren't ACK'ed until the codec's IRQ status register is read. Because of this, an IRQF_ONESHOT interrupt doesn't really make a difference, but request one anyway in order to make request_threaded_irq() happy. Signed-off-by: Andrew Bresticker <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines')
0 files changed, 0 insertions, 0 deletions