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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux