Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754092AbbGWQxS (ORCPT ); Thu, 23 Jul 2015 12:53:18 -0400 Received: from foss.arm.com ([217.140.101.70]:41194 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753406AbbGWQxQ (ORCPT ); Thu, 23 Jul 2015 12:53:16 -0400 From: Mark Rutland To: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, will.deacon@arm.com, marc.zyngier@arm.com, robin.murphy@arm.com, lorenzo.pieralisi@arm.com, arnd@arndb.de, treding@nvidia.com, ddaney@caviumnetworks.com, majun258@huawei.com, thunder.leizhen@huawei.com, tirumalesh.chalamarla@caviumnetworks.com, laurent.pinchart@ideasonboard.com, Mark Rutland Subject: [PATCH 0/3] Generic PCI MSI + IOMMU topology bindings Date: Thu, 23 Jul 2015 17:52:42 +0100 Message-Id: <1437670365-20704-1-git-send-email-mark.rutland@arm.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1819 Lines: 42 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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/