diff options
author | Matthew Majewski <mattwmajewski@gmail.com> | 2025-02-17 00:47:41 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2025-03-10 23:56:40 +0300 |
commit | e7240aba2053d437a661d946b3d413f310138a45 (patch) | |
tree | e6276206706adfbf7508ca00893c208990851362 /tools/perf/scripts/python/task-analyzer.py | |
parent | 566beb347eded7a860511164a7a163bc882dc4d0 (diff) | |
download | linux-e7240aba2053d437a661d946b3d413f310138a45.tar.xz |
dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()
The .of_edma_xlate() function always sets the hw_triggered flag to
true. This causes sw triggered channels consumed via the device-tree
to not function properly, as the driver incorrectly assumes they are
hw triggered. Modify the xlate() function to correctly set the
hw_triggered flag to false for channels reserved for memcpy
operation (ie, sw triggered).
Signed-off-by: Matthew Majewski <mattwmajewski@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20250216214741.207538-1-mattwmajewski@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions