From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753625AbdEQMb1 (ORCPT ); Wed, 17 May 2017 08:31:27 -0400 Received: from 8bytes.org ([81.169.241.247]:59418 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbdEQMb0 (ORCPT ); Wed, 17 May 2017 08:31:26 -0400 Date: Wed, 17 May 2017 14:31:23 +0200 From: Joerg Roedel To: Matthias Brugger Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, xxm@rock-chips.com, zhengsq@rock-chips.com, tfiga@chromium.org, ykaukab@suse.com Subject: Re: [PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64 Message-ID: <20170517123123.GA11068@8bytes.org> References: <20170503151940.3987-1-mbrugger@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170503151940.3987-1-mbrugger@suse.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 03, 2017 at 05:19:40PM +0200, Matthias Brugger wrote: > From: Simon Xue > > This patch makes it possible to compile the rockchip-iommu driver on > ARM64, so that it can be used with 64-bit SoCs equipped with this type > of IOMMU. > > Signed-off-by: Simon Xue > Signed-off-by: Shunqian Zheng > Signed-off-by: Tomasz Figa > Reviewed-by: Matthias Brugger > --- > drivers/iommu/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.