Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-18 Thread Felipe Balbi
Hi, John Youn writes: diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 5bbdf5d9c35e..d8566ad60d9b 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -1633,9 +1633,14 @@ static int dwc3_gadget_start(struct usb_gadget *g,

Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-18 Thread John Youn
On 2/17/2016 10:39 PM, Felipe Balbi wrote: > John Youn writes: >> On 2/17/2016 12:39 AM, Felipe Balbi wrote: >>> >>> Hi, >>> >>> John Youn writes: Enable SuperSpeedPlus by programming the DCFG.speed and after enumerating, set gadget->speed appropriately. Signed-off-by: John Yo

Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-17 Thread Felipe Balbi
John Youn writes: > On 2/17/2016 12:39 AM, Felipe Balbi wrote: >> >> Hi, >> >> John Youn writes: >>> Enable SuperSpeedPlus by programming the DCFG.speed and after >>> enumerating, set gadget->speed appropriately. >>> >>> Signed-off-by: John Youn >>> --- >>> drivers/usb/dwc3/gadget.c | 8 +

Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-17 Thread John Youn
On 2/17/2016 12:39 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> Enable SuperSpeedPlus by programming the DCFG.speed and after >> enumerating, set gadget->speed appropriately. >> >> Signed-off-by: John Youn >> --- >> drivers/usb/dwc3/gadget.c | 8 >> 1 file changed, 8 inser

Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-17 Thread Felipe Balbi
Hi, John Youn writes: > Enable SuperSpeedPlus by programming the DCFG.speed and after > enumerating, set gadget->speed appropriately. > > Signed-off-by: John Youn > --- > drivers/usb/dwc3/gadget.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/usb/dwc3/gadget.c b/driv

[PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-05 Thread John Youn
Enable SuperSpeedPlus by programming the DCFG.speed and after enumerating, set gadget->speed appropriately. Signed-off-by: John Youn --- drivers/usb/dwc3/gadget.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 73db723..5bbd

Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-03 Thread John Youn
On 2/2/2016 6:01 AM, Sergei Shtylyov wrote: > Hello. > > On 2/2/2016 4:42 AM, John Youn wrote: > >> Enable SuperSpeedPlus by programming the DCFG.speed and after >> enumerating, set gadget->speed appropriately. >> >> Signed-off-by: John Youn >> --- >> drivers/usb/dwc3/gadget.c | 14 +++

Re: [PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-02 Thread Sergei Shtylyov
Hello. On 2/2/2016 4:42 AM, John Youn wrote: Enable SuperSpeedPlus by programming the DCFG.speed and after enumerating, set gadget->speed appropriately. Signed-off-by: John Youn --- drivers/usb/dwc3/gadget.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

[PATCH 19/19] usb: dwc3: Enable SuperSpeedPlus

2016-02-01 Thread John Youn
Enable SuperSpeedPlus by programming the DCFG.speed and after enumerating, set gadget->speed appropriately. Signed-off-by: John Youn --- drivers/usb/dwc3/gadget.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadg