From: David Brownell <david-b@pacbell.net>
To: felipe.balbi@nokia.com
Cc: tony@atomide.com, linux-omap@vger.kernel.org
Subject: Re: pending patch
Date: Fri, 25 Apr 2008 02:35:21 -0700 [thread overview]
Message-ID: <200804250235.21910.david-b@pacbell.net> (raw)
In-Reply-To: <20080425075245.GX23350@gandalf.research.nokia.com>
On Friday 25 April 2008, Felipe Balbi wrote:
> Hi Tony and Dave,
>
> there's this one pending patch [1]. Do you guys have any comments on that
> one?
>
> Author: Felipe Balbi <felipe.balbi@nokia.com>
> Date: Thu Apr 17 17:34:20 2008 +0300
>
> USB: MUSB: Don't ignore disconnect on suspend
>
> As soon as a usb device is disconnect we should
> fall into a_wait_bcon state, ignoring disconnect
> irq will prevent this behaviour.
If it passes the OTG tests, fine. I don't recall how the
HNP handoff's disconnect signaling is handled ... presumably
it's different from some "real" disconnect.
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
>
> diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
> index c5816a2..019898a 100644
> --- a/drivers/usb/musb/musb_core.c
> +++ b/drivers/usb/musb/musb_core.c
> @@ -659,7 +659,7 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb,
> switch (musb->xceiv.state) {
> #ifdef CONFIG_USB_OTG
> case OTG_STATE_A_SUSPEND:
> - musb->ignore_disconnect = 1;
> + musb->ignore_disconnect = 0;
> musb_g_reset(musb);
> /* FALLTHROUGH */
> case OTG_STATE_A_WAIT_BCON: /* OPT TD.4.7-900ms */
>
> [1] http://marc.info/?l=linux-omap&m=120844324526642&w=2
> --
> - Balbi
>
next prev parent reply other threads:[~2008-04-25 9:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-25 7:52 pending patch Felipe Balbi
2008-04-25 9:35 ` David Brownell [this message]
2008-04-25 10:18 ` Felipe Balbi
2008-04-25 16:36 ` Tony Lindgren
2008-04-25 18:45 ` Felipe Balbi
2008-05-09 9:19 ` Felipe Balbi
2008-05-09 21:55 ` Tony Lindgren
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=200804250235.21910.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=felipe.balbi@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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