From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Mon, 24 Jun 2013 07:05:12 -0500 Subject: [U-Boot] [RFC] [UBOOT] [PATCH 2/4] USB: dwc3: Initial back port of dwc3 code In-Reply-To: <20130624132450.2a9eedb9@amdc308.digital.local> References: <1371839265-9894-1-git-send-email-dmurphy@ti.com> <1371839265-9894-3-git-send-email-dmurphy@ti.com> <20130624132450.2a9eedb9@amdc308.digital.local> Message-ID: <51C835F8.80709@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ludasz On 06/24/2013 06:24 AM, Lukasz Majewski wrote: > Hi Dan, > >> drivers/usb/dwc3/ep0.c | 1085 ++++++++++++++++ >> drivers/usb/dwc3/gadget.c | 2806 >> +++++++++++++++++++++++++++++++++++++++++ >> drivers/usb/dwc3/gadget.h | 196 +++ > How does this code map to the one already available > at ./drivers/usb/gadget ? Which code specifically are you referring to in the the drivers/usb/gadget? The dwc3 gadget.c is the plumbing for the dwc to the gadget driver. > Is there a change to reuse that code? > > Is your dwc3 gadget implementation working with composite layer? Currently I have only back ported the code for compilation. I was RFCing to get comments on how the header files will need to be updated and moved in order to accommodate the DWC and host stack. > -- ------------------ Dan Murphy