commit | 8ade6b0dda1adf7373abe723f8b47c09b0fa246e | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Thu Dec 23 19:27:30 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 15 10:38:26 2022 -0500 |
tree | 100ebf1cf1338362dc4cc718d37423ad1c29d581 | |
parent | 1d341971886205853fcf17335eb94f320d31297a [diff] |
dma: ti: k3-udma: Fix rflow reservation for PKTDMA Driver has a bug in that it uses rflow_in_use bitmap when setting up free rflow range from TISCI but use rflow_map for reservation in __udma_reserve_rflow() Fix this by dropping rflow_in_use bitmap array and use rflow_map for PKTDMA. BCDMA does not need rflow_in_use either. This fixes CPSW3g not able to get DMA channels at R5 SPL on AM64x Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>