From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753842AbcBOR1J (ORCPT ); Mon, 15 Feb 2016 12:27:09 -0500 Received: from mga04.intel.com ([192.55.52.120]:63659 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751452AbcBOR1G (ORCPT ); Mon, 15 Feb 2016 12:27:06 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,451,1449561600"; d="asc'?scan'208";a="746781472" Date: Mon, 15 Feb 2016 23:00:53 +0530 From: Vinod Koul To: Wolfram Sang Cc: 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" , Niklas =?iso-8859-1?Q?S=F6derlund?= Subject: Re: [PATCH] dmaengine: use phys_addr_t for slave configuration Message-ID: <20160215173053.GM19598@localhost> References: <1366967214-20776-1-git-send-email-linus.walleij@linaro.org> <20150710081411.GF836@localhost> <20151215172649.GK1854@localhost> <20160209225724.GA1522@katana> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qFgkTsE6LiHkLPZw" Content-Disposition: inline In-Reply-To: <20160209225724.GA1522@katana> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --qFgkTsE6LiHkLPZw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 09, 2016 at 11:57:24PM +0100, Wolfram Sang wrote: >=20 > > 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 trans= fers". > > http://www.spinics.net/lists/linux-renesas-soc/msg00066.html > > https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg00108= =2Ehtml > >=20 > > Thank you for applying! >=20 > 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 :) --=20 ~Vinod --qFgkTsE6LiHkLPZw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWwgtNAAoJEHwUBw8lI4NHGXEP/31JF1MCVeanLGSZzILdcaoT SNiVutob1S2XbVBb9vsTYQnCLUGbovvotmYr3dQ7s3VMfBw2R0LoizLVAnuTf8yD WZnKocI1FQ1kqQm4EN3SGWaWIBHtAqFW9oZtwos04EExV81G0wimPgs7tZQdFGuE Wu25JfKLw4blUQjf+5rYyy21W7WKcaZSf68J2BsdhbAHKNfTbwnviJt1F793vJCA 1LFu370J9RYhhBMJz3mQvo0LSs/jCJyXYNjkZhssqUNYejQT6fzTZ6xelvHgxC5K 6kUcOK9IrfLjMjOD6HksKa6uD4+BPpNnCVjD7YWHVecrN3P6nrDUQpTQPyjRbbms 5/Yl/OudOxUZ0ZX9E0Rk6JPDIZ9XpvL9WZvS/Xh4722huptobi7IPyN7K+vHlVAc QkzZ8i92lU0njWK0WUsv81LfMmunnGSGvMY2tcnh8rZTdTjmMinOldkATCFY+zdi 2sp1Y7o1XA8F33Pa6DTBCaFfDka0ehABmyiTEbJkW5ueZGXxgzhNCj9nrjGLeTu4 mcSCUziUfx7Kx8i0wml2hwIC8uWpNoeGsA1F4vfC7e4HboYCbj0q0j/MrfNcfHMr KkN9Xall+FahjgaZAbserzH10QW14hKNxkQ8sw5iav76ddZiNkxSFf+4J/Zy6bwo bmS9ysTbxcSaXVkP6K+2 =BL+r -----END PGP SIGNATURE----- --qFgkTsE6LiHkLPZw-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Mon, 15 Feb 2016 23:00:53 +0530 Subject: [PATCH] dmaengine: use phys_addr_t for slave configuration In-Reply-To: <20160209225724.GA1522@katana> References: <1366967214-20776-1-git-send-email-linus.walleij@linaro.org> <20150710081411.GF836@localhost> <20151215172649.GK1854@localhost> <20160209225724.GA1522@katana> Message-ID: <20160215173053.GM19598@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 :) -- ~Vinod -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: