Re: [PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-08 Thread Felipe Balbi
Hi, Alan Stern writes: > On Thu, 8 Jun 2017, Felipe Balbi wrote: > >> > Any results on testing the new memory barrier and exception handling >> > patches for f_mass_storage? >> >> Oh, I couldn't reproduce anymore. I thought I had told ya. Hopefully, >> this will be the last we hear from this p

Re: [PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-08 Thread Alan Stern
On Thu, 8 Jun 2017, Felipe Balbi wrote: > > Any results on testing the new memory barrier and exception handling > > patches for f_mass_storage? > > Oh, I couldn't reproduce anymore. I thought I had told ya. Hopefully, > this will be the last we hear from this problem :-s Does that mean you wi

Re: [PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-08 Thread Felipe Balbi
Hi, Alan Stern writes: > On Thu, 8 Jun 2017, Felipe Balbi wrote: > >> Hi Alan, >> >> Alan Stern writes: >> > On Wed, 7 Jun 2017, Felipe Balbi wrote: >> > >> >> Move the code which was part of pullup() to the newly introduced >> >> method. >> > >> > Comments inline... >> >> thanks for your com

Re: [PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-08 Thread Alan Stern
On Thu, 8 Jun 2017, Felipe Balbi wrote: > Hi Alan, > > Alan Stern writes: > > On Wed, 7 Jun 2017, Felipe Balbi wrote: > > > >> Move the code which was part of pullup() to the newly introduced > >> method. > > > > Comments inline... > > thanks for your comments. I think I've fixed them all. > >

Re: [PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-08 Thread Felipe Balbi
Hi Alan, Alan Stern writes: > On Wed, 7 Jun 2017, Felipe Balbi wrote: > >> Move the code which was part of pullup() to the newly introduced >> method. > > Comments inline... thanks for your comments. I think I've fixed them all. 8<---

Re: [PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-07 Thread Alan Stern
On Wed, 7 Jun 2017, Felipe Balbi wrote: > Move the code which was part of pullup() to the newly introduced > method. Comments inline... > Signed-off-by: Felipe Balbi > --- > drivers/usb/gadget/udc/dummy_hcd.c | 57 > +++--- > 1 file changed, 41 insertions(+), 1

[PATCH] usb: gadget: dummy: implement ->udc_set_speed()

2017-06-07 Thread Felipe Balbi
Move the code which was part of pullup() to the newly introduced method. Signed-off-by: Felipe Balbi --- drivers/usb/gadget/udc/dummy_hcd.c | 57 +++--- 1 file changed, 41 insertions(+), 16 deletions(-) diff --git a/drivers/usb/gadget/udc/dummy_hcd.c b/drivers/u