| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Reset of USB |
| From: | ichinoh@mb.neweb.ne.jp |
| Date: | Tue, 31 Aug 2004 23:49:31 +0900 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hello , I invoked the Linux kernel on ALCHEMY DBAU1100 by U-BOOT.The processing which resets USB-OHCI of the head of a kernel is not completed. (refer to *)
Au1100 does not indicate "reset is completed."
Is this phenomenon experienced?
In addition,
this phenomenon is not encountered when starting a kernel by YAMON.
*:
arch/mips/au1000/common/setup.c
#ifdef CONFIG_USB_OHCI
// enable host controller and wait for reset done
au_writel(0x08, USB_HOST_CONFIG);
udelay(1000);
au_writel(0x0E, USB_HOST_CONFIG);
udelay(1000);
au_readl(USB_HOST_CONFIG); // throw away first read
while (!(au_readl(USB_HOST_CONFIG) & 0x10))
au_readl(USB_HOST_CONFIG);
#endif
Best regards,
Nyauyama
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | *未承諾と購読申し込み広告■6千万円で今の悩み解決■6千万円で年金不安は解決の方法はあります■年金は国依存で悲劇・自己責任で8千万円■景気回復開始の時こそチャンス, 経済文庫メルマガ |
|---|---|
| Next by Date: | [PATCH] New error codes for Alpha, MIPS, PA-RISC, Sparc & Sparc64, David Howells |
| Previous by Thread: | *未承諾と購読申し込み広告■6千万円で今の悩み解決■6千万円で年金不安は解決の方法はあります■年金は国依存で悲劇・自己責任で8千万円■景気回復開始の時こそチャンス, 経済文庫メルマガ |
| Next by Thread: | Re: Reset of USB, Pete Popov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |