mbox series

[v2,0/2] phy: qcom-qmp-ufs: Add support for SM7150

Message ID 20230311231733.141806-1-danila@jiaxyga.com
Headers show
Series phy: qcom-qmp-ufs: Add support for SM7150 | expand

Message

Danila Tikhonov March 11, 2023, 11:17 p.m. UTC
This series adds UFS QMP support for Qualcomm SM7150 SoC.

Changes in v2:
- Switch to new bindings (qcom,sc8280xp-qmp-ufs-phy.yaml)
- Fix compilation error
- Switch to 0xff instead of 0xFF
- Add offsets
- Set no_pcs_sw_reset to true
- Add Dmitry Reviewed-by on patch 2
- Link to v1: https://lore.kernel.org/all/20230309185049.170878-1-danila@jiaxyga.com/

David Wronek (2):
  dt-bindings: phy: Add QMP UFS PHY comptible for SM7150
  phy: qcom-qmp-ufs: Add SM7150 support

 .../phy/qcom,sc8280xp-qmp-ufs-phy.yaml        |  1 +
 drivers/phy/qualcomm/phy-qcom-qmp-ufs.c       | 61 +++++++++++++++++++
 2 files changed, 62 insertions(+)

Comments

Vinod Koul March 31, 2023, 1:56 p.m. UTC | #1
On 12-03-23, 02:17, Danila Tikhonov wrote:
> This series adds UFS QMP support for Qualcomm SM7150 SoC.
> 
> Changes in v2:
> - Switch to new bindings (qcom,sc8280xp-qmp-ufs-phy.yaml)
> - Fix compilation error
> - Switch to 0xff instead of 0xFF
> - Add offsets
> - Set no_pcs_sw_reset to true
> - Add Dmitry Reviewed-by on patch 2
> - Link to v1: https://lore.kernel.org/all/20230309185049.170878-1-danila@jiaxyga.com/

Applied, thanks