]> xenbits.xensource.com Git - people/gdunlap/xen.git/commit
xen/iommu: arm: Import the SMMU driver from Linux
authorJulien Grall <julien.grall@linaro.org>
Wed, 25 Feb 2015 18:52:58 +0000 (18:52 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 2 Mar 2015 13:55:23 +0000 (13:55 +0000)
commita5d65ee331bb5c1a512c3c6936b0f548db84a8fd
tree365e50af9428681eaef5c89bb149bd4985415cea
parentf9eff198f9d4863e80078a33001a9bb90a99a4b1
xen/iommu: arm: Import the SMMU driver from Linux

Based on commit e6b5be2be4e30037eb551e0ed09dd97bd00d85d3.

It's a verbatim of the Linux SMMU drivers code. No Xen code has yet been added
and the file is not built.

Compare to the previous drivers it gains support of PCI. Though it will
need a bit of plumbing for Xen.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/passthrough/arm/smmu.c [new file with mode: 0644]