u-boot-brain/drivers/usb/host
Simon Glass 87f938c9f7 tegra: usb: Add support for Tegra USB peripheral
This adds basic support for the Tegra2 USB controller. Board files should
call board_usb_init() to set things up.

Configuration is performed through the FDT, with aliases used to set the
order of the ports, like this fragment:

        aliases {
		/* This defines the order of our USB ports */
                usb0 = "/usb@0xc5008000";
                usb1 = "/usb@0xc5000000";
        };

drivers/usb/host files ONLY: Acked-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2012-03-29 08:12:48 +02:00
..
ehci-armada100.c
ehci-core.h
ehci-fsl.c
ehci-hcd.c
ehci-ixp4xx.c
ehci-marvell.c
ehci-mpc512x.c
ehci-mx5.c
ehci-mx6.c
ehci-mxc.c
ehci-mxs.c
ehci-omap.c
ehci-pci.c
ehci-ppc4xx.c
ehci-tegra.c
ehci-vct.c
ehci.h
isp116x-hcd.c
isp116x.h
Makefile tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
ohci-at91.c
ohci-hcd.c
ohci.h
r8a66597-hcd.c
r8a66597.h
s3c64xx-hcd.c
sl811-hcd.c
sl811.h
utmi-armada100.c