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>
This commit is contained in:
Kuninori Morimoto
2011-06-06 14:18:03 +09:00
committed by Greg Kroah-Hartman
parent ad6f2a8bc5
commit e8d548d549
7 changed files with 290 additions and 251 deletions

View File

@@ -24,6 +24,7 @@ struct usbhs_priv;
#include "./mod.h"
#include "./pipe.h"
#include "./fifo.h"
/*
*