linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Skip waiting for link up during probe
@ 2023-02-24 19:57 Sajid Dalvi
  2023-02-24 19:57 ` [PATCH v1 1/2] dt-bindings: PCI: dwc: Add snps,skip-wait-link-up Sajid Dalvi
  2023-02-24 19:57 ` [PATCH v1 2/2] PCI: dwc: Skip waiting for link up on probe Sajid Dalvi
  0 siblings, 2 replies; 8+ messages in thread
From: Sajid Dalvi @ 2023-02-24 19:57 UTC (permalink / raw)
  To: Jingoo Han, Gustavo Pimentel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
	Krzysztof Kozlowski
  Cc: Sajid Dalvi, kernel-team, linux-pci, devicetree, linux-kernel

When the Root Complex is probed, the default behavior is to spin in a loop
waiting for the link to come up. In some systems the link is not brought up
during probe, but later in the context of an end-point turning on. This
patch adds a device tree property to the Synopsis designware root
controller to skip this loop.

Sajid Dalvi (2):
  dt-bindings: PCI: dwc: Add snps,skip-wait-link-up
  PCI: dwc: Skip waiting for link up on probe

 Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml | 8 ++++++++
 drivers/pci/controller/dwc/pcie-designware-host.c       | 5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

-- 
2.39.2.637.g21b0678d19-goog


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

end of thread, other threads:[~2023-02-27 20:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 19:57 [PATCH v1 0/2] Skip waiting for link up during probe Sajid Dalvi
2023-02-24 19:57 ` [PATCH v1 1/2] dt-bindings: PCI: dwc: Add snps,skip-wait-link-up Sajid Dalvi
2023-02-24 20:40   ` Krzysztof Kozlowski
     [not found]     ` <CAEbtx1k-7TJPcd3+cueRoKLJcoUQLfF6nfOQFVfzB0YCUrbtqg@mail.gmail.com>
     [not found]       ` <2e4964c1-0831-c156-3372-81a56f8d623e@linaro.org>
2023-02-24 22:09         ` Sajid Dalvi
2023-02-25 10:00           ` Krzysztof Kozlowski
2023-02-25 10:08             ` Krzysztof Kozlowski
2023-02-27 20:15               ` Sajid Dalvi
2023-02-24 19:57 ` [PATCH v1 2/2] PCI: dwc: Skip waiting for link up on probe Sajid Dalvi

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