From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Jul 2015 19:03:50 +0200 Subject: [U-Boot] Question about DWC3 USB controller driver In-Reply-To: References: Message-ID: <201507271903.51057.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, July 27, 2015 at 05:37:52 PM, Masahiro Yamada wrote: > Hi Marek, other USB guys, Hi! > I noticed commit dc9cdf859e11de (usb: dwc3: Add DWC3 controller driver > support) was pulled into the mainline a few days ago. > > > Now we have two drivers with similar names. > > > - drivers/usb/dwc3/ > - drivers/usb/host/xhci-dwc3.c > > > Are they the same hardware, or completely different ones? dwc3 is the USB gadget, drivers/usb/host/xhci-dwc3 is the USB host. I believe the host part should be merged into drivers/usb/xhci-dwc3 eventually. > I am not tracking USB subsystem these days, > nor am I USB expert, but I'd like to be sure. > > > Marek, I think you can answer my question > because both of the two were applied by you. I hope it helps! Best regards, Marek Vasut