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)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 1 Jan 2018 20:50:53 +0000 (20:50 +0000)
commit8fcbf776604a2c7bd52ceb6171cf57577532c1b3
tree425677f69ed596c0b5e1acc17b176254e4fde89e
parent7b416b9dac6ede26d4ca0c1a88b448b543623ff3
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: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/renesas_usbhs/fifo.c