usb: dwc2: Set actual frame number for completed ISOC transfer
authorMinas Harutyunyan <minas.harutyunyan@synopsys.com>
Tue, 12 Mar 2019 09:27:46 +0000 (13:27 +0400)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 3 May 2019 06:13:48 +0000 (09:13 +0300)
commitc8006f67ae0371900e601112d9f9cd8fff1c8387
tree2c578d5d7431392e2a7a71dc4901f009baad31df
parent0c91ca478909d1d755b852970519126107478bfb
usb: dwc2: Set actual frame number for completed ISOC transfer

On ISOC transfer completion, in DDMA mode, set actual frame
number returning to function driver in usb_request.

Due to core limitation, returning frame number is 11-bit wide.

Signed-off-by: Minas Harutyunyan <hminas@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/gadget.c