--- Robin Farine <[EMAIL PROTECTED]> wrote:
> On Tuesday 19 April 2005 15.52, Ian Campbell wrote:
> 
> > I was seeing this problem on a PXA255 with an isp1160. It went
> > away when I corrected the H_WAKEUP pin to be pulled in the
> > right direction, I can't remember if it needs to be pulled up
> > or down but it needs to be in the state that doesn't cause a
> > wakeup.
> 
> Aha, good point. This pin is connected to a GPIO which I
> initialize to a '1' so that must be it. Unfortunately, I do not
> have the hardware at hand to verify that initializing it to zero
> fixes the CLKRDY polling problem on this platform.
> 
> Thanks for mentioning this,
> 
> Robin

Yes, that's interesting.  On the ISP1362, the H_SUSPEND line needs
to be pulled up, with a low strobe to wake it up.   We never wake
it up with that pin, but the ohci-isp1362 drivers didn't seem to
care.

So, I ignored the error with the CLKRDY pin, but now I'm getting
two problems:
1a. I'm getting failed memory checks 
1b. I'm triggering the _WARN_ON statements regarding HCuPINT_EOT at
the end of write_buffer (which I'm assuming is the cause of 1a)
2. I'm getting 'irq24: nobody cared', which I'm assuming is because
the driver has enabled interrupts on the chip before the driver has
actually requested the IRQ.  (This may be caused by the above
error)

My guess is I'm having trouble with the new write_buffer /
write_fifo (as it uses writesl / writesw instead of its own loop). 
I'm going to go on this assumption (and ignore CLKRDY completely),
unless anyone else runs into this problem or has a good idea.

Thanks again!
Mike



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to