dma/dw_common: Update dma_dw_common from sof
Ports the SOF DesignWare DMA code to Zephyr. Effectively replaces much of what was the designware driver as this driver enables scatter gather which the older driver did not. * Enables cyclic transfer description lists when the cyclic config param is given. * Enables linear link position usage with cAVS GPDMA. * Passes suspend/resume, scatter/gather tests. * Provides status updates of the transfer through dma_get_status() * Enables reloading a cyclic transfer with dma_reload() * Enables dma handshakes using the dma_slot config param. * cAVS specifics remain in the dma_cavs_gpdma driver. Co-authored-by: Adrian Bonislawski <adrian.bonislawski@intel.com> Co-authored-by: Tom Burdick <thomas.burdick@intel.com> Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
8ea474e8fc
commit
2f792c2de5
8 changed files with 1018 additions and 204 deletions
|
@ -2,4 +2,4 @@ tests:
|
|||
drivers.dma.scatter_gather:
|
||||
depends_on: dma
|
||||
tags: drivers dma
|
||||
skip: True
|
||||
platform_allow: intel_adsp_cavs25 intel_adsp_cavs20 intel_adsp_cavs18 intel_adsp_cavs15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue