]> git.kernelconcepts.de Git - karo-tx-linux.git/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, 3 Oct 2013 09:22:44 +0000 (10:22 +0100)
commite5fd62ef35fa6ca99a051844bc8c48e23038393f
tree1fce8cd48c531b601884e5528109a0bf93cd6e46
parent2ddfd028fa0b71a938d4943067e5fdf5f4d97e47
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