]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: renesas_usbhs: Don't disable the pipe if Control write status stage
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 26 May 2015 11:13:43 +0000 (20:13 +0900)
committerJiri Slaby <jslaby@suse.cz>
Tue, 23 Jun 2015 13:49:30 +0000 (15:49 +0200)
commitb4c2526134d5203e5ef1a17a49ce1edab20b9afd
tree6b29df149e3da7a91cfeef89f6a89545e36a4dab
parent0df0329aa2312ad19f56153541e345f5c1c9b146
usb: renesas_usbhs: Don't disable the pipe if Control write status stage

commit 93fb9127cb63a3246b32d48fa273010764687862 upstream.

This patch fixes an issue that sometimes this controller is not able
to complete the Control write status stage.

This driver should enable DCPCTR.CCPL and PID_BUF to complete the status
stage. However, if this driver detects the ctrl_stage interruption first
before the control write data is received, this driver will clear the
PID_BUF wrongly in the usbhsf_pio_try_pop(). To avoid this issue, this
patch doesn't clear the PID_BUF in the usbhsf_pio_try_pop().
(Since also the privious code doesn't disable the PID_BUF after a control
 transfer was finished, this patch doesn't have any side efforts.)

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/usb/renesas_usbhs/fifo.c