From: Thiemo Seufer <ths@networkno.de>
To: "'linux-mips@linux-mips.org'" <linux-mips@linux-mips.org>
Subject: Re: USB hangs on AU1100
Date: Thu, 5 May 2005 19:20:17 +0200 [thread overview]
Message-ID: <20050505172017.GC1628@hattusa.textio> (raw)
In-Reply-To: <1115311361.1614.6.camel@localhost.localdomain>
Pete Popov wrote:
> On Thu, 2005-05-05 at 17:54 +0200, Rodolfo Giometti wrote:
> > 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?
>
> It sounds like this is a custom Au1100 based board? What boot code are
> you running? I'm guessing the SOC isn't setup correctly or you have a
> HW problem.
I wonder if the code works reliable. At least, a comma operator isn't a
sequence point, which means the compiler is free to change the execution
order.
Thiemo
next prev parent reply other threads:[~2005-05-05 17:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050505172017.GC1628@hattusa.textio \
--to=ths@networkno.de \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.