Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-24 Thread Stefan Schmidt
Hello. On Mon, 2012-04-23 at 09:27, Lukasz Majewski wrote: > > > > > > On Fri, 2012-04-06 at 15:06, Marek Vasut wrote: > > > > > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > > > > > What do you expect from me to tell you about this patch? Or > > > > > > do you expect someone else to

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-23 Thread Marek Vasut
Dear Lukasz Majewski, > Dear Marek, Stefan > > > Dear Stefan Schmidt, > > > > > Hello. > > > > > > On Fri, 2012-04-06 at 15:06, Marek Vasut wrote: > > > > > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > > > > > What do you expect from me to tell you about this patch? Or > > > > > >

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-23 Thread Lukasz Majewski
Dear Marek, Stefan > Dear Stefan Schmidt, > > > Hello. > > > > On Fri, 2012-04-06 at 15:06, Marek Vasut wrote: > > > > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > > > > What do you expect from me to tell you about this patch? Or > > > > > do you expect someone else to comment on th

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-21 Thread Marek Vasut
Dear Stefan Schmidt, > Hello. > > On Fri, 2012-04-06 at 15:06, Marek Vasut wrote: > > > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > > > What do you expect from me to tell you about this patch? Or do you > > > > expect someone else to comment on this? > > > > > > he mentioned in the

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-21 Thread Stefan Schmidt
Hello. On Fri, 2012-04-06 at 15:06, Marek Vasut wrote: > > > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > > What do you expect from me to tell you about this patch? Or do you expect > > > someone else to comment on this? > > > > he mentioned in the summary of the series. he's run o

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-21 Thread Stefan Schmidt
Hello. On Fri, 2012-04-06 at 02:18, Marek Vasut wrote: > > Nice stuff, can you CC me when it comes to USB stuff, accidentally I became > the > new maintainer ? ;-) Yeah, forgot about this while I was trying to get at leats my latest state out of the door. If I will send an updated version I wi

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-06 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > What do you expect from me to tell you about this patch? Or do you expect > > someone else to comment on this? > > he mentioned in the summary of the series. he's run out of time, so he's > dumping his WIP state in

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > What do you expect from me to tell you about this patch? Or do you expect > someone else to comment on this? he mentioned in the summary of the series. he's run out of time, so he's dumping his WIP state in case someone else picks it up. -m

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-05 Thread Marek Vasut
Dear Stefan Schmidt, Nice stuff, can you CC me when it comes to USB stuff, accidentally I became the new maintainer ? ;-) > --- > drivers/usb/gadget/dfu.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/gadget/dfu.c b/drivers/usb/gadget/dfu.c

[U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-03 Thread Stefan Schmidt
--- drivers/usb/gadget/dfu.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/dfu.c b/drivers/usb/gadget/dfu.c index 535e194..7aed344 100644 --- a/drivers/usb/gadget/dfu.c +++ b/drivers/usb/gadget/dfu.c @@ -47,6 +47,10 @@ #include #include "df