Introduce UNI and combo USB PHYs for the Qualcomm SC8280XP platform. Changes since v1: - Replace direct import of downstream register definitions Bjorn Andersson (4): dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP USB phys phy: qcom-qmp-combo: Parameterize swing and pre_emphasis tables phy: qcom-qmp: Add SC8280XP USB3 UNI phy phy: qcom-qmp-combo: Add sc8280xp USB/DP combo phys .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 + .../bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 1 + drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 429 ++++++++++++++++-- drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5.h | 13 + .../phy-qcom-qmp-qserdes-txrx-v5_5nm.h | 333 ++++++++++++++ drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 137 ++++++ drivers/phy/qualcomm/phy-qcom-qmp.h | 1 + 7 files changed, 880 insertions(+), 36 deletions(-) create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h -- 2.35.1