linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Cadence PCIe PHY latency for PTM
@ 2023-04-27  5:50 Dominic Rath
  2023-04-27  5:50 ` [PATCH v2 1/3] dt-bindings: phy: cadence-torrent: Add latency properties Dominic Rath
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Dominic Rath @ 2023-04-27  5:50 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, tjoseph
  Cc: bhelgaas, lpieralisi, nm, vigneshr, devicetree, linux-kernel,
	linux-pci, christian.gmeiner, bahle, Dominic Rath

Hello Everyone,

this series adds PHY latency properties to the Cadence PCIe
driver to improve PTM accuracy, and configures the necessary
values for TI's AM64x processors.

These latencies are implementation specific and need to be
configured in the PCIe IP core's registers to allow the
PCIe controller to exactly determine the RX/TX timestamps for
PCIe PTM messages.

TI doesn't document these values in the datasheet or reference
manual as of now, but provided the necessary data via TI's E2E
forums (see PATCH 3/3).

Changes from v1 to v2:
   - move latency property to PHY instead of PCIe controller
   - drop vendor prefix from property name
   - rephrase commit message regarding optional properties
   - emit an info message instead of a warning in case
     an optional property is missing

Best Regards,

Dominic

Alexander Bahle (3):
  dt-bindings: phy: cadence-torrent: Add latency properties
  PCI: cadence: Use DT bindings to set PHY latencies
  arm64: dts: ti: k3-am64: Add PCIe PHY latency DT binding

 .../bindings/phy/phy-cadence-torrent.yaml     | 20 ++++
 arch/arm64/boot/dts/ti/k3-am642-evm.dts       |  2 +
 .../pci/controller/cadence/pcie-cadence-ep.c  |  2 +
 .../controller/cadence/pcie-cadence-host.c    |  1 +
 drivers/pci/controller/cadence/pcie-cadence.c | 92 +++++++++++++++++++
 drivers/pci/controller/cadence/pcie-cadence.h | 23 +++++
 6 files changed, 140 insertions(+)


base-commit: 0cfd8703e7da687924371e9bc77a025bdeba9637
-- 
2.36.0


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

end of thread, other threads:[~2023-05-30  8:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27  5:50 [PATCH v2 0/3] Cadence PCIe PHY latency for PTM Dominic Rath
2023-04-27  5:50 ` [PATCH v2 1/3] dt-bindings: phy: cadence-torrent: Add latency properties Dominic Rath
2023-04-27 18:30   ` Bjorn Helgaas
2023-05-09 15:31     ` Christian Gmeiner
2023-05-09 21:57       ` Bjorn Helgaas
2023-05-10  7:08         ` Krzysztof Kozlowski
2023-05-10 21:12           ` Bjorn Helgaas
2023-05-30  8:19   ` Christian Gmeiner
2023-04-27  5:50 ` [PATCH v2 2/3] PCI: cadence: Use DT bindings to set PHY latencies Dominic Rath
2023-05-04 11:33   ` Verma, Achal
2023-05-30  8:20     ` Christian Gmeiner
2023-04-27  5:50 ` [PATCH v2 3/3] arm64: dts: ti: k3-am64: Add PCIe PHY latency DT binding Dominic Rath
2023-05-09 15:27   ` Christian Gmeiner
2023-05-30  8:21 ` [PATCH v2 0/3] Cadence PCIe PHY latency for PTM Christian Gmeiner

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