aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/host.c
Commit message (Collapse)AuthorAge
* usb: dwc3: host: Change platform device ID for xhci-hcd to AUTOVivek Gautam2013-01-25
| | | | | | | | | | Multiple dwc3 controllers will try to allocate multiple xhci-hcd interfaces. Changing platform device IDs from NONE to AUTO to support such cases. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: dwc3: core: split host address spaceIdo Shayevitz2012-04-24
| | | | | | | | | This fix prevents a problem with dwc3 and host mode where we were requesting the entire memory region in dwc3/core.c, thus preventing xhci-plat from ever ioremapping its own address space. Signed-off-by: Ido Shayevitz <idos@codeaurora.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: dwc3: host: align on host device nameFelipe Balbi2012-02-06
| | | | | | | PCI uses xhci-hcd, so let's use the same device name to avoid confusion. Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: dwc3: host: remove unused includesSebastian Andrzej Siewior2011-12-12
| | | | | | | None of these are required atm. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: dwc3: add xHCI Host supportFelipe Balbi2011-12-12
The Designware USB3 IP can be configured with an internal xHCI. If we're running on such a version, let's start the xHCI stack. Signed-off-by: Felipe Balbi <balbi@ti.com>