original_kernel/drivers/usb/renesas_usbhs
Kuninori Morimoto e8d548d549 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 <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-07 09:10:07 -07:00
..
Kconfig
Makefile
common.c
common.h
fifo.c
fifo.h
mod.c
mod.h
mod_gadget.c
pipe.c
pipe.h usb: renesas_usbhs: fifo became independent from pipe. 2011-06-07 09:10:07 -07:00