diff options
author | Alexander Smirnov <[email protected]> | 2017-08-24 17:02:59 +0300 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2017-08-28 22:02:05 +0530 |
commit | a2f6721b42bd503e2cced065f7dfbe8e79d59a09 (patch) | |
tree | ba38a87e6b0b3cd220c09ffcc4798f75061b26e7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b753351ec8f4c6a25c6d9b5c4eccce62e448a571 (diff) |
dmaengine: ti-dma-crossbar: Fix dra7 reserve function
DMA crossbar uses 'xbar->dma_inuse' variable to manage allocated routes.
Each bit represents respective DMA channel. If the channel is free, bit
is set to '0', if channel is allocated, bit should be set to '1'.
In reserve function, the bits for requested DMA channels are cleared, so
they are not really reserved, but freed and become ready for allocation.
Signed-off-by: Alexander Smirnov <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions