u-boot/drivers
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
..
bios_emulator drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning 2011-11-27 15:45:47 +01:00
block Blackfin: pata_bfin: fix printf warning 2012-02-12 15:03:26 -05:00
dma i.MX28: Add cache support into the APBH DMA driver 2012-03-29 07:56:25 +02:00
fpga Remove execute permissions from source files 2012-03-04 21:56:15 +01:00
gpio Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 2012-03-26 23:09:24 +02:00
hwmon hwmon: do not init sensors on startup 2011-08-04 23:30:38 +02:00
i2c Revert "ARM: I2C: I2C Multi byte address support" 2012-02-21 07:28:47 +01:00
input x86: Fix some bugs in the i8402 driver when no controller is present 2011-11-29 21:31:35 +11:00
misc pmic_i2c: Return error in case of invalid pmic_i2c_tx_num 2012-03-27 09:41:16 +02:00
mmc i.MX28: Do data transfers via DMA in MMC driver 2012-03-29 07:56:42 +02:00
mtd i.MX28: Add cache support to MXS NAND driver 2012-03-29 07:56:28 +02:00
net net: fec_mxc: allow use with cache enabled 2012-03-29 07:57:20 +02:00
pci pci: move pciauto_config_init() to pci.h 2012-03-04 21:13:33 +01:00
pcmcia PXA: Remove PXA PCMCIA support 2012-03-26 23:09:23 +02:00
power twl4030: fix potential power supply handling issues 2012-03-27 22:05:29 +02:00
qe net/miiphy/serial: drop duplicate "NAMESIZE" define 2012-03-18 20:11:22 +01:00
rtc arm, davinci: move davinci_rtc struct to hardware.h 2011-12-06 23:59:37 +01:00
serial USB:gadget:designware USB device controller (UDC) implementation 2012-03-19 00:08:16 +01:00
spi omap3_spi: receive transmit mode 2012-03-27 22:05:29 +02:00
tpm Introduce generic TPM support in u-boot 2011-12-07 08:45:51 +01:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
video video: cfb_console: fix build warnings 2011-12-07 21:32:19 +01:00
watchdog AT91: fix at91sam_wdt.c to reworked header files 2011-05-18 07:56:51 +02:00