aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAmelie Delaunay <[email protected]>2021-10-11 11:42:59 +0200
committerVinod Koul <[email protected]>2021-10-18 12:12:50 +0530
commitaf229d2c2557b5cf2a3b1eb39847ec1de7446873 (patch)
tree6afb7bdf9d7ad26ec5508ea9b790b67245306a48 /tools/perf/scripts/python/stackcollapse.py
parentb20fd5fa310cbf7ec367f263a34382a24c4cee73 (diff)
dmaengine: stm32-dma: fix burst in case of unaligned memory address
Theorically, address pointers used by STM32 DMA must be chosen so as to ensure that all transfers within a burst block are aligned on the address boundary equal to the size of the transfer. If this is always the case for peripheral addresses on STM32, it is not for memory addresses if the user doesn't respect this alignment constraint. To avoid a weird behavior of the DMA controller in this case (no error triggered but data are not transferred as expected), force no burst. Signed-off-by: Amelie Delaunay <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions