diff options
author | 2019-10-24 13:44:15 +0400 | |
---|---|---|
committer | 2020-01-15 10:39:20 +0100 | |
commit | 6070636c4918c3c06e54edecdb323c8b57116768 (patch) | |
tree | f560af307fc846c8fa654a5d64bb94b0f485220a /drivers/usb/cdns3/cdns3-imx.c | |
parent | usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before set (diff) | |
download | linux-dev-6070636c4918c3c06e54edecdb323c8b57116768.tar.xz linux-dev-6070636c4918c3c06e54edecdb323c8b57116768.zip |
usb: dwc2: Fix Stalling a Non-Isochronous OUT EP
Stalling a Non-Isochronous OUT Endpoint flow changed according
programming guide.
In dwc2_hsotg_ep_sethalt() function for OUT EP should not be set STALL bit.
Instead should set SGOUTNAK in DCTL register. Set STALL bit should be
set only after GOUTNAKEFF interrupt asserted.
Signed-off-by: Minas Harutyunyan <hminas@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions