From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH v2 0/2] PCI: Describe external-facing ports in device tree Date: Tue, 9 Apr 2019 18:11:11 -0500 Message-ID: <20190409231111.GE256045@google.com> References: <20190402131548.41949-1-jean-philippe.brucker@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190402131548.41949-1-jean-philippe.brucker@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Jean-Philippe Brucker Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, Grant.Likely@arm.com, linux-pci@vger.kernel.org, Jeremy.Linton@arm.com, robh+dt@kernel.org, Robin.Murphy@arm.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Apr 02, 2019 at 02:15:46PM +0100, Jean-Philippe Brucker wrote: > Since v1 [1], I improved the wording of patch 1/2 as suggested by Bjorn. > > Add an "external-facing" property to PCI ports in device-tree, to help > identify untrusted devices. The notion of untrusted PCI devices was > added to the v5.0 kernel to describe devices that should have strict > IOMMU protection [2], for example devices that are plugged in a > Thunderbolt port. ACPI systems use the ExternalFacingPort property [3]. > Add an equivalent mechanism to device tree. > > [1] https://lore.kernel.org/linux-pci/20190318182124.53859-1-jean-philippe.brucker@arm.com/ > [2] https://lkml.org/lkml/2018/11/26/631 > [3] https://docs.microsoft.com/en-us/windows-hardware/drivers/pci/dsd-for-pcie-root-ports#identifying-externally-exposed-pcie-root-ports > > Jean-Philippe Brucker (2): > dt-bindings: Add external-facing PCIe port property > PCI: OF: Support external-facing property Applied to pci/enumeration for v5.2, with reviewed-by from Robin and Grant and from Rob (patch 2 only), thanks! > Documentation/devicetree/bindings/pci/pci.txt | 50 +++++++++++++++++++ > drivers/pci/of.c | 3 ++ > 2 files changed, 53 insertions(+) > > -- > 2.21.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel