commit | 5785e87a3db80a033c16e19de7741bc444f50f1a | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Wed Dec 06 17:18:33 2017 +0900 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Dec 12 13:04:11 2017 +0200 |
tree | e7d630ed5621beb0aaca2dbcd09e8ad060d6f9d4 | |
parent | 8d8a0435d10225499ddc8ad36446773ddecaf484 [diff] |
usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs_pkt_pop() This patch uses usbhs_pipe_clear_without_sequence() instead of usbhsf_fifo_clear() because usbhsf_fifo_clear() may not clear the pipe buffer completely. This patch also changes the clearing condition from DMA only to both DMA and PIO. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>