[PATCH v3 0/6] phy: qcom-qmp: provide DP phy support for sm8250

From: Dmitry Baryshkov
Date: Thu Mar 18 2021 - 16:00:27 EST


Changes since v2:
- Drop unused qmp_v4_usb3_rx_tbl

Changes since v1:
- Provide dt bindings
- Split register renaming from sm8250-dp-phy patch
- Add respective changes to sm8250 device tree

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

https://git.linaro.org/people/dmitry.baryshkov/kernel.git sm8250-dp-phy

for you to fetch changes up to 31f660041a72c2321ebc5328a9cfdaa6e0c63ff1:

arm64: dts: qcom: use dp_phy to provide clocks to dispcc (2021-03-18 22:57:57 +0300)

----------------------------------------------------------------
Dmitry Baryshkov (6):
dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SM8250
phy: qcom-qmp: move DP functions to callbacks
phy: qcom-qmp: rename common registers
phy: qcom-qmp: add support for sm8250-usb3-dp phy
arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode
arm64: dts: qcom: use dp_phy to provide clocks to dispcc

.../devicetree/bindings/phy/qcom,qmp-phy.yaml | 1 -
.../bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 2 +
arch/arm64/boot/dts/qcom/sm8250.dtsi | 31 +-
drivers/phy/qualcomm/phy-qcom-qmp.c | 850 +++++++++++++++------
drivers/phy/qualcomm/phy-qcom-qmp.h | 77 +-
5 files changed, 692 insertions(+), 269 deletions(-)