aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTian Tao <[email protected]>2021-04-07 08:24:39 +0200
committerMauro Carvalho Chehab <[email protected]>2021-06-02 12:57:40 +0200
commit14480e8df8b511bb904ad79b61bc0b6c29f989a2 (patch)
tree37d0290db0c6440c5bed3b383673cb2dd9c004e1 /tools/perf/scripts/python
parentbe6cdcf2c9c97c5a702adb95520d0268c8ecc1ae (diff)
media: camss: move to use request_irq by IRQF_NO_AUTOEN flag
disable_irq() after request_irq() still has a time gap in which interrupts can come. request_irq() with IRQF_NO_AUTOEN flag will disable IRQ auto-enable because of requesting. this patch is made base on "add IRQF_NO_AUTOEN for request_irq" which is being merged: https://lore.kernel.org/patchwork/patch/1388765/ Signed-off-by: Tian Tao <[email protected]> Reviewed-by: Robert Foss <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions