[PATCH v3 0/3] dmaengine: cppi41: Add dma support to da8xx

2017-01-24 Thread Alexandre Bailon
This series add support of DA8xx to CPPI 4.1 driver. As the CPPI 4.1 is now generic, we only had to add the glue for DA8xx. This serie should applied on top of "[PATCH v3 0/7] dmaengine: cppi41: Make CPPI 4.1 driver more generic". Changes in v3: - Fix few typos - Don't use a wildcard for the

[PATCH v3 0/3] dmaengine: cppi41: Add dma support to da8xx

2017-01-19 Thread Alexandre Bailon
This series add support of DA8xx to CPPI 4.1 driver. As the CPPI 4.1 is now generic, we only had to add the glue for DA8xx. This serie should applied on top of "[PATCH v3 0/4] dmaengine: cppi41: Make CPPI 4.1 driver more generic". Changes in v3: - Removed some useless property from DT bindings.