Home
last modified time | relevance | path

Searched hist:"93 fb9127cb63a3246b32d48fa273010764687862" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/renesas_usbhs/
H A Dfifo.cdiff 93fb9127cb63a3246b32d48fa273010764687862 Tue May 26 13:13:43 CEST 2015 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> usb: renesas_usbhs: Don't disable the pipe if Control write status stage

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>