From: Kuninori Morimoto Date: Mon, 6 Jun 2011 05:18:23 +0000 (+0900) Subject: usb: renesas_usbhs: modify data transfer method X-Git-Tag: v3.1-rc1~234^2~87 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659d495404d20ff8f96644fca82c772455f1226c;p=pandora-kernel.git usb: renesas_usbhs: modify data transfer method On current driver, main data transfer function was implemented in fifo.c, but the overall controlling was implementing in mod_gadget.c. This style is not useful to support host and DMAEngine in the future. But the interrupt for data transfer cannot separate easily for now, because it is deeply related to mod_gadget. This patch move the overall data transfer method into fifo.c except interrupt. Signed-off-by: Kuninori Morimoto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed