about DMA API updates proposal
Hake Huang
Hi All,
I am working on enable NXP EDMA drivers to Zephyr DMA framework, and I have two DMA API changes need to discussion. 1. https://github.com/zephyrproject-rtos/zephyr/pull/28895 in this PR, I add chain_link by using the dest_chaining_en(Major) and source_chaining_en(minor).
Slack topic discussion is here
Can this topic be scheduled in next API meeting? Thanks.
|
|
Kumar Gala
On Feb 26, 2021, at 5:46 AM, Hake Huang <hake.huang@nxp.com> wrote:I wonder if we should pull this into a separate PR. I think a fair amount of the code for these APIs could be generic. For example I think we can use some of the generic devicetree properties in "dts/bindings/dma/dma-controller.yaml”. The number space allocation code seems pretty generic, even if it just library code used by all the drivers. - k
|
|