u-boot/arch/arm/cpu
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
..
arm720t Reduce build times 2011-11-03 20:44:58 +01:00
arm920t ARM: fix s3c2410 timer code 2012-03-27 22:08:28 +02:00
arm925t Reduce build times 2011-11-03 20:44:58 +01:00
arm926ejs i.MX28: Enable caches by default 2012-03-29 07:57:08 +02:00
arm946es Reduce build times 2011-11-03 20:44:58 +01:00
arm1136 mx31: add "ARM11P power gating" to get_reset_cause 2012-03-27 09:41:15 +02:00
arm1176 Reduce build times 2011-11-03 20:44:58 +01:00
arm_intcm Reduce build times 2011-11-03 20:44:58 +01:00
armv7 tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
ixp IXP: Squash warnings in IXP NPE 2012-03-26 23:09:26 +02:00
lh7a40x Reduce build times 2011-11-03 20:44:58 +01:00
pxa PXA: Fix missing get_tbclk() breaking vpac boards 2012-03-26 23:09:23 +02:00
s3c44b0 Reduce build times 2011-11-03 20:44:58 +01:00
sa1100 Reduce build times 2011-11-03 20:44:58 +01:00