[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1311608634.2945.265.camel@work-vm>
Date: Mon, 25 Jul 2011 08:43:54 -0700
From: john stultz <johnstul@...ibm.com>
To: Felipe Balbi <balbi@...com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>,
lkml <linux-kernel@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Nicolas Pitre <nicolas.pitre@...aro.org>
Subject: Re: [RFC][PATCH] musb: Avoid musb_gadget_pullup "Unhandled fault"
oops on omap4
On Wed, 2011-07-20 at 17:09 -0700, John Stultz wrote:
> I've recently run across an "Unhandled fault: imprecise external abort"
> oops that is caused when a driver called usb_gadget_connect() when there
> was no cable plugged into the musb gadget port.
Felipe: Ping? Any thoughts on this patch?
thanks
-john
> Reported-by: Zach Pfeffer <zach.pfeffer@...aro.org>
> Signed-off-by: John Stultz <john.stultz@...aro.org>
>
> diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c
> index 6aeb363..548338c 100644
> --- a/drivers/usb/musb/musb_gadget.c
> +++ b/drivers/usb/musb/musb_gadget.c
> @@ -1698,6 +1698,8 @@ static int musb_gadget_pullup(struct usb_gadget *gadget, int is_on)
>
> is_on = !!is_on;
>
> + pm_runtime_get_sync(musb->controller);
> +
> /* NOTE: this assumes we are sensing vbus; we'd rather
> * not pullup unless the B-session is active.
> */
> @@ -1707,6 +1709,9 @@ static int musb_gadget_pullup(struct usb_gadget *gadget, int is_on)
> musb_pullup(musb, is_on);
> }
> spin_unlock_irqrestore(&musb->lock, flags);
> +
> + pm_runtime_put(musb->controller);
> +
> return 0;
> }
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists