commit | 9d9a6b07ebf5e5f0d72f54e310be881be7ae0803 | [log] [tgz] |
---|---|---|
author | Vahram Aharonyan <vahrama@synopsys.com> | Mon Nov 14 19:16:29 2016 -0800 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Nov 18 13:54:45 2016 +0200 |
tree | ef794f17b040b08ee64c8c6ea947287542f0619c | |
parent | aa3e8bc81311ec392821dfc1c8ce7aa23021ad64 [diff] |
usb: dwc2: gadget: Fixes for StsPhseRcvd interrupt The StsPhseRcvd interrupt should not be enabled in slave mode. Also move the StsPhsRcvd interrupt checking in the endpoint interrupt handler to the correct order according to the databook. The interrupt itself will be implemented in a later commit. Signed-off-by: Vahram Aharonyan <vahrama@synopsys.com> Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>