commit | 05bb7013038a2b609aef14ad4e07afe031daec49 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Mon Oct 31 16:01:33 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 14 11:51:20 2011 -0800 |
tree | 43e2f10f1da6a3bb1c35bcac10cfb383d4a71f66 | |
parent | b8cbbf803d5ad0971665dd502d784148464c6d1a [diff] |
usb: gadget: r8a66597-udc: fix flush fifo handling The "BCLR" in CFIFOCTR/DnFIFOCTR can flush the fifo of "CPU side" only. To flush the fifo of "SIE side", we have to use the "ACLRM" in PIPEnCTR. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>