IOMMU Fixes for Linux v3.12-rc3

A couple of fixes from the IOMMU side:

	* Some small fixes for the new ARM-SMMU driver
	* A register offset correction for VT-d
	* Adding MAINTAINERS entry for drivers/iommu

Overall no really big or intrusive changes.
x86/iommu: correct ICS register offset

According to Intel Vt-D specs, the offset of Invalidation complete
status register should be 0x9C, not 0x98.

See Intel's VT-d spec, Revision 1.3, Chapter 10.4, Page 98;

Signed-off-by: Li, Zhen-Hua <zhen-hual@hp.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
1 file changed