Re: [PATCH 05/30] usb: dwc2: gadget: Enable BNA interrupt in descriptor DMA mode

2016-11-08 Thread John Youn
On 11/8/2016 1:16 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> From: Vahram Aharonyan >> >> Update endpoint related register descriptions to add DOEPMSK_BNAMSK. >> >> Add BNA interrupt's unmasking during gadget initalization if

Re: [PATCH 05/30] usb: dwc2: gadget: Enable BNA interrupt in descriptor DMA mode

2016-11-08 Thread Felipe Balbi
Hi, John Youn writes: > From: Vahram Aharonyan > > Update endpoint related register descriptions to add DOEPMSK_BNAMSK. > > Add BNA interrupt's unmasking during gadget initalization if descriptor what does BNA stand for? > DMA mode is selected. >

[PATCH 05/30] usb: dwc2: gadget: Enable BNA interrupt in descriptor DMA mode

2016-11-07 Thread John Youn
From: Vahram Aharonyan Update endpoint related register descriptions to add DOEPMSK_BNAMSK. Add BNA interrupt's unmasking during gadget initalization if descriptor DMA mode is selected. Signed-off-by: Vahram Aharonyan Signed-off-by: John Youn