]> git.karo-electronics.de Git - karo-tx-linux.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, 3 Oct 2013 09:21:42 +0000 (10:21 +0100)
commitf16c9efe45b52f8e61e03bc610d0ce1311f3478a
treec05eb0d2f6a9be6f2b5335b2d1ab7e9afcc8b1d4
parent235654419e14ffe4593a30e5abeb2816d4e4944b
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