aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorTamseel Shams <[email protected]>2021-06-29 10:29:02 +0530
committerGreg Kroah-Hartman <[email protected]>2021-07-21 12:40:33 +0200
commit4fc2d3cd6d3a487a9fb79ebc81f7ae86a7dace7a (patch)
treebdc8fb5e816c15a0331caf60d157ff0b6fdb2ebf /tools/perf/scripts/python/bin/stackcollapse-record
parentb0819465be8be0c76af15436a9e6db4dab4c196e (diff)
serial: samsung: use dma_ops of DMA if attached
When DMA is used for TX and RX by serial driver, it should pass the DMA device pointer to DMA API instead of UART device pointer. DMA device should be used for DMA API because only the DMA device is aware of how the device connects to the memory. There might be an extra level of address translation due to a SMMU attached to the DMA device. When serial device is used for DMA API, the DMA API will have no clue of the SMMU attached to the DMA device. This patch is necessary to fix the SMMU page faults which is observed when a DMA(with SMMU enabled) is attached to UART for transfer. Acked-by: Marek Szyprowski <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Tamseel Shams <[email protected]> Signed-off-by: Ajay Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions