Re: [PATCH 1/2] usb: dwc3: adapt to use dr_mode device tree helper

2013-07-10 Thread Roger Quadros
On 07/10/2013 04:35 PM, Felipe Balbi wrote: > Hi, > > On Wed, Jul 10, 2013 at 04:11:52PM +0300, Roger Quadros wrote: >> On 07/10/2013 02:42 PM, Felipe Balbi wrote: >>> On Tue, Jul 09, 2013 at 02:16:32PM +0300, Roger Quadros wrote: Hi, On 07/06/2013 03:52 PM, Ruchika Kharwar wrote: >

Re: [PATCH 1/2] usb: dwc3: adapt to use dr_mode device tree helper

2013-07-10 Thread Felipe Balbi
Hi, On Wed, Jul 10, 2013 at 04:11:52PM +0300, Roger Quadros wrote: > On 07/10/2013 02:42 PM, Felipe Balbi wrote: > > On Tue, Jul 09, 2013 at 02:16:32PM +0300, Roger Quadros wrote: > >> Hi, > >> > >> On 07/06/2013 03:52 PM, Ruchika Kharwar wrote: > >>> This patch adapts the dwc3 to use the device t

Re: [PATCH 1/2] usb: dwc3: adapt to use dr_mode device tree helper

2013-07-10 Thread Roger Quadros
On 07/10/2013 02:42 PM, Felipe Balbi wrote: > On Tue, Jul 09, 2013 at 02:16:32PM +0300, Roger Quadros wrote: >> Hi, >> >> On 07/06/2013 03:52 PM, Ruchika Kharwar wrote: >>> This patch adapts the dwc3 to use the device tree helper >>> "of_usb_get_dr_mode" for the mode of operation of the dwc3 instan

Re: [PATCH 1/2] usb: dwc3: adapt to use dr_mode device tree helper

2013-07-10 Thread Felipe Balbi
On Tue, Jul 09, 2013 at 02:16:32PM +0300, Roger Quadros wrote: > Hi, > > On 07/06/2013 03:52 PM, Ruchika Kharwar wrote: > > This patch adapts the dwc3 to use the device tree helper > > "of_usb_get_dr_mode" for the mode of operation of the dwc3 instance > > being probed. > > > > Signed-off-by: Ruc

Re: [PATCH 1/2] usb: dwc3: adapt to use dr_mode device tree helper

2013-07-09 Thread Roger Quadros
Hi, On 07/06/2013 03:52 PM, Ruchika Kharwar wrote: > This patch adapts the dwc3 to use the device tree helper > "of_usb_get_dr_mode" for the mode of operation of the dwc3 instance > being probed. > > Signed-off-by: Ruchika Kharwar > --- > drivers/usb/dwc3/core.c | 51 > ++

[PATCH 1/2] usb: dwc3: adapt to use dr_mode device tree helper

2013-07-06 Thread Ruchika Kharwar
This patch adapts the dwc3 to use the device tree helper "of_usb_get_dr_mode" for the mode of operation of the dwc3 instance being probed. Signed-off-by: Ruchika Kharwar --- drivers/usb/dwc3/core.c | 51 +-- drivers/usb/dwc3/core.h |5 - 2 fi