From: Kuninori Morimoto Date: Mon, 6 Jun 2011 05:18:03 +0000 (+0900) Subject: usb: renesas_usbhs: fifo became independent from pipe. X-Git-Tag: v3.1-rc1~234^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8d548d549688d335236f7f6f8bcee141a207ff8;p=pandora-kernel.git usb: renesas_usbhs: fifo became independent from pipe. Current renesas_usbhs has PIO data transfer mode which controls CFIFO. And it was implemented in pipe.c. But, fifo control method needs more flexible implementation to support DMAEngine. This patch create fifo.c, and it became independent from pipe.c. Signed-off-by: Kuninori Morimoto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed