[PATCH 0/8] iommu: Make core iommu-groups code more generic

From: Joerg Roedel
Date: Wed Oct 21 2015 - 17:53:18 EST


Hi,

this patch-set makes the core code for managing iommu-groups
more generic by lifting its dependencies on PCI. The core
function iommu_group_get_for_dev() had a hard dev_is_pci()
check in it, followed by PCI specific handling.

This check is removed in favour of the the revived
device_group() iommu-ops call-back. With this call-back an
IOMMU driver can define how the devices it manages are
grouped together. Two functions, one generic and one for PCI
devices, are provided that can be uses as a device_group()
call-back or might be used in such a call-back.

The existing drivers making use of the iommu_group_get_for_dev()
function are converted to this call-back.


Joerg

Joerg Roedel (8):
iommu: Revive device_group iommu-ops call-back
iommu: Export and rename iommu_group_get_for_pci_dev()
iommu: Add generic_device_group() function
iommu: Add device_group call-back to x86 iommu drivers
iommu/fsl: Convert to device_group call-back
iommu/arm-smmu: Switch to device_group call-back
iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev
iommu: Move default domain allocation to iommu_group_get_for_dev()

drivers/iommu/amd_iommu.c | 1 +
drivers/iommu/arm-smmu-v3.c | 1 +
drivers/iommu/arm-smmu.c | 77 ++++++++++++++++++++++++-----------------
drivers/iommu/fsl_pamu_domain.c | 41 +++++++++-------------
drivers/iommu/intel-iommu.c | 1 +
drivers/iommu/iommu.c | 46 +++++++++++++++++-------
include/linux/iommu.h | 7 +++-
7 files changed, 105 insertions(+), 69 deletions(-)

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/