1
0
Fork 0
alistair23-linux/drivers/usb/renesas_usbhs
Kuninori Morimoto 1cb60156de usb: renesas_usbhs: fixup dma transfer stall
renesas_usbhs driver can switch DMA/PIO transfer by using handler,
and each handler have push/pop direction.
But unfortunately, current dma push handler didn't a path
which calls usbhs_pipe_enable(). Thus, dma transfer never happened.
this patch fixes it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-10-23 09:44:37 +03: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
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 transfer stall 2012-10-23 09:44:37 +03:00
fifo.h usb: renesas: fix scheduling in atomic context bug 2012-02-14 13:44:53 +02:00
mod.c usb: renesas_usbhs: fixup interrupt status clear method 2012-10-16 12:47:40 +03:00
mod.h renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02: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: fixup: avoid NULL access on error case pipe detach 2012-10-23 09:44:08 +03: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