]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP5: USB: Add OMAP xHCI file and header
authorDan Murphy <dmurphy@ti.com>
Mon, 26 Aug 2013 13:54:52 +0000 (08:54 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:39 +0000 (23:42 +0200)
commit2d2358ac157e6cc039cfbbbdffbf617526c099c6
tree012bb53fb0796baf923d76fa3e85c0af73b2499b
parentd861a333da84dd7ab70e975171159c37f7d06939
OMAP5: USB: Add OMAP xHCI file and header

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>
arch/arm/include/asm/arch-omap5/xhci-omap.h [new file with mode: 0644]
drivers/usb/host/Makefile
drivers/usb/host/xhci-omap.c [new file with mode: 0644]