Add missing DMA ops
authorJonas Bonn <jonas@southpole.se>
Mon, 5 Sep 2011 11:47:10 +0000 (13:47 +0200)
committerJonas Bonn <jonas@southpole.se>
Sun, 11 Sep 2011 07:50:39 +0000 (09:50 +0200)
commit707b38a00bd2e7cac60afc75abe826e68ca83cfb
tree55036c3fc4312d3a43dfac4344c798c2e77f601f
parentd7cb6667090511755fc8bb294982783b087baef7
Add missing DMA ops

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>
arch/openrisc/include/asm/dma-mapping.h
arch/openrisc/kernel/dma.c