Re: [U-Boot] unassigned-patches/25: [PATCH] USB EHCI: reset root hub

2008-09-01 Thread Markus Klotzbücher
Hi Detlev, On Mon, Sep 01, 2008 at 05:41:48PM +0200, Detlev Zundel wrote: 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

[U-Boot] unassigned-patches/25: [PATCH] USB EHCI: reset root hub

2008-08-15 Thread u-boot
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