All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] phy: qualcomm: Add PCIe support for SM8550
@ 2023-01-18  0:38 ` Abel Vesa
  0 siblings, 0 replies; 18+ messages in thread
From: Abel Vesa @ 2023-01-18  0:38 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, vkoul,
	Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, linux-phy, devicetree, Linux Kernel Mailing List,
	Johan Hovold

This patchset relies on the following patchset:
https://lore.kernel.org/all/20230117224148.1914627-1-abel.vesa@linaro.org/

The v1 of this patchset is:
https://lore.kernel.org/all/20221116120157.2706810-1-abel.vesa@linaro.org/

Changes since v1:
 * dropped all PCIe unrelated patches and also register offsets
 * split all the offsets into separate patches, like Vinod suggested
 * dropped the legacy dt parse changes since we intend to support
   only the new dt parse mechanism from now on

Abel Vesa (7):
  phy: qcom-qmp: pcs: Add v6 register offsets
  phy: qcom-qmp: pcs: Add v6.20 register offsets
  phy: qcom-qmp: pcs-pcie: Add v6 register offsets
  phy: qcom-qmp: pcs-pcie: Add v6.20 register offsets
  phy: qcom-qmp: qserdes-txrx: Add v6.20 register offsets
  phy: qcom-qmp: qserdes-lane-shared: Add v6 register offsets
  phy: qcom-qmp-pcie: Add support for SM8550 g3x2 and g4x2 PCIEs

 drivers/phy/qualcomm/phy-qcom-qmp-pcie.c      | 371 ++++++++++++++++++
 .../phy/qualcomm/phy-qcom-qmp-pcs-pcie-v6.h   |  15 +
 .../qualcomm/phy-qcom-qmp-pcs-pcie-v6_20.h    |  23 ++
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6.h    |  16 +
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6_20.h |  18 +
 .../phy-qcom-qmp-qserdes-ln-shrd-v6.h         |  32 ++
 .../phy-qcom-qmp-qserdes-txrx-v6_20.h         |  45 +++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |   6 +
 8 files changed, 526 insertions(+)
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v6.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v6_20.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6_20.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-ln-shrd-v6.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6_20.h

-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2023-01-18  0:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18  0:38 [PATCH v2 0/7] phy: qualcomm: Add PCIe support for SM8550 Abel Vesa
2023-01-18  0:38 ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 1/7] phy: qcom-qmp: pcs: Add v6 register offsets Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 2/7] phy: qcom-qmp: pcs: Add v6.20 " Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 3/7] phy: qcom-qmp: pcs-pcie: Add v6 " Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 4/7] phy: qcom-qmp: pcs-pcie: Add v6.20 " Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 5/7] phy: qcom-qmp: qserdes-txrx: " Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 6/7] phy: qcom-qmp: qserdes-lane-shared: Add v6 " Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:38 ` [PATCH v2 7/7] phy: qcom-qmp-pcie: Add support for SM8550 g3x2 and g4x2 PCIEs Abel Vesa
2023-01-18  0:38   ` Abel Vesa
2023-01-18  0:41 ` [PATCH v2 0/7] phy: qualcomm: Add PCIe support for SM8550 Abel Vesa
2023-01-18  0:41   ` Abel Vesa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.