Re: [PATCH] usb: dwc3: gadget: don't request IRQs in atomic

2013-09-23 Thread Felipe Balbi
Hi, On Mon, Sep 23, 2013 at 02:06:12PM -0700, Greg KH wrote: > On Mon, Sep 23, 2013 at 02:26:29PM -0500, Felipe Balbi wrote: > > mainline commit b0d7ffd44ba9cd2dfbf299674418193a5f9ed21a > > > > We cannot request an IRQ with spinlocks held > > as that would trigger a sleeping inside > > spinlock w

Re: [PATCH] usb: dwc3: gadget: don't request IRQs in atomic

2013-09-23 Thread Greg KH
On Mon, Sep 23, 2013 at 02:26:29PM -0500, Felipe Balbi wrote: > mainline commit b0d7ffd44ba9cd2dfbf299674418193a5f9ed21a > > We cannot request an IRQ with spinlocks held > as that would trigger a sleeping inside > spinlock warning. > > Cc: # v3.10 v3.11 > Reported-by: Stephen Boyd > Signed-off-

[PATCH] usb: dwc3: gadget: don't request IRQs in atomic

2013-09-23 Thread Felipe Balbi
mainline commit b0d7ffd44ba9cd2dfbf299674418193a5f9ed21a We cannot request an IRQ with spinlocks held as that would trigger a sleeping inside spinlock warning. Cc: # v3.10 v3.11 Reported-by: Stephen Boyd Signed-off-by: Felipe Balbi --- Paul reported that this patch wasn't on v3.11 so I cherry