On Fri, May 29, 2020 at 3:33 PM Minas Harutyunyan Minas.Harutyunyan@synopsys.com wrote:
So, can we conclude on this solution?
dwc2_disable_global_interrupts(hsotg); synchronize_irq(hsotg->irq)
That solution is fine with me. Disabling the dwc2 interrupt sources in initialization before the handlers are registered is also worth doing, but it doesn't have to be in the same patch.
Hi,
On Fri, May 29, 2020 at 12:45 PM Frank Mori Hess fmh6jj@gmail.com wrote:
On Fri, May 29, 2020 at 3:33 PM Minas Harutyunyan Minas.Harutyunyan@synopsys.com wrote:
So, can we conclude on this solution?
dwc2_disable_global_interrupts(hsotg); synchronize_irq(hsotg->irq)
That solution is fine with me. Disabling the dwc2 interrupt sources in initialization before the handlers are registered is also worth doing, but it doesn't have to be in the same patch.
Sounds fine to me.
-Doug
linux-stable-mirror@lists.linaro.org