[PATCH v3 0/6] phy: qualcomm: Add UFS support for SM8550

Abel Vesa posted 6 patches 2 years, 8 months ago
There is a newer version of this series
.../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       | 99 +++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp.h           |  3 +
7 files changed, 323 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
[PATCH v3 0/6] phy: qualcomm: Add UFS support for SM8550
Posted by Abel Vesa 2 years, 8 months ago
The v2 of this patchset is:
https://lore.kernel.org/all/20230112130542.1399921-1-abel.vesa@linaro.org/

Changes since v2:
 * rebased on linux-phy/next
 * dropped sm8550_ufs_phy_clk_l, used sdm845_ufs_phy_clk_l instead
 * zero padded pcs value in qmp_ufs_offsets_v6 to 4 digits
 * replaced LF copyright with Linaro's in all header files
 * moved the UFS specific includes in the UFS specific driver file
 * added Krzysztof's A-b tag to the bindings patch

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       | 99 +++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |  3 +
 7 files changed, 323 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