From: David Brownell <david-b@pacbell.net>
To: Anand Gadiyar <gadiyar@gmail.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [patch 2.6.27-rc8-omap 0/7] resend of pending TWL patches
Date: Mon, 6 Oct 2008 16:26:33 -0700 [thread overview]
Message-ID: <200810061626.33616.david-b@pacbell.net> (raw)
In-Reply-To: <57969b5c0810031038w34f02dafxbc664f58cf5965ba@mail.gmail.com>
> >> Where I observed a new oddity: the boot hung right after
> >> listing the MTD partitions. Which is where the EHCI code
> >> would come up ... took that driver out of the build, and
> >> the hang went away. Clue, oh clue; where art thou?
> >>
> >
> > Well... Any chance this bit of code here helps? This infinite loop
> > shouldn't even have been here. Oh well.
Didn't help. :(
This code has so many infinite loops for hardware handshaking
(none with timeouts!) that it's hard to say which one might
be causing this ... if indeed one of them is indeed the cause.
> > ====CUT_HERE=====
> > Remove infinite loop in DPLL 5 programming. Ideally, DPLL5 should be
> > taken care of by the clock framework.
> > ---
> > drivers/usb/host/ehci-omap.c | 2 ++
> > 1 files changed, 2 insertions(+)
> >
> > Index: linux-omap-2.6/drivers/usb/host/ehci-omap.c
> > ===================================================================
> > --- linux-omap-2.6.orig/drivers/usb/host/ehci-omap.c 2008-09-18
> > 14:59:34.000000000 +0530
> > +++ linux-omap-2.6/drivers/usb/host/ehci-omap.c 2008-09-18
> > 15:00:09.737475758 +0530
> > @@ -170,10 +170,12 @@ static int omap_start_ehc(struct platfor
> > (7 << OMAP3430ES2_EN_PERIPH2_DPLL_SHIFT),
> > PLL_MOD, OMAP3430ES2_CM_CLKEN2);
> >
> > +#if 0
> > while (!(cm_read_mod_reg(PLL_MOD, CM_IDLEST2) &
> > OMAP3430ES2_ST_PERIPH2_CLK_MASK))
> > dev_dbg(hcd->self.controller, "idlest2 = 0x%x\n",
> > cm_read_mod_reg(PLL_MOD, CM_IDLEST2));
> > +#endif
> > /* End DPLL5 programming */
> >
>
>
next prev parent reply other threads:[~2008-10-06 23:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-03 15:57 [patch 2.6.27-rc8-omap 0/7] resend of pending TWL patches David Brownell
2008-10-03 16:42 ` David Brownell
[not found] ` <57969b5c0810031036q55075fdbw259159757f25c863@mail.gmail.com>
2008-10-03 17:38 ` Anand Gadiyar
2008-10-03 17:59 ` Marek Vasut
2008-10-06 6:41 ` Tony Lindgren
2008-10-06 23:26 ` David Brownell [this message]
2008-10-12 4:33 ` Steve Sakoman
2008-10-12 6:43 ` David Brownell
2008-10-12 13:21 ` Woodruff, Richard
2008-10-12 16:45 ` Pandita, Vikram
2008-10-12 17:24 ` David Brownell
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=200810061626.33616.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=gadiyar@gmail.com \
--cc=linux-omap@vger.kernel.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.