linux-stable/drivers/usb/renesas_usbhs
Kuninori Morimoto 4bd0481152 usb: renesas_usbhs: divide data transfer functions
DMAEngine will be supported to this driver in the future.
Then, both PIO and DMA data transfer method should be supported.
But, the transfer function can returns the result immediately
in PIO version, but it can't in DMA version.
This patch divides data transfer functions into top/bottom half
in preparation for DMAEngine support.

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
..
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: divide data transfer functions 2011-06-07 09:10:07 -07:00
fifo.h usb: renesas_usbhs: divide data transfer functions 2011-06-07 09:10:07 -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: divide data transfer functions 2011-06-07 09:10:07 -07:00
pipe.c usb: renesas_usbhs: divide data transfer functions 2011-06-07 09:10:07 -07:00
pipe.h usb: renesas_usbhs: divide data transfer functions 2011-06-07 09:10:07 -07:00