]> 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)
commit6d8ea288fb49770aa34294ccdea0b87d14adb0a0
tree55036c3fc4312d3a43dfac4344c798c2e77f601f
parent7c0a0bad1c95b5600d8f3faa610bfdea30183eb2
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