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

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

2010-07-20 Thread Stefano Babic
Hi Remy, I would like to add ethernet gadget support for the MUSB driver (used only as peripheral, not otg). I have some problems to understand what is really needed to get it working. >From sources, I see that musb_udc.c was not ported from a corresponding linux driver, but it was implemented fr