aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorAngeloGioacchino Del Regno <[email protected]>2024-07-26 13:47:21 +0200
committerMark Brown <[email protected]>2024-07-29 01:23:25 +0100
commit5972eb05ca322bb1efe44d32808bc7a331e7aee4 (patch)
tree682083d5a15c18376d58531f2056a973d3b746c7 /tools/perf/util/scripting-engines/trace-event-python.c
parentdc58d15ae7f247f642ea4751a276914eefa31865 (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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions