commit | 1591633ed6c4c3994944f31ddb59bc072a2ed0ca | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Fri Jun 15 11:54:36 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jun 15 14:43:44 2012 +0300 |
tree | da7f53396443065797f8be878ba4186a74b3fbf3 | |
parent | dcae3573b98b2205961bfa5821427f5664422cd8 [diff] |
usb: dwc3: giveback all queued request when ep disabled or reset received In case of ep_disable and reset interrupt is received and, still there was at least one request queued for dma transfer, then endpoint is stopped first. Once endpoint is stopped, callback for all queued request must be called. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>