Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Reset of USB
@ 2004-08-31 14:49 ichinoh
  2004-08-31 21:40 ` Pete Popov
  0 siblings, 1 reply; 5+ messages in thread
From: ichinoh @ 2004-08-31 14:49 UTC (permalink / raw)
  To: linux-mips

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-09-03 16:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-31 14:49 Reset of USB ichinoh
2004-08-31 21:40 ` Pete Popov
2004-09-02 13:17   ` ichinoh
2004-09-02 17:49     ` Pete Popov
2004-09-03 16:12       ` ichinoh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox