[git pull] IOMMU Fixes for Linux v5.12-rc3

From: Joerg Roedel
Date: Fri Mar 19 2021 - 07:15:46 EST


Hi Linus,

The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.12-rc3

for you to fetch changes up to 8dfd0fa6ecdc5e2099a57d485b7ce237abc6c7a0:

iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandles (2021-03-18 11:31:12 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.12-rc3

Including:

- Three AMD IOMMU patches to fix a boot crash on AMD Stoney
systems and every other AMD IOMMU system booted with
'amd_iommu=off'. This is a v5.11 regression.

- A Fix for the Tegra IOMMU driver to make sure it detects all
IOMMUs

----------------------------------------------------------------
Dmitry Osipenko (1):
iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandles

Joerg Roedel (3):
iommu/amd: Move Stoney Ridge check to detect_ivrs()
iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabled
iommu/amd: Keep track of amd_iommu_irq_remap state

drivers/iommu/amd/init.c | 36 ++++++++++++++++++++----------------
drivers/iommu/tegra-smmu.c | 7 +++----
2 files changed, 23 insertions(+), 20 deletions(-)

Please pull.

Thanks,

Joerg