]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/iommu/arm-smmu.c
iommu/arm: Add support for ARM Ltd. System MMU architecture
authorWill Deacon <will.deacon@arm.com>
Mon, 24 Jun 2013 17:31:25 +0000 (18:31 +0100)
committerJoerg Roedel <joro@8bytes.org>
Tue, 25 Jun 2013 21:34:20 +0000 (23:34 +0200)
commit45ae7cff3684ab45f57fc13fc242c8546536a84e
treed200ebb7e4337beb1b7a7e9d1a83984db2d56d4a
parent98c33c5a971bbca31160e5e4a362496c4d702357
iommu/arm: Add support for ARM Ltd. System MMU architecture

This patch adds support for SMMUs implementing the ARM System MMU
architecture versions 1 or 2. Both arm and arm64 are supported, although
the v7s descriptor format is not used.

Cc: Rob Herring <robherring2@gmail.com>
Cc: Andreas Herrmann <andreas.herrmann@calxeda.com>
Cc: Olav Haugan <ohaugan@codeaurora.org>
Cc: Joerg Roedel <joro@8bytes.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Andreas Herrmann <andreas.herrmann@calxeda.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/arm-smmu.c [new file with mode: 0644]