Re: [PATCH v7 0/3] Support for USB DRD Phy driver for NS2

2017-06-07 Thread Kishon Vijay Abraham I
On Friday 02 June 2017 09:23 PM, Florian Fainelli wrote: > > > On 06/02/2017 06:00 AM, Raviteja Garimella wrote: >> >> Raviteja Garimella (3): >> dt-bindings:phy:Add DT bindings documentation for NS2 USB DRD phy >> phy:phy-bcm-ns2-usbdrd:Broadcom USB DRD Phy driver for Northstar2 >>

Re: [PATCH v7 0/3] Support for USB DRD Phy driver for NS2

2017-06-07 Thread Kishon Vijay Abraham I
On Friday 02 June 2017 09:23 PM, Florian Fainelli wrote: > > > On 06/02/2017 06:00 AM, Raviteja Garimella wrote: >> >> Raviteja Garimella (3): >> dt-bindings:phy:Add DT bindings documentation for NS2 USB DRD phy >> phy:phy-bcm-ns2-usbdrd:Broadcom USB DRD Phy driver for Northstar2 >>

Re: [PATCH v7 0/3] Support for USB DRD Phy driver for NS2

2017-06-02 Thread Florian Fainelli
On 06/02/2017 06:00 AM, Raviteja Garimella wrote: > > Raviteja Garimella (3): > dt-bindings:phy:Add DT bindings documentation for NS2 USB DRD phy > phy:phy-bcm-ns2-usbdrd:Broadcom USB DRD Phy driver for Northstar2 > arm64: dts: NS2: Add USB DRD PHY device tree node For future submission

Re: [PATCH v7 0/3] Support for USB DRD Phy driver for NS2

2017-06-02 Thread Florian Fainelli
On 06/02/2017 06:00 AM, Raviteja Garimella wrote: > > Raviteja Garimella (3): > dt-bindings:phy:Add DT bindings documentation for NS2 USB DRD phy > phy:phy-bcm-ns2-usbdrd:Broadcom USB DRD Phy driver for Northstar2 > arm64: dts: NS2: Add USB DRD PHY device tree node For future submission

[PATCH v7 0/3] Support for USB DRD Phy driver for NS2

2017-06-02 Thread Raviteja Garimella
Changes in v7: = Cleaned up unused variables in phy private data structure that's missed out in v6. Setting of phy mode to device/host is removed from phy power on. routine. Changes in v6: = Removed spin locks which are not required as the references to phy_ops in the same

[PATCH v7 0/3] Support for USB DRD Phy driver for NS2

2017-06-02 Thread Raviteja Garimella
Changes in v7: = Cleaned up unused variables in phy private data structure that's missed out in v6. Setting of phy mode to device/host is removed from phy power on. routine. Changes in v6: = Removed spin locks which are not required as the references to phy_ops in the same