[PATCH v4 0/3] Generic SMMU Bindings

Stefano Stabellini posted 3 patches 2 years, 9 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/alpine.DEB.2.21.2107161657300.3916@sstabellini-ThinkPad-T480s
There is a newer version of this series
xen/drivers/passthrough/arm/smmu.c    | 141 +++++++++++++++++++++++++---------
xen/drivers/passthrough/device_tree.c |  23 ++----
2 files changed, 112 insertions(+), 52 deletions(-)
[PATCH v4 0/3] Generic SMMU Bindings
Posted by Stefano Stabellini 2 years, 9 months ago
Hi all,

This series introduces support for the generic SMMU bindings to
xen/drivers/passthrough/arm/smmu.c.

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    | 141 +++++++++++++++++++++++++---------
 xen/drivers/passthrough/device_tree.c |  23 ++----
 2 files changed, 112 insertions(+), 52 deletions(-)