public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: linux-omap@vger.kernel.org
Subject: Re: Git tree updated to v2.6.29-rc1, omap-2.6.28 branch added
Date: Thu, 15 Jan 2009 14:01:17 -0800	[thread overview]
Message-ID: <200901151401.17763.david-b@pacbell.net> (raw)
In-Reply-To: <20090115154327.GF4128@atomide.com>

On Thursday 15 January 2009, Tony Lindgren wrote:
> I've updated our git tree to v2.6.29-rc1,

OK, after adding the IRQ patch from Anand, and the appended
USB patch (from before the 2.6.29 merge window), it builds.

Then when it tries to boot, (a) the HSMMC driver reports
"error -110" then chokes, so no root FS; and then (b) MUSB
misdetects the high speed hub as full speed then chokes,
so no network links either.  I'm not thinking (a) relates
to the "can't get debounce clock" message, I saw that on
earlier code that still booted just fine.

That's on a trusty Beagle config.  I don't think I'll be
upgrading anything else just yet...

- Dave


============= CUT HERE
Subject: drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build
From: David Brownell <dbrownell@users.sourceforge.net>

Carry out the PM-routine interface change in the USB OTG pathway.  This
was omitted from the earlier interface-change patch by mistake.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg KH <greg@kroah.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Felipe Balbi <felipe.balbi@nokia.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/usb/core/hub.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/usb/core/hub.c~drivers-usb-core-hubc-fix-config_usb_otg=y-build drivers/usb/core/hub.c
--- a/drivers/usb/core/hub.c~drivers-usb-core-hubc-fix-config_usb_otg=y-build
+++ a/drivers/usb/core/hub.c
@@ -1554,7 +1554,7 @@ static int usb_configure_device_otg(stru
 		 * (Includes HNP test device.)
 		 */
 		if (udev->bus->b_hnp_enable || udev->bus->is_b_host) {
-			err = usb_port_suspend(udev);
+			err = usb_port_suspend(udev, PMSG_SUSPEND);
 			if (err < 0)
 				dev_dbg(&udev->dev, "HNP fail, %d\n", err);
 		}

  parent reply	other threads:[~2009-01-15 22:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-15 15:43 Git tree updated to v2.6.29-rc1, omap-2.6.28 branch added Tony Lindgren
2009-01-15 18:21 ` David Brownell
2009-01-15 22:01 ` David Brownell [this message]
2009-01-16  7:44   ` Tony Lindgren
2009-01-16  7:59     ` David Brownell
2009-01-16  8:12       ` Tony Lindgren
2009-01-16  8:51         ` Tony Lindgren
2009-01-18  3:46           ` 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=200901151401.17763.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox