2020-06-08 14:15:46

by Sivaprakash Murugesan

[permalink] [raw]
Subject: [PATCH V3 0/5] Enable USB support in IPQ8074

IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs.
This patch set enables the USB PHYs and USB dwc3 in IPQ8074.

[V3]
* Rebased patch 3 on 5.7 and linux-next tag next-20200608
[V2]
* Added new device compatible qcom,ipq8074-qusb2-phy for qusb2
* Addressed Bjorn's review comments on dts and binding

Sivaprakash Murugesan (5):
dt-bindings: phy: qcom,qmp: Add ipq8074 usb dt bindings
dt-bindings: phy: qcom,qusb2: Add ipq8074 device compatible
phy: qcom-qmp: Add USB QMP PHY support for IPQ8074
phy: qcom-qusb2: Add ipq8074 device compatible
arm64: dts: ipq8074: enable USB support

.../devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 +
.../devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 +
arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 24 +++
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 167 +++++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp.c | 102 +++++++++++++
drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +
6 files changed, 299 insertions(+)

--
2.7.4


2020-06-16 10:32:56

by Sivaprakash Murugesan

[permalink] [raw]
Subject: Re: [PATCH V3 0/5] Enable USB support in IPQ8074

Ping!

Hi Vinod,

can you please review this patch series?

On 6/8/2020 7:41 PM, Sivaprakash Murugesan wrote:
> IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs.
> This patch set enables the USB PHYs and USB dwc3 in IPQ8074.
>
> [V3]
> * Rebased patch 3 on 5.7 and linux-next tag next-20200608
> [V2]
> * Added new device compatible qcom,ipq8074-qusb2-phy for qusb2
> * Addressed Bjorn's review comments on dts and binding
>
> Sivaprakash Murugesan (5):
> dt-bindings: phy: qcom,qmp: Add ipq8074 usb dt bindings
> dt-bindings: phy: qcom,qusb2: Add ipq8074 device compatible
> phy: qcom-qmp: Add USB QMP PHY support for IPQ8074
> phy: qcom-qusb2: Add ipq8074 device compatible
> arm64: dts: ipq8074: enable USB support
>
> .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 +
> .../devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 +
> arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 24 +++
> arch/arm64/boot/dts/qcom/ipq8074.dtsi | 167 +++++++++++++++++++++
> drivers/phy/qualcomm/phy-qcom-qmp.c | 102 +++++++++++++
> drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +
> 6 files changed, 299 insertions(+)
>

2020-06-19 03:38:14

by Sivaprakash Murugesan

[permalink] [raw]
Subject: Re: [PATCH V3 0/5] Enable USB support in IPQ8074

Hi Vinod, Bjorn

This series is completely reviewed and acked now, can you

take this for merging?

On 6/16/2020 3:57 PM, Sivaprakash Murugesan wrote:
> Ping!
>
> Hi Vinod,
>
> can you please review this patch series?
>
> On 6/8/2020 7:41 PM, Sivaprakash Murugesan wrote:
>> IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs.
>> This patch set enables the USB PHYs and USB dwc3 in IPQ8074.
>>
>> [V3]
>>   * Rebased patch 3 on 5.7 and linux-next tag next-20200608
>> [V2]
>>   * Added new device compatible qcom,ipq8074-qusb2-phy for qusb2
>>   * Addressed Bjorn's review comments on dts and binding
>>
>> Sivaprakash Murugesan (5):
>>    dt-bindings: phy: qcom,qmp: Add ipq8074 usb dt bindings
>>    dt-bindings: phy: qcom,qusb2: Add ipq8074 device compatible
>>    phy: qcom-qmp: Add USB QMP PHY support for IPQ8074
>>    phy: qcom-qusb2: Add ipq8074 device compatible
>>    arm64: dts: ipq8074: enable USB support
>>
>>   .../devicetree/bindings/phy/qcom,qmp-phy.yaml |   2 +
>>   .../devicetree/bindings/phy/qcom,qusb2-phy.yaml |   1 +
>>   arch/arm64/boot/dts/qcom/ipq8074-hk01.dts          | 24 +++
>>   arch/arm64/boot/dts/qcom/ipq8074.dtsi              | 167
>> +++++++++++++++++++++
>>   drivers/phy/qualcomm/phy-qcom-qmp.c                | 102 +++++++++++++
>>   drivers/phy/qualcomm/phy-qcom-qusb2.c |   3 +
>>   6 files changed, 299 insertions(+)
>>

2020-06-19 04:37:10

by Sricharan R

[permalink] [raw]
Subject: Re: [PATCH V3 0/5] Enable USB support in IPQ8074

Hi Siva,

On 6/8/2020 7:41 PM, Sivaprakash Murugesan wrote:
> IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs.
> This patch set enables the USB PHYs and USB dwc3 in IPQ8074.
>
> [V3]
> * Rebased patch 3 on 5.7 and linux-next tag next-20200608
> [V2]
> * Added new device compatible qcom,ipq8074-qusb2-phy for qusb2
> * Addressed Bjorn's review comments on dts and binding
>
> Sivaprakash Murugesan (5):
> dt-bindings: phy: qcom,qmp: Add ipq8074 usb dt bindings
> dt-bindings: phy: qcom,qusb2: Add ipq8074 device compatible
> phy: qcom-qmp: Add USB QMP PHY support for IPQ8074
> phy: qcom-qusb2: Add ipq8074 device compatible
> arm64: dts: ipq8074: enable USB support
>
> .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 +
> .../devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 +
> arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 24 +++
> arch/arm64/boot/dts/qcom/ipq8074.dtsi | 167 +++++++++++++++++++++
> drivers/phy/qualcomm/phy-qcom-qmp.c | 102 +++++++++++++
> drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +
> 6 files changed, 299 insertions(+)

 Tested this series on hk01.c1 for USB mass storage.

 Tested-by: Sricharan R <[email protected]>

Regards,

 Sricharan



2020-06-24 17:19:17

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH V3 0/5] Enable USB support in IPQ8074

On 08-06-20, 19:41, Sivaprakash Murugesan wrote:
> IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs.
> This patch set enables the USB PHYs and USB dwc3 in IPQ8074.

Applied 1 thru 4. Bjorn can take the 5th one, thanks

--
~Vinod

2020-06-24 17:44:38

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH V3 0/5] Enable USB support in IPQ8074

On Wed 24 Jun 10:18 PDT 2020, Vinod Koul wrote:

> On 08-06-20, 19:41, Sivaprakash Murugesan wrote:
> > IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs.
> > This patch set enables the USB PHYs and USB dwc3 in IPQ8074.
>
> Applied 1 thru 4. Bjorn can take the 5th one, thanks
>

Thanks Vinod, I've applied and pushed out patch 5.

Regards,
Bjorn