]> git.baikalelectronics.ru Git - kernel.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, 31 Oct 2013 14:48:41 +0000 (14:48 +0000)
commitaeac4e1ff2d2ee8c321fddf4f75b62b20dcfc1a0
treea5378de04f1d7ad280626f07628f292fb4066253
parentd1eca9bacda084c8b94c952c215f7557fdc02322
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