Re: [PATCH] usb: musb: Fix obex in g_nokia.ko causing kernel panic

From: Pavel Machek
Date: Tue Apr 15 2014 - 17:37:41 EST


Hi!

> > From: Felipe Balbi <balbi@xxxxxx>
>
> This patch, which is present in 3.14-rc4 as 30a70b026 ("usb: musb: fix
> obex in g_nokia.ko causing kernel panic"), breaks USB gadget support
> on my Pandaboard. Bisecting points to this commit, reverting it makes
> USB gadget support work again. The problem is that this patch deletes
> the call which turns on the PHY.
>
> Config is attached.

Can you try adding

static int omap2430_musb_init(struct musb *musb)
{
...
+ phy_power_on(musb->phy);
return 0;
...
}


?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/