DMA-API: dma: pl330: 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:41 +0000 (14:48 +0000)
commit64113016a456399d3fe4849a4f6593fb1cd48f53
treea5378de04f1d7ad280626f07628f292fb4066253
parentde1a2419592d488a8e80bcc396c2be8ce06b71c3
DMA-API: dma: pl330: 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 PL330 driver.

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