diff options
author | Jinjie Ruan <ruanjinjie@huawei.com> | 2024-09-06 10:28:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-30 01:12:22 +0200 |
commit | 003c7e01916c5e2af95add9b0cbda2e6163873e8 (patch) | |
tree | 2a91fe26ca67fa81c0be9511034a5281908c5e95 /tools/perf/scripts/python | |
parent | 89980d3a34655d99c599f6acf877fd48775a29ad (diff) |
spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()
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 when request IRQ.
Fixes: 9728fb3ce117 ("spi: lpspi: disable lpspi module irq in DMA mode")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Link: https://patch.msgid.link/20240906022828.891812-1-ruanjinjie@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions