Re: [U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-10 Thread Marek Vasut
Dear Lukasz Majewski, [...] > > > > Do you have more comments about those patches? > > > > > > I _think_ he's been busy with exams and preparing for the U-Boot BoF > > > this week. I'll make sure this gets brought up then however. > > > > Exams are long past, but there's a lot of other stuff -

Re: [U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-10 Thread Lukasz Majewski
Hi Marek, > Dear Tom Rini, > > > On Mon, Jul 09, 2012 at 01:28:27PM +0200, Lukasz Majewski wrote: > > > Hi Marek, > > > > > > > Those patches add support for composite USB download gadget. > > > > This gadget (at least for now) is equipped with DFU download > > > > function. > > > > > > > > A s

Re: [U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-09 Thread Marek Vasut
Dear Tom Rini, > On Mon, Jul 09, 2012 at 01:28:27PM +0200, Lukasz Majewski wrote: > > Hi Marek, > > > > > Those patches add support for composite USB download gadget. > > > This gadget (at least for now) is equipped with DFU download function. > > > > > > A separate DFU back-end and front-end ha

Re: [U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-09 Thread Tom Rini
On Mon, Jul 09, 2012 at 01:28:27PM +0200, Lukasz Majewski wrote: > Hi Marek, > > > > Those patches add support for composite USB download gadget. > > This gadget (at least for now) is equipped with DFU download function. > > > > A separate DFU back-end and front-end have been added. > > Back-end

Re: [U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-09 Thread Lukasz Majewski
Hi Marek, > Those patches add support for composite USB download gadget. > This gadget (at least for now) is equipped with DFU download function. > > A separate DFU back-end and front-end have been added. > Back-end is placed at ./drivers/dfu directory. The front-end is > implemented as USB func

[U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-04 Thread Lukasz Majewski
Those patches add support for composite USB download gadget. This gadget (at least for now) is equipped with DFU download function. A separate DFU back-end and front-end have been added. Back-end is placed at ./drivers/dfu directory. The front-end is implemented as USB function. The back-end is w