From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753711AbcBORfc (ORCPT ); Mon, 15 Feb 2016 12:35:32 -0500 Received: from sauhun.de ([89.238.76.85]:42789 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751607AbcBORfF (ORCPT ); Mon, 15 Feb 2016 12:35:05 -0500 Date: Mon, 15 Feb 2016 18:34:58 +0100 From: Wolfram Sang To: Vinod Koul 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 =?utf-8?Q?S=C3=B6derlund?= Subject: Re: [PATCH] dmaengine: use phys_addr_t for slave configuration Message-ID: <20160215173458.GC1515@katana> 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: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z4+8/lEcDcG5Ke9S" Content-Disposition: inline In-Reply-To: <20160215173053.GM19598@localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --z4+8/lEcDcG5Ke9S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > > 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 tra= nsfers". > > > http://www.spinics.net/lists/linux-renesas-soc/msg00066.html > > > https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg001= 08.html > > >=20 > > > Thank you for applying! > >=20 > > Yup, we really need it. Anything we can do to help? >=20 > I have done this change and discussing wider changes > I will send CFT hopefully before EOW, pls test :) \o/ Thank you, Vinod! If you cc linux-renesas-soc@vger.kernel.org, you'll surely have some testers :) --z4+8/lEcDcG5Ke9S Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWwgxBAAoJEBQN5MwUoCm2GosP/1z9sQXSbMuJDO2w3+lMkqLt PNCANdsN0XKZg7OcB0BJSugqOWUdioKux5e8GzVl6SpTn0GxJ5WzxuqS8fT7g3yD 7KPl9Bh39CiNynygpb0CkU5mgVg/KV2GlgmWsDNU6+ccSD/NK2CJcZtCfKRG/ZeF catL2Pku8fMV7YQqiWMhdlS+PnT21VNR3fAJ5r1saGiwHzv/MTy2ctXJNDHuh8cp CHs7Y0AOWd4W5fCM9S9J+Uf5/mAuqlwvi0c3bFbttXM0vUCqvkMLXoVp3y01mUbF rAbsK3bhY+Og3SkscpM34xzyS01tP0u6Trmfvo6FRVf95kf+OfJno25gDRDGrYZ0 7dMnXe7jY5H0C/ANVFSeh4amxzNYoZzTABIz8nIFpH924AVGpAJRfKdM7hizpA8M iwx6ZG2nqUXesEN8ivK6e2yvOdfAc19bZd1LUXfW/jJSdAbQ+f7rqI2pLg2Dk4fo HjLTp19/oshj4UFl7+oEZYlJhZHaE5PSxBrFBJ0enPLT8+arWQK7s+jXrZyhSZR7 deuOL4Ap1CBojFd7SwMgvcV8aYvZ0YI4GrQyZPx4FbMDUV5Dn6HUCDMtSiFY9j+x Ac2GZleVcIEPsy/Am0buE3vQv+3ejHUZFn7Ps4En30nKgAwZfbbZqs9CHYm+mfeR JOcq5qJIsURU6YPIpmhV =R1Ne -----END PGP SIGNATURE----- --z4+8/lEcDcG5Ke9S-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: wsa@the-dreams.de (Wolfram Sang) Date: Mon, 15 Feb 2016 18:34:58 +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: <20160215173458.GC1515@katana> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > > > 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 :) \o/ Thank you, Vinod! If you cc linux-renesas-soc at vger.kernel.org, you'll surely have some testers :) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: