]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmatest: implement two helpers to unmap dma memory
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 Dec 2012 23:59:52 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:13 +0000 (17:15 -0800)
commit632fd28326c0cc7be9c51ea0d76d8bec39a695e9
treebfd853fed61e3692aab0bdd327c56e4c9ea7fa8c
parent0f34c400914f165b7b3812459be2d77b8aa1f1e4
dmatest: implement two helpers to unmap dma memory

The unmap_src() and unmap_dst() will be used later as well.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/dma/dmatest.c