arch/openrisc/include/asm/dma-mapping.h
0 → 100644
+134
−0
arch/openrisc/kernel/dma.c
0 → 100644
+191
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Simple DMA implementation. Allows for allocation of coherent memory (simply uncached) for DMA operations. Signed-off-by:Jonas Bonn <jonas@southpole.se> Reviewed-by:
Arnd Bergmann <arnd@arndb.de>