Re: [PATCH RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-09-08 Thread Felipe Balbi
Hi, On Mon, Sep 08, 2014 at 10:42:19AM +0200, Robert Baldyga wrote: > On 09/04/2014 09:49 PM, Felipe Balbi wrote: > > Hi, > > > > On Thu, Sep 04, 2014 at 07:37:20PM +, Paul Zimmerman wrote: > >>> From: Felipe Balbi [mailto:ba...@ti.com] > >>> Sent: Thursday, September 04, 2014 12:18 PM > >>>

Re: [PATCH RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-09-08 Thread Robert Baldyga
On 09/04/2014 09:49 PM, Felipe Balbi wrote: > Hi, > > On Thu, Sep 04, 2014 at 07:37:20PM +, Paul Zimmerman wrote: >>> From: Felipe Balbi [mailto:ba...@ti.com] >>> Sent: Thursday, September 04, 2014 12:18 PM >>> >>> On Thu, Sep 04, 2014 at 12:04:23PM -0700, Paul Zimmerman wrote: From: Kami

Re: [PATCH RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-09-04 Thread Felipe Balbi
Hi, On Thu, Sep 04, 2014 at 07:37:20PM +, Paul Zimmerman wrote: > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Thursday, September 04, 2014 12:18 PM > > > > On Thu, Sep 04, 2014 at 12:04:23PM -0700, Paul Zimmerman wrote: > > > From: Kamil Debski > > > > > > When the driver is removed

RE: [PATCH RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-09-04 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, September 04, 2014 12:18 PM > > On Thu, Sep 04, 2014 at 12:04:23PM -0700, Paul Zimmerman wrote: > > From: Kamil Debski > > > > When the driver is removed s3c_hsotg_phy_disable is called three times > > instead of once. This results in d

Re: [PATCH RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-09-04 Thread Felipe Balbi
On Thu, Sep 04, 2014 at 12:04:23PM -0700, Paul Zimmerman 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 RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-09-04 Thread Paul Zimmerman
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

[PATCH RESEND v3 01/12] usb: dwc2/gadget: fix phy disable sequence

2014-08-19 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