mbox series

[v6,0/4] Generic SMMU Bindings

Message ID alpine.DEB.2.21.2108021720560.10122@sstabellini-ThinkPad-T480s (mailing list archive)
Headers show
Series Generic SMMU Bindings | expand

Message

Stefano Stabellini Aug. 3, 2021, 12:23 a.m. UTC
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.

Stefano Stabellini (1):
      xen: do not return -EEXIST if iommu_add_dt_device is called twice

 xen/drivers/passthrough/arm/smmu.c    | 141 +++++++++++++++++++++++++---------
 xen/drivers/passthrough/device_tree.c |  30 ++------
 2 files changed, 113 insertions(+), 58 deletions(-)

Comments

Julien Grall Aug. 3, 2021, 9:43 a.m. UTC | #1
On 03/08/2021 01:23, Stefano Stabellini wrote:
> Hi all,

Hi Stefano,

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

Committed.

Cheers,