ARM: dma-mapping: convert DMA direction into IOMMU protection attributes
authorWill Deacon <will.deacon@arm.com>
Mon, 10 Jun 2013 18:34:39 +0000 (19:34 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 28 Jun 2013 13:14:27 +0000 (15:14 +0200)
commit13987d68bcf476a93fa864ea4e58755f1bc4bd30
treee13aca0a721c57bd36d3c0b2fb42488feb62aef6
parent836bfa0d2930b7ec236aa488f01678c92eb5f0de
ARM: dma-mapping: convert DMA direction into IOMMU protection attributes

IOMMU mappings take a prot parameter, identifying the protection bits
to enforce on the newly created mapping (READ or WRITE). The ARM
dma-mapping framework currently just passes 0 as the prot argument,
resulting in faulting mappings.

This patch infers the protection attributes based on the direction of
the DMA transfer.

Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
arch/arm/mm/dma-mapping.c