]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf391e13771e4f106dc74249ebd2b2939c9a6264a
tree55036c3fc4312d3a43dfac4344c798c2e77f601f
parent6b4313aa1544b09aefd4b0bbd1aff301923ffa94
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