aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c
Commit message (Collapse)AuthorAge
* Add missing DMA opsJonas Bonn2011-09-11
| | | | | | | | | | | For the initial architecture submission, not all of the DMA ops were implemented. This patch adds the *map_page and *map_sg variants of the DMA mapping ops. This patch is currently of interest mainly to some drivers that haven't been submitted upstream yet. Signed-off-by: Jonas Bonn <jonas@southpole.se>
* OpenRISC: DMAJonas Bonn2011-07-22
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>