From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161282AbbKFLmG (ORCPT ); Fri, 6 Nov 2015 06:42:06 -0500 Received: from foss.arm.com ([217.140.101.70]:41368 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030815AbbKFLmE (ORCPT ); Fri, 6 Nov 2015 06:42:04 -0500 Date: Fri, 6 Nov 2015 11:42:01 +0000 From: Will Deacon To: Yong Wu Cc: Robin Murphy , Catalin Marinas , Joerg Roedel , Thierry Reding , Mark Rutland , Matthias Brugger , Daniel Kurtz , Tomasz Figa , Lucas Stach , Rob Herring , linux-mediatek@lists.infradead.org, Sasha Hauer , srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, pebolle@tiscali.nl, arnd@arndb.de, mitchelh@codeaurora.org, Sricharan R , youhua.li@mediatek.com, k.zhang@mediatek.com, kendrick.hsu@mediatek.com Subject: Re: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator Message-ID: <20151106114200.GF6087@arm.com> References: <1444357388-30257-1-git-send-email-yong.wu@mediatek.com> <1444357388-30257-4-git-send-email-yong.wu@mediatek.com> <1446799372.6400.28.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446799372.6400.28.camel@mhfsdcap03> 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 On Fri, Nov 06, 2015 at 04:42:52PM +0800, Yong Wu wrote: > On Fri, 2015-10-09 at 10:23 +0800, Yong Wu wrote: > > This patch is for ARM Short Descriptor Format. > > > > Signed-off-by: Yong Wu > > --- > > Hi Will, Robin, > Is there any comment about this patch? > As our project request, We are going to prepare the next version. Robin has been looking at the code after he ran into problems using it in conjunction with arm-smmu. I'd expect him to post something after the merge window, so you may as well hold-off until then. Will