Hi Linus, The following changes since commit 76e10d158efb6d4516018846f60c2ab5501900bc: Linux 3.4 (2012-05-20 15:29:13 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-updates-v3.5 for you to fetch changes up to 28f8571e1e84782244cc7bf1b129baf6cdc0832e: Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' and 'x86/amd' into next (2012-05-30 12:41:29 +0200) ---------------------------------------------------------------- IOMMU Updates for Linux 3.5 Not much stuff this time. The only change to the IOMMU core code is the addition of a handle to the fault handling code. A few updates to the AMD IOMMU driver to work around new errata. The other patches are mostly fixes and enhancements to the existing ARM IOMMU drivers and documentation updates. A new IOMMU driver for the Exynos platform was also underway but got merged via the Samsung tree and is not part of this tree. ---------------------------------------------------------------- Hiroshi DOYU (2): iommu/tegra: smmu: Print device name correctly iommu/tegra: gart: Fix register offset correctly Jakub Kicinski (1): dma-debug: release free_entries_lock before saving stack trace Joerg Roedel (3): iommu/amd: Check for the right TLP prefix bit iommu/amd: Add workaround for event log erratum Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' and 'x86/amd' into next Ohad Ben-Cohen (1): iommu/core: pass a user-provided token to fault handlers Omar Ramirez Luna (1): iommu: OMAP: device detach on domain destroy Shuah Khan (1): Documentation: kernel-parameters.txt Add amd_iommu_dump Thierry Reding (1): iommu: tegra/gart: Add device tree support Vandana Salve (1): iommu: tegra/gart: use correct gart_device .../bindings/iommu/nvidia,tegra20-gart.txt | 14 ++++++++ Documentation/kernel-parameters.txt | 6 ++++ drivers/iommu/amd_iommu.c | 37 ++++++++++++++------ drivers/iommu/iommu.c | 5 ++- drivers/iommu/omap-iommu.c | 32 ++++++++++++----- drivers/iommu/tegra-gart.c | 20 ++++++++--- drivers/iommu/tegra-smmu.c | 2 +- drivers/remoteproc/remoteproc_core.c | 4 +-- include/linux/iommu.h | 10 +++--- lib/dma-debug.c | 10 +++--- 10 files changed, 104 insertions(+), 36 deletions(-) create mode 100644 Documentation/devicetree/bindings/iommu/nvidia,tegra20-gart.txt Please pull. Regards, Joerg