diff options
| author | Tian Tao <[email protected]> | 2021-04-07 08:24:39 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2021-06-02 12:57:40 +0200 |
| commit | 14480e8df8b511bb904ad79b61bc0b6c29f989a2 (patch) | |
| tree | 37d0290db0c6440c5bed3b383673cb2dd9c004e1 /tools/perf/scripts/python | |
| parent | be6cdcf2c9c97c5a702adb95520d0268c8ecc1ae (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