Re: [PATCH] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly

2014-11-05 Thread Greg KH
On Wed, Nov 05, 2014 at 06:54:23PM +0100, Sebastian Reichel wrote: > Hi, > > On Tue, Nov 04, 2014 at 11:47:06AM +0530, Kishon Vijay Abraham I wrote: > > From: Oussama Ghorbel > > > > The USB OTG port does not work since v3.16 on omap platform. > > This is a regression introduced by the commit >

Re: [PATCH] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly

2014-11-05 Thread Sebastian Reichel
Hi, On Tue, Nov 04, 2014 at 11:47:06AM +0530, Kishon Vijay Abraham I wrote: > From: Oussama Ghorbel > > The USB OTG port does not work since v3.16 on omap platform. > This is a regression introduced by the commit > eb82a3d846fa (phy: omap-usb2: Balance pm_runtime_enable() on probe failure > and

Re: [PATCH] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly

2014-10-06 Thread Rabin Vincent
On Fri, Sep 26, 2014 at 02:17:47PM +0100, Oussama Ghorbel wrote: > You may find merge conflict since v3.17-rc5. > If necessary I can send a re-based version of this patch on v3.17-rc5 for > seamless integration. Looks like pandaboard USB is still broken on v3.17 due to this bug. Please do send an

Re: [PATCH] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly

2014-09-26 Thread Oussama Ghorbel
You may find merge conflict since v3.17-rc5. If necessary I can send a re-based version of this patch on v3.17-rc5 for seamless integration. In short the line generic_phy = devm_phy_create(phy->dev, &ops, NULL); became generic_phy = devm_phy_create(phy->dev, NULL, &ops, NULL); Oussama On 09/24