[PATCH v3 02/15] dmaengine: omap: Add support for pause/resume in cyclic dma mode

Vinod Koul vinod.koul at linux.intel.com
Sun Sep 16 23:13:57 EDT 2012


On Fri, 2012-09-14 at 15:05 +0300, Peter Ujfalusi wrote:
> -       /* FIXME: not supported by platform private API */
> -       return -EINVAL;
> +       /* Pause/Resume only allowed with cyclic mode */
> +       if (!c->cyclic)
> +               return -EINVAL; 
This is not a dma restriction right?

-- 
~Vinod




More information about the linux-arm-kernel mailing list