[PATCH stable 1/6] usb: dwc2/gadget: fix phy disable sequence

2014-09-09 Thread Robert Baldyga
From: Kamil Debski When the driver is removed s3c_hsotg_phy_disable is called three times instead of once. This results in decreasing of the phy reference counter below zero and thus consecutive inserts of the module fails. This patch removes calls to s3c_hsotg_phy_disable from s3c_hsotg_remove

Re: [PATCH stable 1/6] usb: dwc2/gadget: fix phy disable sequence

2014-09-08 Thread Greg KH
On Mon, Sep 08, 2014 at 08:41:28AM -0500, Felipe Balbi wrote: > On Mon, Sep 08, 2014 at 11:45:27AM +0200, Robert Baldyga wrote: > > From: Kamil Debski > > > > When the driver is removed s3c_hsotg_phy_disable is called three times > > instead of once. This results in decreasing of the phy referenc

Re: [PATCH stable 1/6] usb: dwc2/gadget: fix phy disable sequence

2014-09-08 Thread Felipe Balbi
On Mon, Sep 08, 2014 at 11:45:27AM +0200, Robert Baldyga wrote: > From: Kamil Debski > > When the driver is removed s3c_hsotg_phy_disable is called three times > instead of once. This results in decreasing of the phy reference counter > below zero and thus consecutive inserts of the module fails.

[PATCH stable 1/6] usb: dwc2/gadget: fix phy disable sequence

2014-09-08 Thread Robert Baldyga
From: Kamil Debski When the driver is removed s3c_hsotg_phy_disable is called three times instead of once. This results in decreasing of the phy reference counter below zero and thus consecutive inserts of the module fails. This patch removes calls to s3c_hsotg_phy_disable from s3c_hsotg_remove