commit | 8897a761c371ceefda98570953185daa3c059ad1 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Sep 22 10:56:08 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Oct 31 11:15:34 2016 +0200 |
tree | ae4bda5b83e61f37660649770601a83b360d065a | |
parent | 5999914f227b20addf01297b3df24be6b4161f69 [diff] |
usb: dwc3: gadget: make use of No Response Update Transfer No Response Update Transfer is a special type of Update Transfer command which can be used whenever we're not relying on XferNotReady to prepare transfers. With this, we don't need to wait for CMDACT to be cleared and issue further commands to the endpoint straight away. Let's start using this version to skip the long-ish wait. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>