From: Kuninori Morimoto Date: Wed, 17 Oct 2012 06:33:30 +0000 (-0700) Subject: usb: renesas_usbhs: fixup dma transfer stall X-Git-Tag: v3.7-rc3~11^2~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb60156defa4f23d5318ea1ddd400f25b2d0ce5;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed