Searched hist:"76 a638f8ac0dd1dadee8f87acff36174d473b7c1" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/dwc3/ |
H A D | core.h | 76a638f8ac0dd1dadee8f87acff36174d473b7c1 Mon Oct 31 11:38:36 UTC 2016 Baolin Wang <baolin.wang@linaro.org> usb: dwc3: gadget: wait for End Transfer to complete
Instead of just delaying for 100us, we should actually wait for End Transfer Command Complete interrupt before moving on. Note that this should only be done if we're dealing with one of the core revisions that actually require the interrupt before moving on.
[ felipe.balbi@linux.intel.com: minor improvements ]
Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | gadget.c | 76a638f8ac0dd1dadee8f87acff36174d473b7c1 Mon Oct 31 11:38:36 UTC 2016 Baolin Wang <baolin.wang@linaro.org> usb: dwc3: gadget: wait for End Transfer to complete
Instead of just delaying for 100us, we should actually wait for End Transfer Command Complete interrupt before moving on. Note that this should only be done if we're dealing with one of the core revisions that actually require the interrupt before moving on.
[ felipe.balbi@linux.intel.com: minor improvements ]
Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|