u-boot/arch/arm/include/asm/arch-tegra2
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
..
board.h tegra: Add support for UART init in cpu board.c 2011-12-24 10:23:32 +01:00
clk_rst.h tegra2: Add more clock functions 2011-10-27 21:56:29 +02:00
clock.h tegra: fdt: Add function to return peripheral/clock ID 2012-03-29 08:12:48 +02:00
funcmux.h tegra: Add SDMMC support to funcmux 2012-02-12 10:11:22 +01:00
gpio.h GPIO: Tegra2: add GPIO driver for Tegra2 2011-07-04 10:55:26 +02:00
mmc.h tegra2: Move tegra2_mmc_init() prototype to public header. 2011-12-24 10:23:31 +01:00
pinmux.h tegra2: Add more pinmux functions 2011-10-27 21:56:29 +02:00
pmc.h arm: Tegra2: add support for A9 CPU init 2011-04-27 19:38:09 +02:00
scu.h arm: Tegra2: add support for A9 CPU init 2011-04-27 19:38:09 +02:00
sys_proto.h arm: Tegra2: Add basic NVIDIA Tegra2 SoC support 2011-02-21 08:30:54 +01:00
tegra2.h tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
tegra2_spi.h tegra2: spi: Add SPI driver for Tegra2 SOC 2011-12-24 10:23:30 +01:00
timer.h Tegra2: Add microsecond timer function 2011-09-04 11:36:15 +02:00
uart-spi-switch.h tegra2: Implement SPI / UART GPIO switch 2011-12-24 10:23:31 +01:00
uart.h arm: Tegra2: Add basic NVIDIA Tegra2 SoC support 2011-02-21 08:30:54 +01:00
usb.h tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00