Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-03-26 Thread Serge Semin
On Fri, Mar 26, 2021 at 02:34:23PM +0100, Greg Kroah-Hartman wrote: > On Wed, Mar 24, 2021 at 03:18:58PM +0300, Serge Semin wrote: > > Hi Greg, > > > > On Tue, Mar 23, 2021 at 12:29:17PM +0100, Greg Kroah-Hartman wrote: > > > On Thu, Feb 18, 2021 at 06:40:51PM +0300, Serge Semin wrote: > > > > On

Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-03-26 Thread Greg Kroah-Hartman
On Wed, Mar 24, 2021 at 03:18:58PM +0300, Serge Semin wrote: > Hi Greg, > > On Tue, Mar 23, 2021 at 12:29:17PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Feb 18, 2021 at 06:40:51PM +0300, Serge Semin wrote: > > > On Thu, Feb 18, 2021 at 04:32:29PM +0100, Greg Kroah-Hartman wrote: > > > > On

Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-03-24 Thread Serge Semin
Hi Greg, On Tue, Mar 23, 2021 at 12:29:17PM +0100, Greg Kroah-Hartman wrote: > On Thu, Feb 18, 2021 at 06:40:51PM +0300, Serge Semin wrote: > > On Thu, Feb 18, 2021 at 04:32:29PM +0100, Greg Kroah-Hartman wrote: > > > On Thu, Feb 18, 2021 at 06:29:04PM +0300, Serge Semin wrote: > > > > Bjorn,

Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-03-23 Thread Greg Kroah-Hartman
On Thu, Feb 18, 2021 at 06:40:51PM +0300, Serge Semin wrote: > On Thu, Feb 18, 2021 at 04:32:29PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Feb 18, 2021 at 06:29:04PM +0300, Serge Semin wrote: > > > Bjorn, Greg, Felippe, Andy, > > > Any comments on this series? Bjorn, Greg you asked me to

Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-02-18 Thread Serge Semin
On Thu, Feb 18, 2021 at 04:32:29PM +0100, Greg Kroah-Hartman wrote: > On Thu, Feb 18, 2021 at 06:29:04PM +0300, Serge Semin wrote: > > Bjorn, Greg, Felippe, Andy, > > Any comments on this series? Bjorn, Greg you asked me to resend the > > patches related with the DW USB3 node name change. I did as

Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-02-18 Thread Greg Kroah-Hartman
On Thu, Feb 18, 2021 at 06:29:04PM +0300, Serge Semin wrote: > Bjorn, Greg, Felippe, Andy, > Any comments on this series? Bjorn, Greg you asked me to resend the > patches related with the DW USB3 node name change. I did as you said, > but no news since then. I'd be glad to have this patch accepted

Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-02-18 Thread Serge Semin
Bjorn, Greg, Felippe, Andy, Any comments on this series? Bjorn, Greg you asked me to resend the patches related with the DW USB3 node name change. I did as you said, but no news since then. I'd be glad to have this patch accepted in some -next repo and forget about it. -Sergey On Fri, Feb 12,

[PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement

2021-02-12 Thread Serge Semin
of_get_child_by_name() increments the reference counter of the OF node it managed to find. So after the code is done using the device node, the refcount must be decremented. Add missing of_node_put() invocation then to the dwc3_qcom_of_register_core() method, since DWC3 OF node is being used only