mbox series

[v5,0/6] phy: qualcomm: Add UFS support for SM8550

Message ID 20230117224148.1914627-1-abel.vesa@linaro.org
Headers show
Series phy: qualcomm: Add UFS support for SM8550 | expand

Message

Abel Vesa Jan. 17, 2023, 10:41 p.m. UTC
The v4 of this patchset is:
https://lore.kernel.org/all/20230117142015.509675-1-abel.vesa@linaro.org/

Changes since v4:
 * Renamed QSERDES_UFS_V6_RX_UCDR_FO_GAIN_RATE[24] to
   QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE[24] in patch #4
 * Added Dmitry's R-b tag to patches 2, 3, 5 and 6

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

Comments

Johan Hovold Jan. 18, 2023, 8:14 a.m. UTC | #1
On Wed, Jan 18, 2023 at 12:41:42AM +0200, Abel Vesa wrote:
> The v4 of this patchset is:
> https://lore.kernel.org/all/20230117142015.509675-1-abel.vesa@linaro.org/
> 
> Changes since v4:
>  * Renamed QSERDES_UFS_V6_RX_UCDR_FO_GAIN_RATE[24] to
>    QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE[24] in patch #4
>  * Added Dmitry's R-b tag to patches 2, 3, 5 and 6

In the future, please include the full changelog here even if you
provide a link to the previous version. No need to make it harder than
it has to be for reviewers.

Johan
Abel Vesa Jan. 18, 2023, 10:35 a.m. UTC | #2
On 23-01-18 09:14:45, Johan Hovold wrote:
> On Wed, Jan 18, 2023 at 12:41:42AM +0200, Abel Vesa wrote:
> > The v4 of this patchset is:
> > https://lore.kernel.org/all/20230117142015.509675-1-abel.vesa@linaro.org/
> > 
> > Changes since v4:
> >  * Renamed QSERDES_UFS_V6_RX_UCDR_FO_GAIN_RATE[24] to
> >    QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE[24] in patch #4
> >  * Added Dmitry's R-b tag to patches 2, 3, 5 and 6
> 
> In the future, please include the full changelog here even if you
> provide a link to the previous version. No need to make it harder than
> it has to be for reviewers.

OK, I'll do that from now on.

> 
> Johan
Vinod Koul Feb. 2, 2023, 1:03 p.m. UTC | #3
On 18-01-23, 00:41, Abel Vesa wrote:
> The v4 of this patchset is:
> https://lore.kernel.org/all/20230117142015.509675-1-abel.vesa@linaro.org/

Applied, thanks