musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLY
authorHans de Goede <hdegoede@redhat.com>
Sun, 20 Sep 2015 21:02:19 +0000 (17:02 -0400)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Oct 2015 21:35:00 +0000 (16:35 -0500)
commitf301fe22bab90a0377096bfd831ef7c99ece1a40
tree029f02862fad726776770d8ed4aba0ffc4b5ee36
parent94218ee31ba56fb3a8625978b393124ad660408e
musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLY

Now that it is possible to build in multiple dma engines, we can no longer
require MUSB_PIO_ONLY to be set when using the sunxi musb glue.

This patch adds dummy dma hooks to make the musb glue work without
MUSB_PIO_ONLY. This hooks are fake because we do not support dma with
musb on sunxi. The Allwinnner Android kernels have some dma code, but it
is disabled as Allwinner never managed to get it to work.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/sunxi.c
This page took 0.026103 seconds and 5 git commands to generate.