mbox series

[0/2] phy: qcom-qmp: Add MSM8996 UFS QMP support

Message ID 20191207202147.2314248-1-bjorn.andersson@linaro.org (mailing list archive)
Headers show
Series phy: qcom-qmp: Add MSM8996 UFS QMP support | expand

Message

Bjorn Andersson Dec. 7, 2019, 8:21 p.m. UTC
This adds support for the 14nm UFS PHY found in MSM8996 to the common QMP PHY
driver and migrates the msm8996 dts to the new binding, which will allow us to
remove the old driver (and the broken 20nm driver).

Bjorn Andersson (2):
  phy: qcom-qmp: Add MSM8996 UFS QMP support
  arm64: dts: qcom: msm8996: Use generic QMP driver for UFS

 .../devicetree/bindings/phy/qcom-qmp-phy.txt  |   5 +
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |  33 +++---
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 106 ++++++++++++++++++
 3 files changed, 129 insertions(+), 15 deletions(-)