xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support parse PCI iommu bindings for Xen SMMU
@ 2017-06-30  3:23 Wei Chen
  2017-06-30  3:23 ` [PATCH 1/2] xen: devicetree: Introduce a helper to translate PCI requester ID Wei Chen
  2017-06-30  3:23 ` [PATCH 2/2] xen/arm: smmu: Parse generic iommu binding for PCI devices Wei Chen
  0 siblings, 2 replies; 8+ messages in thread
From: Wei Chen @ 2017-06-30  3:23 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, wei.chen, steve.capper, Kaly.Xin, julien.grall, nd

The legacy IOMMU bindings will be deprecated in future. Instead, device
tree provide generic IOMMU bindings and PCI IOMMU bindings. Currently,
the PCI support hasn't been enabled on ARM Xen. So in this series, we
just add the support of parsing PCI IOMMU bindings.

Wei Chen (2):
  xen: devicetree: Introduce a helper to translate PCI requester ID
  xen/arm: smmu: Parse generic iommu binding for PCI devices

 xen/common/device_tree.c           | 89 ++++++++++++++++++++++++++++++++++++++
 xen/drivers/passthrough/arm/smmu.c | 73 ++++++++++++++++++++++++++++++-
 xen/include/xen/device_tree.h      | 23 ++++++++++
 3 files changed, 183 insertions(+), 2 deletions(-)

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-07  7:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-30  3:23 [PATCH 0/2] Add support parse PCI iommu bindings for Xen SMMU Wei Chen
2017-06-30  3:23 ` [PATCH 1/2] xen: devicetree: Introduce a helper to translate PCI requester ID Wei Chen
2017-07-06 20:26   ` Stefano Stabellini
2017-07-07  5:50     ` Wei Chen
2017-06-30  3:23 ` [PATCH 2/2] xen/arm: smmu: Parse generic iommu binding for PCI devices Wei Chen
2017-07-06 21:05   ` Stefano Stabellini
2017-07-07  6:06     ` Wei Chen
2017-07-07  7:16       ` Julien Grall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).