OSDN Git Service

usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 27 Sep 2017 09:47:12 +0000 (18:47 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Oct 2017 09:51:16 +0000 (11:51 +0200)
commit4661c9b526c3801827c9456a635671fd98c8e7ed
treeba133bd72ced10b12eca059ff47db6cda9e38631
parent760d0f10410aa41d228d4dd580d4892ca902dff0
usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe

commit 6124607acc88fffeaadf3aacfeb3cc1304c87387 upstream.

This patch fixes an issue that the driver sets the BCLR bit of
{C,Dn}FIFOCTR register to 1 even when it's non-DCP pipe and
the FRDY bit of {C,Dn}FIFOCTR register is set to 1.

Fixes: e8d548d54968 ("usb: renesas_usbhs: fifo became independent from pipe.")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/fifo.c