linux-stable/drivers/usb/renesas_usbhs
Kuninori Morimoto f5aa889f72 usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc
Current usbhs_pipe_malloc() used usb_endpoint_descriptor to
get necessary information.
It was very good for mod_gadget which allocate pipe in runtime,
but is not good for mod_host which allocate pipe in initial timing.
This patch remove usb_endpoint_descriptor from usbhs_pipe_malloc()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-10-13 20:40:38 +03:00
..
common.c usb: gadget: renesas_usbhs: add suspend/resume support 2011-10-13 20:40:00 +03:00
common.h usb: renesas_usbhs: add DMAEngine support 2011-06-07 09:10:10 -07:00
fifo.c usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.c 2011-10-13 20:40:01 +03:00
fifo.h usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.c 2011-10-13 20:40:01 +03:00
Kconfig usb: renesas_usbhs: compile/config are rescued 2011-07-08 14:57:12 -07:00
Makefile usb: renesas_usbhs: fifo became independent from pipe. 2011-06-07 09:10:07 -07:00
mod.c USB: irq: Remove IRQF_DISABLED 2011-09-18 01:39:36 -07:00
mod.h usb: renesas_usbhs: add autonomy mode 2011-04-29 17:24:35 -07:00
mod_gadget.c usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc 2011-10-13 20:40:38 +03:00
pipe.c usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc 2011-10-13 20:40:38 +03:00
pipe.h usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc 2011-10-13 20:40:38 +03:00