- Jul 09, 2014
-
-
Felipe Balbi authored
some boards won't work if the PHY isn't explicitly powered up. Signed-off-by:
Felipe Balbi <balbi@ti.com>
-
- Oct 22, 2013
-
-
Troy Kisky authored
commit bba67914 "usb: rename board_usb_init_type to usb_init_type" missed xhci-omap.c So, fix that patch here, and fix a checkpatch warning. WARNING: Avoid unnecessary line continuations Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Oct 20, 2013
-
-
Dan Murphy authored
Add the support for the dra7xx xhci usb host. dra7xx does not contain an EHCI controller so the headers can be removed from the board file. The xHCI host on dra7xx is connected to a usb2 phy so need to add support to enable those clocks. Signed-off-by:
Dan Murphy <dmurphy@ti.com>
-
Dan Murphy authored
Moving the usb/phy code from xhci-omap to the usb/phy directory and moving the associated phy code over to the new file. Newer TI processors adding xHCI support will have different PHY configurations so therefore abstracting this code away will prevent messing around with the xhci-omap file itself. Signed-off-by:
Dan Murphy <dmurphy@ti.com>
-
Dan Murphy authored
Recent patches declares board_usb_init function prototype for a new usb architecture. Turning on the OMAP_XHCI defines cause a redefinition compiler failure. So update the board_usb_init to the latest prototype. Signed-off-by:
Dan Murphy <dmurphy@ti.com>
-
Dan Murphy authored
Moving the xhci-omap header to a more global location so that other code can reference this code. Signed-off-by:
Dan Murphy <dmurphy@ti.com>
-
Dan Murphy authored
Add the OMAP file for the xHCI Host controller This code will initilialize the proper components within the OMAP5 to enable the xHCI host controller. Signed-off-by:
Dan Murphy <dmurphy@ti.com>
-