
Hi Markus,
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
Added to GNATS database as unassigned-patches/25
Responsible: patch-coord Message-Id: 1218807733-26929-3-git-send-email-dzu@denx.de In-Reply-To: 1218807733-26929-2-git-send-email-dzu@denx.de References: 1218807733-26929-1-git-send-email-dzu@denx.de 1218807733-26929-2-git-send-email-dzu@denx.de Patch-Date: Fri Aug 15 15:42:10 +0200 2008
drivers/usb/usb_ohci.c | 31 +++++++++++++++++++++++++++++++ drivers/usb/usb_ohci.h | 3 +++ include/configs/socrates.h | 1 + 3 files changed, 35 insertions(+), 0 deletions(-)
Any comments on this?
Thanks Detlev