linux-stable/drivers/usb/renesas_usbhs
Kuninori Morimoto 659d495404 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 <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-07 09:10:08 -07:00
..
common.c usb: renesas_usbhs: fixup error processing on probe/remove 2011-05-11 15:17:02 -07:00
common.h usb: renesas_usbhs: divide data transfer functions 2011-06-07 09:10:07 -07:00
fifo.c usb: renesas_usbhs: modify data transfer method 2011-06-07 09:10:08 -07:00
fifo.h usb: renesas_usbhs: modify data transfer method 2011-06-07 09:10:08 -07:00
Kconfig usb: renesas_usbhs: Driver is depend on SuperH 2011-04-29 17:24:29 -07:00
Makefile usb: renesas_usbhs: fifo became independent from pipe. 2011-06-07 09:10:07 -07:00
mod.c usb: renesas_usbhs: add autonomy mode 2011-04-29 17:24:35 -07:00
mod.h usb: renesas_usbhs: add autonomy mode 2011-04-29 17:24:35 -07:00
mod_gadget.c usb: renesas_usbhs: modify data transfer method 2011-06-07 09:10:08 -07:00
pipe.c usb: renesas_usbhs: modify packet queue control method 2011-06-07 09:10:08 -07:00
pipe.h usb: renesas_usbhs: modify packet queue control method 2011-06-07 09:10:08 -07:00