Re: [PATCH v2 1/4] dt-bindings: phy: Add support for QUSB2 phy

2016-11-28 Thread Vivek Gautam
Hi Stephen, On Tue, Nov 29, 2016 at 4:19 AM, Stephen Boyd wrote: Thanks for reviewing the patch-series. > On 11/22, Vivek Gautam wrote: >> diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt >> b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt >> new file mode 100644

Re: [PATCH v2 1/4] dt-bindings: phy: Add support for QUSB2 phy

2016-11-28 Thread Vivek Gautam
Hi Rob, On Mon, Nov 28, 2016 at 7:49 PM, Rob Herring wrote: Thanks for reviewing the patch. > On Tue, Nov 22, 2016 at 05:32:40PM +0530, Vivek Gautam wrote: >> Qualcomm chipsets have QUSB2 phy controller that provides >> HighSpeed functionality for DWC3 controller. >> Adding dt binding informat

Re: [PATCH v2 1/4] dt-bindings: phy: Add support for QUSB2 phy

2016-11-28 Thread Stephen Boyd
On 11/22, Vivek Gautam wrote: > diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > new file mode 100644 > index 000..38c8b30 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > @@ -

Re: [PATCH v2 1/4] dt-bindings: phy: Add support for QUSB2 phy

2016-11-28 Thread Rob Herring
On Tue, Nov 22, 2016 at 05:32:40PM +0530, Vivek Gautam wrote: > Qualcomm chipsets have QUSB2 phy controller that provides > HighSpeed functionality for DWC3 controller. > Adding dt binding information for the same. > > Signed-off-by: Vivek Gautam > --- > > Changes since v1: > - New patch, forke

[PATCH v2 1/4] dt-bindings: phy: Add support for QUSB2 phy

2016-11-22 Thread Vivek Gautam
Qualcomm chipsets have QUSB2 phy controller that provides HighSpeed functionality for DWC3 controller. Adding dt binding information for the same. Signed-off-by: Vivek Gautam --- Changes since v1: - New patch, forked out of the original driver patch: "phy: qcom-qusb2: New driver for QUSB2 PH