This patchset relies on the following two patchsets: https://lore.kernel.org/all/20221123104443.3415267-1-dmitry.baryshkov@xxxxxxxxxx/ https://lore.kernel.org/all/20221222141001.54849-2-manivannan.sadhasivam@xxxxxxxxxx/ The v1 of this patchset is: https://lore.kernel.org/all/20221116120157.2706810-1-abel.vesa@xxxxxxxxxx/ Changes since v1: * dropped all UFS unrelated patches and also register offsets * switched to sc8280xp bindings, like Johan's suggested. Abel Vesa (6): dt-bindings: phy: Add QMP UFS PHY comptible for SM8550 phy: qcom-qmp: qserdes-com: Add v6 register offsets phy: qcom-qmp: qserdes-txrx: Add v6 register offsets phy: qcom-qmp: qserdes-txrx-ufs: Add v6 register offsets phy: qcom-qmp: pcs-ufs: Add v6 register offsets phy: qcom-qmp-ufs: Add SM8550 support .../phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 1 + .../phy/qualcomm/phy-qcom-qmp-pcs-ufs-v6.h | 31 ++++++ .../qualcomm/phy-qcom-qmp-qserdes-com-v6.h | 82 ++++++++++++++ .../phy-qcom-qmp-qserdes-txrx-ufs-v6.h | 30 ++++++ .../qualcomm/phy-qcom-qmp-qserdes-txrx-v6.h | 77 ++++++++++++++ drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 100 ++++++++++++++++++ drivers/phy/qualcomm/phy-qcom-qmp.h | 6 ++ 7 files changed, 327 insertions(+) create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v6.h create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com-v6.h create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-ufs-v6.h create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6.h -- 2.34.1