From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH V2 08/12] dmaengine/dw_dmac: Unmap all memory buffers after completion of slave transfers Date: Wed, 18 Jan 2012 15:24:44 +0530 Message-ID: <4F1696E4.9070806@st.com> References: <20120118093620.GC1068@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120118093620.GC1068@n2100.arm.linux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King - ARM Linux Cc: Rajeev KUMAR , Bhupesh SHARMA , "linus.walleij@linaro.org" , "perex@perex.cz" , Vipin KUMAR , Mirko GARDI , Vincenzo FRASCINO , Pratyush ANAND , "vinod.koul@intel.com" , Deepak SIKRI , "cjb@laptop.org" , "hskinnemoen@gmail.com" , Bhavna YADAV , Armando VISCONTI , "egtvedt@samfundet.no" , Shiraz HASHIM , Amit VIRDI , Vipul Kumar SAMAR , "dan.j.williams@intel.com" , Ulf HANSSON , "linux-arm-kernel@lists.infradead.org" List-Id: linux-mmc@vger.kernel.org On 1/18/2012 3:06 PM, Russell King - ARM Linux wrote: > On Wed, Jan 18, 2012 at 02:41:55PM +0530, Viresh Kumar wrote: > NAK. For reasons stated previously and subsequently ignored. > . > On 1/18/2012 3:05 PM, Russell King - ARM Linux wrote: >> > You implemented similar stuff in amba-pl08x :) . >> > >> > if (!plchan->slave) >> > pl08x_unmap_buffers(txd); > Take a look at that. "If *NOT* slave, unmap the buffers". [Following is picked from current implementation of dw_dmac:] if (!dwc->chan.private) { struct device *parent = chan2parent(&dwc->chan); if (!(txd->flags & DMA_COMPL_SKIP_DEST_UNMAP)) { Sorry, I missed the most straight forward looking code. :( Actually, dw_dmac is also doing the same, i.e. unmapping only for non-slave transfers. The same patch is still applicable, after fixing message subject and log. I will resend it, with message log fixed, once i get more feedbacks on V2. -- viresh