devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Generic PCI MSI + IOMMU topology bindings
@ 2015-07-23 16:52 Mark Rutland
       [not found] ` <1437670365-20704-1-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
  0 siblings, 1 reply; 29+ messages in thread
From: Mark Rutland @ 2015-07-23 16:52 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	will.deacon-5wv7dgnIgG8, marc.zyngier-5wv7dgnIgG8,
	robin.murphy-5wv7dgnIgG8, lorenzo.pieralisi-5wv7dgnIgG8,
	arnd-r2nGTMty4D4, treding-DDmLM1+adcrQT0dZR+AlfA,
	ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8,
	majun258-hv44wF8Li93QT0dZR+AlfA,
	thunder.leizhen-hv44wF8Li93QT0dZR+AlfA,
	tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8,
	laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw, Mark Rutland

Hi all,

Currently we have no generic/standard mechanisms for describing the
relationship between PCI root complexes and other components which may be
required to make them usable, specifically IOMMUs and MSI controllers.

There is an existing binding for IOMMUs, and there is a de-facto standard for
referring to MSI controllers, but the generic portion of these can only
describe a relationship with a root complex as opposed to a device under a root
complex. This falls apart where IOMMUs and MSI controllers may distinguish
individual devices based on non-probeable information.

This series adds a generic "glue" bindings for describing the relationship
between root complexes, IOMMUs, and MSI controllers. The existing de-facto
binding for MSI controllers is formalised, along with a (backwards compatible)
extension necessary for describing contemporary MSI controllers which make use
of (non-probeable) sideband data.

Thanks,
Mark.

Mark Rutland (3):
  Docs: dt: add generic MSI bindings
  Docs: dt: Add PCI MSI map bindings
  Docs: dt: add PCI IOMMU map bindings

 .../bindings/interrupt-controller/msi.txt          | 135 +++++++++++++
 .../devicetree/bindings/pci/pci-iommu.txt          | 171 ++++++++++++++++
 Documentation/devicetree/bindings/pci/pci-msi.txt  | 220 +++++++++++++++++++++
 3 files changed, 526 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/msi.txt
 create mode 100644 Documentation/devicetree/bindings/pci/pci-iommu.txt
 create mode 100644 Documentation/devicetree/bindings/pci/pci-msi.txt

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-09-08 15:53 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 16:52 [PATCH 0/3] Generic PCI MSI + IOMMU topology bindings Mark Rutland
     [not found] ` <1437670365-20704-1-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
2015-07-23 16:52   ` [PATCH 1/3] Docs: dt: add generic MSI bindings Mark Rutland
     [not found]     ` <1437670365-20704-2-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
2015-07-23 18:26       ` David Daney
2015-07-24  7:04         ` Marc Zyngier
2015-08-05 16:51       ` Mark Rutland
2015-08-06  7:56         ` Marc Zyngier
2015-08-24 10:17         ` Mark Rutland
2015-08-24 13:37           ` Rob Herring
     [not found]             ` <CAL_Jsq+-xKsfBwqjHnSKPxtO1muu-NLEHZTTLpSqw=sBuU1Gjw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-24 13:47               ` Mark Rutland
2015-07-27  8:02     ` Marc Zyngier
     [not found]       ` <55B5E5A6.2030509-5wv7dgnIgG8@public.gmane.org>
2015-07-27  9:46         ` Mark Rutland
2015-08-03 10:44           ` Marc Zyngier
2015-07-23 16:52   ` [PATCH 2/3] Docs: dt: Add PCI MSI map bindings Mark Rutland
     [not found]     ` <1437670365-20704-3-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
2015-07-24 23:27       ` Chalamarla, Tirumalesh
     [not found]         ` <FD9C4916-6BDC-40F2-A273-91BFBD3B0075-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2015-07-27  9:16           ` Mark Rutland
2015-07-27  8:16       ` Marc Zyngier
     [not found]         ` <55B5E8C1.4030707-5wv7dgnIgG8@public.gmane.org>
2015-09-04 22:33           ` David Daney
     [not found]             ` <55EA1C3F.1030300-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2015-09-07 18:05               ` Mark Rutland
2015-09-08 15:53                 ` Stuart Yoder
2015-09-07 17:56           ` Mark Rutland
2015-08-05 16:39       ` Varun Sethi
     [not found]         ` <BN1PR0301MB06277FDA6EB34E77B557CA75EA750-RQSpjbwlmjSD1ymB6+i1+JwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2015-08-06 17:38           ` Mark Rutland
2015-08-08 15:06             ` Varun Sethi
     [not found]     ` <CALRxmdA32xiSX7DDKAJPLR8=bh_9j-6MN124u4KjYGRT8bAKNg@mail.gmail.com>
     [not found]       ` <CALRxmdA32xiSX7DDKAJPLR8=bh_9j-6MN124u4KjYGRT8bAKNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-05 19:53         ` Stuart Yoder
     [not found]           ` <CY1PR0301MB07486794749E499F71BDFCD287750-YrwGdl+PljkyhdUd3pz1uJwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2015-08-06 18:14             ` Mark Rutland
2015-08-06 19:46               ` Stuart Yoder
2015-07-23 16:52   ` [PATCH 3/3] Docs: dt: add PCI IOMMU " Mark Rutland
     [not found]     ` <1437670365-20704-4-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
2015-07-24 12:23       ` Robin Murphy
     [not found]         ` <55B22E5B.7080208-5wv7dgnIgG8@public.gmane.org>
2015-07-24 13:26           ` Mark Rutland

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).