]> git.baikalelectronics.ru Git - kernel.git/commit
DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 27 Jun 2013 09:29:32 +0000 (10:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 31 Oct 2013 14:48:39 +0000 (14:48 +0000)
commitd1eca9bacda084c8b94c952c215f7557fdc02322
treec05eb0d2f6a9be6f2b5335b2d1ab7e9afcc8b1d4
parentd769175186f323bf301b3d0d2f3e6c9023af29ee
DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call

The DMA API requires drivers to call the appropriate dma_set_mask()
functions before doing any DMA mapping.  Add this required call to
the AMBA PL08x driver.

Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/dma/amba-pl08x.c