Re: [PATCH 13/30] usb: dwc2: gadget: Fixes for StsPhseRcvd interrupt

2016-11-08 Thread John Youn
On 11/8/2016 1:25 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> From: Vahram Aharonyan >> >> Corrected unmasking of StsPhseRcvd interrupt not to be performed during >> gadget initialization if operating in Slave mode. >> >> Also moved

Re: [PATCH 13/30] usb: dwc2: gadget: Fixes for StsPhseRcvd interrupt

2016-11-08 Thread Felipe Balbi
Hi, John Youn writes: > From: Vahram Aharonyan > > Corrected unmasking of StsPhseRcvd interrupt not to be performed during > gadget initialization if operating in Slave mode. > > Also moved StsPhsRcvd interrupt checking in endpoint interrupt handler

[PATCH 13/30] usb: dwc2: gadget: Fixes for StsPhseRcvd interrupt

2016-11-07 Thread John Youn
From: Vahram Aharonyan Corrected unmasking of StsPhseRcvd interrupt not to be performed during gadget initialization if operating in Slave mode. Also moved StsPhsRcvd interrupt checking in endpoint interrupt handler to correspond HW databook register field sequence.