diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2024-07-26 13:47:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-29 01:23:25 +0100 |
commit | 5972eb05ca322bb1efe44d32808bc7a331e7aee4 (patch) | |
tree | 682083d5a15c18376d58531f2056a973d3b746c7 /tools/perf/scripts/python/gecko.py | |
parent | dc58d15ae7f247f642ea4751a276914eefa31865 (diff) |
spi: spi-mt65xx: Use threaded interrupt for non-SPIMEM transfer
In order to avoid blocking for an excessive amount of time, eventually
impacting on system responsiveness, interrupt handlers should finish
executing in as little time as possible.
Use threaded interrupt and move the SPI transfer handling (both
CPU and DMA) for the non-spimem case to an interrupt thread instead.
For SPI-MEM (IPM) controllers, handling is kept in the blocking
interrupt as it simply consists in signalling completion.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patch.msgid.link/20240726114721.142196-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions