linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* dmaengine: Can we schedule new transfer from dma callback routine??
@ 2011-04-11  7:55 viresh kumar
  2011-04-11  8:56 ` Russell King - ARM Linux
  0 siblings, 1 reply; 5+ messages in thread
From: viresh kumar @ 2011-04-11  7:55 UTC (permalink / raw)
  To: linux-arm-kernel


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-15  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11  7:55 dmaengine: Can we schedule new transfer from dma callback routine?? viresh kumar
2011-04-11  8:56 ` Russell King - ARM Linux
2011-04-11 10:39   ` viresh kumar
2011-04-15  6:45   ` viresh kumar
2011-04-15  9:15     ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).