From: Suravee Suthikulpanit Date: Wed, 27 Mar 2013 23:51:52 +0000 (-0500) Subject: iommu/amd: Re-enable IOMMU event log interrupt after handling. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~25^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925fe08bce38d1ff052fe2209b9e2b8d5fbb7f98;p=pandora-kernel.git iommu/amd: Re-enable IOMMU event log interrupt after handling. Current driver does not clear the IOMMU event log interrupt bit in the IOMMU status register after processing an interrupt. This causes the IOMMU hardware to generate event log interrupt only once. This has been observed in both IOMMU v1 and V2 hardware. This patch clears the bit by writing 1 to bit 1 of the IOMMU status register (MMIO Offset 2020h) Signed-off-by: Suravee Suthikulpanit Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed