linux/drivers/usb/renesas_usbhs
Kuninori Morimoto c2fa3edc58 usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos
__usbhs_for_each_pipe() is the macro which moves around each pipe,
but it has a bug which didn't care about 1st pipe's position.
Because of this bug, it moves around
pipe0, pipe2, pipe3 ... even though it requested pipe1, pipe2, pipe3...
This patch modifies it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-10-16 12:47:35 +03:00
..
common.c usb: renesas_usbhs: convert to devm_xxx() 2012-09-11 13:57:18 -07:00
common.h renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02:00
fifo.c usb: renesas_usbhs: fixup DMA transport data alignment 2012-09-05 16:52:08 -07:00
fifo.h usb: renesas: fix scheduling in atomic context bug 2012-02-14 13:44:53 +02:00
Kconfig usb: gadget: renesas_usbhs: drop dependency 2011-10-13 20:41:54 +03:00
Makefile usb: gadget: renesas_usbhs: fixup driver compile style 2011-10-13 20:41:54 +03:00
mod_gadget.c usb: renesas_usbhs: gadget: add support for set_selfpowered 2012-05-04 15:53:05 +03:00
mod_host.c usb: renesas_usbhs: mod_host: add missing .bus_suspend/resume 2012-08-10 11:53:23 -07:00
mod.c usb: renesas_usbhs: modify the irq handler for sharing irq 2012-09-05 16:52:08 -07:00
mod.h renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02:00
pipe.c renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02:00
pipe.h usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos 2012-10-16 12:47:35 +03:00