]> Pileus Git - ~andy/linux/commit
DMA-API: video: clcd: 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:42 +0000 (14:48 +0000)
commite0a8ba2581ba832adac729d9ba48ee8561d65dc0
tree1fce8cd48c531b601884e5528109a0bf93cd6e46
parent64113016a456399d3fe4849a4f6593fb1cd48f53
DMA-API: video: clcd: 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.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/video/amba-clcd.c