Re: [U-Boot] USB CDC Branch: adding gadget for MUSB

2010-07-20 Thread Mike Frysinger
On Tuesday, July 20, 2010 05:46:23 Stefano Babic wrote: > From sources, I see that musb_udc.c was not ported from a corresponding > linux driver, but it was implemented from scratch (ok, maybe not > entirely...) for u-boot. And I see also that musb_core.c in u-boot > contains a small subsets of the

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Remy Bohmer
Hi, >> The device unplug/plug behaviour was a pain for RNDIS, > > Do you mean that Windows and u-boot do not recognize cable unplug? Device unplug/plug behaviour on Windows is so slow... What I mean with unplug/plug is removing and adding the pullup resistor that makes the devices visible to

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Vitaly Kuzmichev
Hi, > We also implemented the CDC and RNDIS on our board and working well. > If you merge your usb gadget tree then we will send the patches also. Have you shared this anywhere (public git?)? I would like to look at your patches to sync them with mine. ___ WBR, Vitaly. On 07/14/2010 11:10 AM, Ky

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Vitaly Kuzmichev
Hi Remi, > What do you mean with ported to 2010.03? > It was already working on latest git, do you mean you backported it to > an older version? I mean that I have to work over our fork of main u-boot 2010.03. Of course before submitting the patches I will test them on both 'master' branches of m

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Kyungmin Park
On Wed, Jul 14, 2010 at 4:48 AM, Remy Bohmer wrote: > Hi, > > 2010/7/13 Vitaly Kuzmichev : >> FYI I'm doing some work on this branch too. > > Great! > >> Actually I have ported it to 2010.03 > > What do you mean with ported to 2010.03? > It was already working on latest git, do you mean you backpo

Re: [U-Boot] USB CDC branch

2010-07-13 Thread Remy Bohmer
Hi, 2010/7/13 Vitaly Kuzmichev : > FYI I'm doing some work on this branch too. Great! > Actually I have ported it to 2010.03 What do you mean with ported to 2010.03? It was already working on latest git, do you mean you backported it to an older version? (I would not expect this would be a big

Re: [U-Boot] USB CDC branch

2010-07-13 Thread Remy Bohmer
Hi Stefano, 2010/7/13 Stefano Babic : > Hi Remy, > > I would like to add support for Ethernet over USB (CDC) for the musb > (musb_udc) controller, basing on your cdc branch in u-boot-usb. Great! > I have seen there are some conflicts and some duplicated structure > between the header imported fr

Re: [U-Boot] USB CDC branch

2010-07-13 Thread Vitaly Kuzmichev
FYI I'm doing some work on this branch too. Actually I have ported it to 2010.03, added RNDIS support and made integration into 'usb' command. However these changes aren't tested yet so the work is still under progress. Probably someone knows about any possible issues with CDC/RNDIS support? And a