linux/drivers/usb/renesas_usbhs
Kuninori Morimoto 7fd097e727 usb: gadget: renesas_usbhs: each pipe hold maxpacket size
Current renesas_usbhs pipe accessed DCPMAXP/PIPEMAXP register
to get own maxpacket size every time.
But maxpacket size isn't changed after pipe start,
and register access is too slow.

This patch adds new maxp variable to keep own maxpacket.
And un-used function are removed.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-10-13 20:41:32 +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
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
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: each pipe hold maxpacket size 2011-10-13 20:41:32 +03:00
pipe.h usb: gadget: renesas_usbhs: each pipe hold maxpacket size 2011-10-13 20:41:32 +03:00