Hi all,
This series introduces support for the generic SMMU bindings to
xen/drivers/passthrough/arm/smmu.c.
This is the same as the previous v3 version forward ported on top of
staging, plus Rahul's "xen/arm: smmuv1: Revert associating the group
pointer with the S2CR" patch
(https://marc.info/?l=xen-devel&m=161822284816587).
Cheers,
Stefano
Brian Woods (3):
arm,smmu: switch to using iommu_fwspec functions
arm,smmu: restructure code in preparation to new bindings support
arm,smmu: add support for generic DT bindings. Implement add_device and dt_xlate.
xen/drivers/passthrough/arm/smmu.c | 145 ++++++++++++++++++++++++++--------
xen/drivers/passthrough/device_tree.c | 24 ++----
2 files changed, 118 insertions(+), 51 deletions(-)