From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933339AbcBPUmw (ORCPT ); Tue, 16 Feb 2016 15:42:52 -0500 Received: from mail-lf0-f44.google.com ([209.85.215.44]:36812 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933311AbcBPUmf (ORCPT ); Tue, 16 Feb 2016 15:42:35 -0500 Date: Tue, 16 Feb 2016 21:42:32 +0100 From: Niklas =?iso-8859-1?Q?S=F6derlund?= To: Vinod Koul Cc: Wolfram Sang , Geert Uytterhoeven , Linus Walleij , "linux-kernel@vger.kernel.org" , Arnd Bergmann , Lee Jones , dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] dmaengine: use phys_addr_t for slave configuration Message-ID: <20160216204232.GB5268@bigcity.dyn.berto.se> Mail-Followup-To: Vinod Koul , Wolfram Sang , Geert Uytterhoeven , Linus Walleij , "linux-kernel@vger.kernel.org" , Arnd Bergmann , Lee Jones , dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" References: <1366967214-20776-1-git-send-email-linus.walleij@linaro.org> <20150710081411.GF836@localhost> <20151215172649.GK1854@localhost> <20160209225724.GA1522@katana> <20160215173053.GM19598@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160215173053.GM19598@localhost> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-02-15 23:00:53 +0530, Vinod Koul wrote: > On Tue, Feb 09, 2016 at 11:57:24PM +0100, Wolfram Sang wrote: > > > > > This is a dependency for adding iommu support to the rcar-dmac driver, cfr. > > > "[PATCH v2 0/5] dmaengine: rcar-dmac: add iommu support for slave transfers". > > > http://www.spinics.net/lists/linux-renesas-soc/msg00066.html > > > https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg00108.html > > > > > > Thank you for applying! > > > > Yup, we really need it. Anything we can do to help? > > I have done this change and discussing wider changes > I will send CFT hopefully before EOW, pls test :) Thanks Vinod for looking at this! From mboxrd@z Thu Jan 1 00:00:00 1970 From: niklas.soderlund@ragnatech.se (Niklas =?iso-8859-1?Q?S=F6derlund?=) Date: Tue, 16 Feb 2016 21:42:32 +0100 Subject: [PATCH] dmaengine: use phys_addr_t for slave configuration In-Reply-To: <20160215173053.GM19598@localhost> References: <1366967214-20776-1-git-send-email-linus.walleij@linaro.org> <20150710081411.GF836@localhost> <20151215172649.GK1854@localhost> <20160209225724.GA1522@katana> <20160215173053.GM19598@localhost> Message-ID: <20160216204232.GB5268@bigcity.dyn.berto.se> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2016-02-15 23:00:53 +0530, Vinod Koul wrote: > On Tue, Feb 09, 2016 at 11:57:24PM +0100, Wolfram Sang wrote: > > > > > This is a dependency for adding iommu support to the rcar-dmac driver, cfr. > > > "[PATCH v2 0/5] dmaengine: rcar-dmac: add iommu support for slave transfers". > > > http://www.spinics.net/lists/linux-renesas-soc/msg00066.html > > > https://www.mail-archive.com/linux-renesas-soc at vger.kernel.org/msg00108.html > > > > > > Thank you for applying! > > > > Yup, we really need it. Anything we can do to help? > > I have done this change and discussing wider changes > I will send CFT hopefully before EOW, pls test :) Thanks Vinod for looking at this!