iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices
authorJiang Liu <jiang.liu@linux.intel.com>
Fri, 9 Oct 2015 14:07:31 +0000 (22:07 +0800)
committerJoerg Roedel <jroedel@suse.de>
Fri, 9 Oct 2015 15:47:15 +0000 (17:47 +0200)
commitcbbc00be2ce3af5d708226a9563fa27cb4e6b6b8
treecc1908ceb397628d901d1eb1c56026e456eceb82
parent02685b1df0461ce4c23d263b66ea0aac66450d13
iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices

AMD IOMMU driver makes use of IOMMU PCI devices, so prevent binding other
PCI drivers to IOMMU PCI devices.

This fixes a bug reported by Boris that system suspend/resume gets broken
on AMD platforms. For more information, please refer to:
https://lkml.org/lkml/2015/9/26/89

Fixes: 991de2e59090 ("PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()")
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_init.c