From: Kuninori Morimoto Date: Mon, 6 Jun 2011 05:18:50 +0000 (+0900) Subject: usb: renesas_usbhs: add pipe/fifo link X-Git-Tag: v3.1-rc1~234^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77e3f4e1743834c7b4acb54004ffd7f57c82582;p=pandora-kernel.git usb: renesas_usbhs: add pipe/fifo link renesas_usbhs has CFIFO which is for PIO transfer, and D0FIFO/D1FIFO which are for DMA transfer. The pipe selects one of these fifo when it send/recv data. But fifo must not be selected to different pipe in same time. This patch add pipe/fifo link for each other, and fifo is not selected by another pipe until it is unselected. Signed-off-by: Kuninori Morimoto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed