29 May
2013
29 May
'13
12:31 p.m.
On Thu, May 23, 2013 at 10:36:21PM +0200, Lars-Peter Clausen wrote:
done in 3 steps:
- Add a dmaengine driver which wraps the custom JZ4740 DMA API
- Update all users of the JZ4740 DMA API to use dmaengine instead
- Remove the custom API and move all direct hardware access to the dmaengine driver.
The first two patches in the series also make sure that the clock of the DMA core is enabled.
Since the patches in this series depend on each other I'd prefer if they could all go through the DMA tree.
No problem - though my experience is that code for MIPS systems, including drivers receives most testing if it lives in the MIPS git tree, less in linux-next and barely any in in other subsystem-specific trees.
Acked-by: Ralf Baechle ralf@linux-mips.org
Ralf