iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'
authorSricharan R <sricharan@codeaurora.org>
Fri, 6 Jan 2017 13:28:15 +0000 (18:58 +0530)
committerWill Deacon <will.deacon@arm.com>
Thu, 19 Jan 2017 15:56:20 +0000 (15:56 +0000)
commite19898077cfb642fe151ba22981e795c74d9e114
tree00266dc1efc7a8d35ca713233fae859edf7d99eb
parent1b2354dbcc7b232b50f26dfd47fd4c529edfc20a
iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'

Currently the driver sets all the device transactions privileges
to UNPRIVILEGED, but there are cases where the iommu masters wants
to isolate privileged supervisor and unprivileged user.
So don't override the privileged setting to unprivileged, instead
set it to default as incoming and let it be controlled by the pagetable
settings.

Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c