commit | 27b31b91b04bf7b76103d222bd2cbe37c9e59ed0 | [log] [tgz] |
---|---|---|
author | Thinh Nguyen <Thinh.Nguyen@synopsys.com> | Tue May 05 19:46:19 2020 -0700 |
committer | Felipe Balbi <balbi@kernel.org> | Mon May 25 11:09:41 2020 +0300 |
tree | 51675c1427ac53c640f38e8ee2c9808b75c6b632 | |
parent | 5469fd64efcfbc2b9b2edb92c4f906912736d5b0 [diff] |
usb: gadget: f_tcm: Inform last stream request Set the request->is_last to each stream request to indicate that the request is the last stream request of a transfer. The DWC3 controller needs to know this info to properly switch streams. The current implementation of f_tcm uses a single request per transfer, so every stream request is the last of its stream. Signed-off-by: Thinh Nguyen <thinhn@synopsys.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>