From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yingjoe Chen Subject: Re: [PATCH 00/15] iommu: Move domain allocation into drivers Date: Mon, 23 Mar 2015 21:35:36 +0800 Message-ID: <1427117736.18677.8.camel@mtksdaap41> References: <1422316305-19216-1-git-send-email-joro@8bytes.org> <1426843458.23931.17.camel@mtksdaap41> <20150323114921.GM4441@8bytes.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150323114921.GM4441-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Joerg Roedel Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Alexandre Courbot , linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Heiko Stuebner , Arnd Bergmann , Stephen Warren , Will Deacon , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Alex Williamson , Kukjin Kim , Thierry Reding , jroedel-l3A5Bk7waGM@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, David Woodhouse , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Hiroshi Doyu , Tomasz Figa , Yong Wu =?UTF-8?Q?=28=E5=90=B4=E5=8B=87=29?= , Robin Murphy List-Id: linux-tegra@vger.kernel.org On Mon, 2015-03-23 at 12:49 +0100, Joerg Roedel wrote: > Hi Yingjoe, > > On Fri, Mar 20, 2015 at 05:24:18PM +0800, Yingjoe Chen wrote: > > What's the status of this patchset? > > While porting MTK IOMMU driver[1], we need to use a global variable > > because we need to do dma_alloc_coherent in our domain_init. I think we > > can remove that global variable if we base on this series. > > I plan to send out a new version this week. Hi Joerg, That's great. Thanks for the update :) Joe.C