mbox series

[0/3] UFS: Add support for SM8150 UFS

Message ID 20190904100835.6099-1-vkoul@kernel.org
Headers show
Series UFS: Add support for SM8150 UFS | expand

Message

Vinod Koul Sept. 4, 2019, 10:08 a.m. UTC
This series adds compatible strings for ufs hc and ufs qmp phy found in
Qualcomm SM8150 SoC. Also update the qmp phy driver with version 4 and
support for ufs phy.

Vinod Koul (3):
  dt-bindings: ufs: Add sm8150 compatible string
  dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy compatible string
  phy: qcom-qmp: Add SM8150 QMP UFS PHY support

 .../devicetree/bindings/phy/qcom-qmp-phy.txt  |   7 +-
 .../devicetree/bindings/ufs/ufshcd-pltfrm.txt |   1 +
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 125 ++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |  96 ++++++++++++++
 4 files changed, 228 insertions(+), 1 deletion(-)

-- 
2.20.1

Comments

Stephen Boyd Sept. 4, 2019, 11:21 p.m. UTC | #1
Quoting Vinod Koul (2019-09-04 03:08:33)
> Document "qcom,sm8150-ufshc" compatible string for UFS HC found on

> SM8150.

> 

> Signed-off-by: Vinod Koul <vkoul@kernel.org>

> ---


Reviewed-by: Stephen Boyd <swboyd@chromium.org>