Re: [U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support

2012-04-29 Thread Marek Vasut
Dear Lukasz Majewski, > On Thu, 26 Apr 2012 00:53:01 +0200 > > Marek Vasut wrote: > > Dear Lukasz Majewski, > > > > > USB Composite gadget implementation for u-boot. It builds on top > > > of USB UDC drivers. > > > > > > This commit is based on following files from Linux Kernel v2.6.36: > > >

Re: [U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support

2012-04-26 Thread Lukasz Majewski
On Thu, 26 Apr 2012 00:53:01 +0200 Marek Vasut wrote: > Dear Lukasz Majewski, > > > USB Composite gadget implementation for u-boot. It builds on top > > of USB UDC drivers. > > > > This commit is based on following files from Linux Kernel v2.6.36: > > > > ./include/linux/usb/composite.h > > ./

Re: [U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support

2012-04-25 Thread Marek Vasut
Dear Lukasz Majewski, > USB Composite gadget implementation for u-boot. It builds on top > of USB UDC drivers. > > This commit is based on following files from Linux Kernel v2.6.36: > > ./include/linux/usb/composite.h > ./drivers/usb/gadget/composite.c > > SHA1: d187abb9a83e6c6b6e9f2ca17962bdea

[U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support

2012-04-18 Thread Lukasz Majewski
USB Composite gadget implementation for u-boot. It builds on top of USB UDC drivers. This commit is based on following files from Linux Kernel v2.6.36: ./include/linux/usb/composite.h ./drivers/usb/gadget/composite.c SHA1: d187abb9a83e6c6b6e9f2ca17962bdeafb4bc903 Signed-off-by: Lukasz Majewski