commit | 0676c7e734e3807f4e91f5d0edcaeed1f5ff412a | [log] [tgz] |
---|---|---|
author | Du, Changbin <changbin.du@intel.com> | Fri Dec 04 15:38:23 2015 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Tue Dec 22 11:50:03 2015 -0600 |
tree | a111cd1a0763d057dc1c225fd5fc5c59bdae6c67 | |
parent | a5beaaf39455e4388251e95ef2ce6849cabf3393 [diff] |
usb: dwc2: fix transfer stop programming for out endpoint To stop an out endpoint, software should set sets the Global OUT NAK, but not the Global Non-periodic IN NAK. This driver bug leads the out-ep failed be in disabled state with below error. dwc2_hsotg_ep_stop_xfr: timeout DOEPCTL.EPDisable Acked-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Du, Changbin <changbin.du@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>