commit | 64113016a456399d3fe4849a4f6593fb1cd48f53 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jun 27 10:29:32 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 31 14:48:41 2013 +0000 |
tree | a5378de04f1d7ad280626f07628f292fb4066253 | |
parent | de1a2419592d488a8e80bcc396c2be8ce06b71c3 [diff] |
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>