iommu: Add domain-attribute handlers
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 26 Jan 2012 18:40:52 +0000 (19:40 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Wed, 11 Jul 2012 10:12:14 +0000 (12:12 +0200)
commit0cd76dd13bdd2f7f02a2dc931e808e92b191082f
tree210df4b7fda8f81121fd8fb1f89a57e3e358060e
parentbd0a521e88aa7a06ae7aabaed7ae196ed4ad867a
iommu: Add domain-attribute handlers

This patch introduces an extension to the iommu-api to get
and set attributes for an iommu_domain. Two functions are
introduced for this:

* iommu_domain_get_attr()
* iommu_domain_set_attr()

These functions will be used to make the iommu-api suitable
for GART-like IOMMUs and to implement hardware-specifc
api-extensions.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/iommu.c
include/linux/iommu.h