public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* OMAP3530 USB host problems
@ 2009-02-20 18:15 Gary Thomas
  2009-02-20 18:29 ` Felipe Balbi
  0 siblings, 1 reply; 13+ messages in thread
From: Gary Thomas @ 2009-02-20 18:15 UTC (permalink / raw)
  To: Linux OMAP Mailing List

I have a 3530 board (similar to the OMAP3EVM) and I'm trying
to get the USB host working.  Sadly, this is failing, but I
don't quite see why.  From drivers/usb/host/echi-omap.c:
	/* Wait for TLL to be Active */
        timeout = 1000;
	while ((cm_read_mod_reg(CORE_MOD, OMAP2430_CM_IDLEST3)
			& (1 << OMAP3430ES2_ST_USBTLL_SHIFT)))
        {
            if (--timeout <= 0) {
                printk(KERN_ERR "USB TLL is unavailable\n");
                return -ENODEV;
            }
		cpu_relax();
        }

Any clues on why this might be?  How do I solve it?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

end of thread, other threads:[~2009-02-23 18:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20 18:15 OMAP3530 USB host problems Gary Thomas
2009-02-20 18:29 ` Felipe Balbi
2009-02-20 18:50   ` Gary Thomas
2009-02-20 18:54     ` Felipe Balbi
2009-02-20 19:05       ` Gary Thomas
2009-02-20 19:23         ` Felipe Balbi
2009-02-20 19:35           ` Gary Thomas
2009-02-20 19:41             ` Felipe Balbi
2009-02-23 10:21               ` Felipe Balbi
2009-02-23 13:08                 ` Gary Thomas
2009-02-23 13:27                   ` Felipe Balbi
2009-02-23 17:21                     ` Gary Thomas
2009-02-23 18:00                       ` Felipe Balbi

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