dmaengine: Can we schedule new transfer from dma callback routine??

viresh kumar viresh.kumar at st.com
Mon Apr 11 03:55:04 EDT 2011


Hello,

In dw_dmac.c driver, dwc_descriptor_complete() routine, following is
mentioned before calling callback:

	/*
	 * The API requires that no submissions are done from a
	 * callback, so we don't need to drop the lock here
	 */
	if (callback)
		callback(param);

Does this hold true for dmaengine??

-- 
viresh



More information about the linux-arm-kernel mailing list