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)
commitde1a2419592d488a8e80bcc396c2be8ce06b71c3
treec05eb0d2f6a9be6f2b5335b2d1ab7e9afcc8b1d4
parent446b2a9380b64b9d7410d86ee8226031e03645cf
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