From: Will Deacon Date: Tue, 24 Jun 2014 16:30:10 +0000 (+0100) Subject: iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability X-Git-Tag: omap-for-v3.17/fixes-against-rc2~158^2^5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0948945638635487111d0851218080e81de5104;p=pandora-kernel.git iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability MSIs are just seen as bog standard memory writes by the ARM SMMU, so they can be translated (and isolated) in the same way. This patch adds the IOMMU_CAP_INTR_REMAP capability to the ARM SMMU driver and reworks our capabaility code so that we don't assume the caps are organised as bits in a bitmask (since this isn't the intention). Signed-off-by: Will Deacon --- Reading git-diff-tree failed