]> git.karo-electronics.de Git - linux-beck.git/commit
usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handler
authorVahram Aharonyan <vahrama@synopsys.com>
Tue, 15 Nov 2016 03:16:31 +0000 (19:16 -0800)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 18 Nov 2016 11:54:46 +0000 (13:54 +0200)
commitef750c7142a738d3759f7a644e33fd830b2d6351
tree22d797947e64c6f695633ca9e414e832b2b67b38
parent9d9a6b07ebf5e5f0d72f54e310be881be7ae0803
usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handler

In DDMA mode of operation IN status phase of control write transfer
should start after getting StsPhseRcvd interrupt. This interrupt is
issued by HW once host starts to send IN tokens after data stage.

Signed-off-by: Vahram Aharonyan <vahrama@synopsys.com>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/gadget.c