9
0
Fork 0
barebox/drivers
Sascha Hauer f70ebb28a2 USB ehci: speed up initialization
This is based on the following U-Boot commit:

commit 5f4b4f2fed3ab8590c8c06b78642f8c1467acacf
Author: Vincent Palatin <vpalatin@chromium.org>
Date:   Mon Dec 5 14:52:22 2011 -0800

    ehci: speed up initialization

    According to EHCI specification v1.0, the controller should stabilize
    the power on a port at most 20 ms after the port power bit transition.
    So, we put this setting in the virtual descriptor corresponding field,
    (bPwrOn2PwrGood = 10 => 10 x 2ms = 20ms), this saves about 500ms at each
    controller initialization/enumeration.

    Signed-off-by: Vincent Palatin <vpalatin@chromium.org>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-04-12 21:38:19 +02:00
..
ata Add driver for IDE like interfaces 2011-11-28 09:23:24 +01:00
base NET: Add support for ks8851_mll 2012-03-13 13:35:29 +01:00
clk arm: move clkdev to drivers/clk 2010-09-20 08:56:42 +02:00
eeprom eeprom: add at25 eeprom driver 2011-06-21 13:56:49 +02:00
i2c i2c-omap: add i2c omap4 support 2011-12-21 12:46:01 +01:00
input add gpio keyboard support 2012-02-16 18:17:30 +08:00
led LED: Add LED trigger support 2010-12-20 09:57:35 +01:00
mci Remove duplicate voltage setup for imx-esdhc 2012-03-18 16:16:26 +01:00
mfd Final switch to use combined driver mc13xxx 2012-04-11 09:51:01 +02:00
mtd Merge branch 'next' 2012-04-05 11:09:58 +02:00
net net: at91_ether re-implement against new at91rm9200 api 2012-04-02 10:26:14 +02:00
nor cfi flash: Fix alignment problem 2012-04-05 10:58:02 +02:00
pwm drivers/pwm: add PXA pulse width modulator controller 2012-02-17 10:18:30 +01:00
serial serial S3: fix local structure malloc 2012-03-13 13:23:46 +01:00
spi Merge branch 'master' into next 2011-11-29 20:45:23 +01:00
usb USB ehci: speed up initialization 2012-04-12 21:38:19 +02:00
video Fixup DRIVER_VIDEO_S3C24XX usage. 2012-04-10 09:57:22 +02:00
Kconfig Merge branch 'gpio_keys' of git://uboot.jcrosoft.org/barebox into next 2012-02-17 10:19:25 +01:00
Makefile Merge branch 'gpio_keys' of git://uboot.jcrosoft.org/barebox into next 2012-02-17 10:19:25 +01:00