commit | 1cb60156defa4f23d5318ea1ddd400f25b2d0ce5 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Oct 16 23:33:30 2012 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Tue Oct 23 09:44:37 2012 +0300 |
tree | ebbe37548ef42bf9e1f7818cb8b72108523b2981 | |
parent | 4f053a24eca933ec10ce68eef61d38d179f34e50 [diff] |
usb: renesas_usbhs: fixup dma transfer stall renesas_usbhs driver can switch DMA/PIO transfer by using handler, and each handler have push/pop direction. But unfortunately, current dma push handler didn't a path which calls usbhs_pipe_enable(). Thus, dma transfer never happened. this patch fixes it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>