mbox series

[v2,0/5] phy: qcom-qmp: Add SDM845 QMP and QHP PHYs

Message ID 20191102001628.4090861-1-bjorn.andersson@linaro.org
Headers show
Series phy: qcom-qmp: Add SDM845 QMP and QHP PHYs | expand

Message

Bjorn Andersson Nov. 2, 2019, 12:16 a.m. UTC
In this second iteration of this patch series support for the GEN3 "QHP" PHY
controller has been added, now enabling use of both the PCIe interfaces on the
Qualcomm SDM845.

Bjorn Andersson (5):
  dt-bindings: phy-qcom-qmp: Add SDM845 PCIe to binding
  phy: qcom-qmp: Increase PHY ready timeout
  phy: qcom: qmp: Use power_on/off ops for PCIe
  phy: qcom: qmp: Add SDM845 PCIe QMP PHY support
  phy: qcom: qmp: Add SDM845 QHP PCIe PHY

 .../devicetree/bindings/phy/qcom-qmp-phy.txt  |  10 +
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 321 +++++++++++++++++-
 drivers/phy/qualcomm/phy-qcom-qmp.h           | 114 +++++++
 3 files changed, 441 insertions(+), 4 deletions(-)

-- 
2.23.0

Comments

Rob Herring Nov. 5, 2019, 10:41 p.m. UTC | #1
On Fri,  1 Nov 2019 17:16:24 -0700, Bjorn Andersson wrote:
> Add the compatible and define necessary clocks and resets for the SDM845

> GEN2 QMP PCIe phy and GEN3 QHP PCIe phy.

> 

> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---

> 

> Changes since v1:

> - Extracted from QMP patch

> - Added QHP part

> 

>  Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 10 ++++++++++

>  1 file changed, 10 insertions(+)

> 


Reviewed-by: Rob Herring <robh@kernel.org>