]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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, 3 Oct 2013 09:22:34 +0000 (10:22 +0100)
commit2ddfd028fa0b71a938d4943067e5fdf5f4d97e47
treea5378de04f1d7ad280626f07628f292fb4066253
parentf16c9efe45b52f8e61e03bc610d0ce1311f3478a
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