[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DA2B3D8.6060707@st.com>
Date: Mon, 11 Apr 2011 13:25:04 +0530
From: viresh kumar <viresh.kumar@...com>
To: "Koul, Vinod" <vinod.koul@...el.com>,
Dan Williams <dan.j.williams@...el.com>
Cc: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Amit GOEL <amit.goel@...com>,
Shiraz HASHIM <shiraz.hashim@...com>,
Armando VISCONTI <armando.visconti@...com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linus.walleij@...ricsson.com" <linus.walleij@...ricsson.com>
Subject: dmaengine: Can we schedule new transfer from dma callback routine??
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists