commit | 077522e6bbaadc92b1269efc021bc16f2b7ed241 | [log] [tgz] |
---|---|---|
author | Abhishek Shah <abhishek.shah@broadcom.com> | Tue Oct 27 23:45:17 2020 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Dec 01 14:56:59 2020 -0500 |
tree | 963a00faccce2bd616e79083199f029104858494 | |
parent | 7bce8406d6abfa2d104d5181d650c7ae70cc5435 [diff] |
drivers: pcie_ep: iproc: Add support for PL330 DMA Once host memory is mapped to outbound memory, PL330 can be used to transfer data between outbound memory and local memory. Add API for the same, we get pl330 device as well as channels to be used for tx/rx from DT and use DMA public APIs for data transfer. Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>