All of lore.kernel.org
 help / color / mirror / Atom feed
* USB hangs on AU1100
@ 2005-05-05 15:54 Rodolfo Giometti
  2005-05-05 16:42 ` Pete Popov
  0 siblings, 1 reply; 12+ messages in thread
From: Rodolfo Giometti @ 2005-05-05 15:54 UTC (permalink / raw)
  To: linux-mips

Hello,

I'm just using USB host support on a AU1100 developing board (DB1100
configuration) and i notice that CPU locks in function
au1xxx_start_hc():

        /* wait for reset complete (read register twice; see au1500 errata) */
        while (au_readl(USB_HOST_CONFIG),
                !(au_readl(USB_HOST_CONFIG) & USBH_ENABLE_RD))
                udelay(1000);

while waiting for USB controller to reset. I checked it out and I
discovered that register USB_HOST_CONFIG is fixed at value 0xe! So the
controller never reset...

Linux is 2.6.12-rc3 from CVS.

Someone knows whats wrong?

Thanks in advance,

Rodolfo Giometti

-- 

GNU/Linux Solutions                  e-mail:    giometti@linux.it
Linux Device Driver                             giometti@enneenne.com
Embedded Systems                     home page: giometti.enneenne.com
UNIX programming                     phone:     +39 349 2432127

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

end of thread, other threads:[~2005-05-06 15:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-05 15:54 USB hangs on AU1100 Rodolfo Giometti
2005-05-05 16:42 ` Pete Popov
2005-05-05 17:20   ` Thiemo Seufer
2005-05-05 17:51     ` Maciej W. Rozycki
2005-05-05 18:50       ` Pete Popov
2005-05-05 17:56     ` Ulrich Teichert
2005-05-05 17:56       ` Ulrich Teichert
2005-05-05 19:18       ` Thiemo Seufer
2005-05-06  9:18   ` Rodolfo Giometti
2005-05-06 14:27   ` Rodolfo Giometti
2005-05-06 14:54     ` Dan Malek
2005-05-06 15:51     ` Pete Popov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.