commit | 6ff5d09bd2fd5943f5b16cb1e3453446a1f575e2 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Oct 10 22:05:51 2011 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Thu Oct 13 20:41:46 2011 +0300 |
tree | 8adfa67adf3e32329be391720da2184272b64e3a | |
parent | 6e6db82ba9bf2d5912897f77ccf6902cb8543372 [diff] |
usb: gadget: renesas_usbhs: disable pipe on top of interrupt When data read interrupt happened, the pipe is BUF which means "enable". then, next un-necessary interrupt/token might be issued again when all data were popped from fifo. It will cause un-understandable bug. This patch decides pipe disable on top of read interrupt. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>