commit | 11af42c8f16247f0f159f9bdb30131fb19373b9d | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Thu Sep 04 11:19:05 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Sep 06 01:24:55 2008 +0200 |
tree | d0cb5743f747384543690ca93f2bbd2aeba99756 | |
parent | 62a3459d4772d5c6b5caa26f1986e0a1d8246910 [diff] |
USB EHCI: reset root hub Some of multi-function USB controllers (e.g. ISP1562) allow root hub resetting only via EHCI registers. So, this patch adds the corresponding kind of reset to OHCI's hc_reset() if the newly introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates board). Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Acked-by: Markus Klotzbuecher <mk@denx.de>