Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v5 0/6] sm8550: Add USB HC and PHYs support
@ 2023-02-07 11:40 Abel Vesa
  2023-02-07 11:40 ` [PATCH v5 1/6] dt-bindings: phy: Add qcom,snps-eusb2-phy schema file Abel Vesa
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Abel Vesa @ 2023-02-07 11:40 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, vkoul@kernel.org, Kishon Vijay Abraham I,
	Johan Hovold
  Cc: linux-arm-msm, linux-phy, devicetree, Linux Kernel Mailing List

This patchset adds support for USB for Qualcomm SM8550 platform.

This patchset is based on top of the following patchset:
https://lore.kernel.org/all/20230206212619.3218741-1-abel.vesa@linaro.org/

Changes since v4:
 * dropped the dts/dtsi patches as there is no change needed to what is
   already merged
 * rebased on top of next-20230206 which has Luca's patches for SM6350,
   like Johan suggested

Abel Vesa (6):
  dt-bindings: phy: Add qcom,snps-eusb2-phy schema file
  phy: qcom: Add QCOM SNPS eUSB2 driver
  dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Document SM8550
    compatible
  phy: qcom-qmp: pcs-usb: Add v6 register offsets
  phy: qcom-qmp: Add v6 DP register offsets
  phy: qcom-qmp-combo: Add support for SM8550

 .../phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml    |   1 +
 .../bindings/phy/qcom,snps-eusb2-phy.yaml     |  74 +++
 drivers/phy/qualcomm/Kconfig                  |   9 +
 drivers/phy/qualcomm/Makefile                 |   1 +
 drivers/phy/qualcomm/phy-qcom-qmp-combo.c     | 409 ++++++++++++++++-
 .../phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h    |  31 ++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |   4 +
 drivers/phy/qualcomm/phy-qcom-snps-eusb2.c    | 423 ++++++++++++++++++
 8 files changed, 945 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-snps-eusb2.c

-- 
2.34.1


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

end of thread, other threads:[~2023-02-08 17:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 11:40 [PATCH v5 0/6] sm8550: Add USB HC and PHYs support Abel Vesa
2023-02-07 11:40 ` [PATCH v5 1/6] dt-bindings: phy: Add qcom,snps-eusb2-phy schema file Abel Vesa
2023-02-07 18:44   ` Rob Herring
2023-02-07 11:40 ` [PATCH v5 2/6] phy: qcom: Add QCOM SNPS eUSB2 driver Abel Vesa
2023-02-07 11:40 ` [PATCH v5 3/6] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Document SM8550 compatible Abel Vesa
2023-02-07 11:40 ` [PATCH v5 4/6] phy: qcom-qmp: pcs-usb: Add v6 register offsets Abel Vesa
2023-02-07 11:40 ` [PATCH v5 5/6] phy: qcom-qmp: Add v6 DP " Abel Vesa
2023-02-07 11:40 ` [PATCH v5 6/6] phy: qcom-qmp-combo: Add support for SM8550 Abel Vesa
2023-02-08 17:12   ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox