From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 00/15] iommu: Move domain allocation into drivers Date: Mon, 23 Mar 2015 12:49:21 +0100 Message-ID: <20150323114921.GM4441@8bytes.org> References: <1422316305-19216-1-git-send-email-joro@8bytes.org> <1426843458.23931.17.camel@mtksdaap41> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1426843458.23931.17.camel@mtksdaap41> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yingjoe Chen 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?B?KOWQtOWLhyk=?= , Robin Murphy List-Id: linux-tegra@vger.kernel.org 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. Joerg From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752238AbbCWLt0 (ORCPT ); Mon, 23 Mar 2015 07:49:26 -0400 Received: from 8bytes.org ([81.169.241.247]:33529 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbbCWLtY (ORCPT ); Mon, 23 Mar 2015 07:49:24 -0400 Date: Mon, 23 Mar 2015 12:49:21 +0100 From: Joerg Roedel To: Yingjoe Chen Cc: iommu@lists.linux-foundation.org, Alexandre Courbot , linux-samsung-soc@vger.kernel.org, Heiko Stuebner , Arnd Bergmann , Stephen Warren , Will Deacon , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Alex Williamson , Kukjin Kim , Thierry Reding , jroedel@suse.de, linux-tegra@vger.kernel.org, David Woodhouse , linux-arm-kernel@lists.infradead.org, Hiroshi Doyu , Tomasz Figa , Yong Wu =?utf-8?B?KOWQtOWLhyk=?= , Robin Murphy Subject: Re: [PATCH 00/15] iommu: Move domain allocation into drivers Message-ID: <20150323114921.GM4441@8bytes.org> References: <1422316305-19216-1-git-send-email-joro@8bytes.org> <1426843458.23931.17.camel@mtksdaap41> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426843458.23931.17.camel@mtksdaap41> 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 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. Joerg From mboxrd@z Thu Jan 1 00:00:00 1970 From: joro@8bytes.org (Joerg Roedel) Date: Mon, 23 Mar 2015 12:49:21 +0100 Subject: [PATCH 00/15] iommu: Move domain allocation into drivers In-Reply-To: <1426843458.23931.17.camel@mtksdaap41> References: <1422316305-19216-1-git-send-email-joro@8bytes.org> <1426843458.23931.17.camel@mtksdaap41> Message-ID: <20150323114921.GM4441@8bytes.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Joerg