Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp800467ybl; Fri, 30 Aug 2019 07:22:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqw2+5T5eNkni3ZkxKF1wYHGeW6yvysMWGIXWHf98cG9xlw8mHxOCVxS/chfGNMGzPC9BFlJ X-Received: by 2002:a17:90a:1d0:: with SMTP id 16mr15526318pjd.98.1567174959255; Fri, 30 Aug 2019 07:22:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567174959; cv=none; d=google.com; s=arc-20160816; b=dNS+z/n8P17tRDpoKB/y9srMg627KDjWrfcbyXO+UyAAIu4VTCe6cHb2Oa7FBcWfK6 dcIdyF7RYsE7Sfhu/bUkAqnFFqWO4SHJ9iFUNgLvfe0wMZPowqVZXY0jvJR1MqNI4+eH W+MfY+lUQRMqkOBVwE1mz6jNc3ebHuCv3+i5p1o440BNwzhl30X4D/AspufvuxV4D56J ZYqiLnczUPdl0hxXzELTxyf3gckEqt/IubiTNO8eLChpmPsEgCiHE/5ik2xVchIiDnwS 1AlJO+vvbo+OwfESdzz1MwXKimkYxxKjewtIHuhWoOV8uwEPKmgUN+4u3ysRASyhIRAS dKBQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=QFumrf0/y40Oi9M0jLCu98rrX38FbIIv/yeeV5D4Pgs=; b=ugoa9/DeUplhjGCz9KJl21NLdEcISNlzac8K8TIBJ86Yw2Kvv2EG6A2iAa9Xc8UayI CX8zm9fmcH8tMebqoUn7MwK5batahPWaiwVaKE4LI1Kbks2MXWVmuQxaJgZTXbUItYFP PlqsorouoCmjqYm6ULxNtkuGCWSf+9x6ozJxRkqQpZfp2Hy8drMkluw1Ut9JjCJ27Y4f 8g4Saq7acauPcK1Pttl0zDP1bVkps8oTEzBvcLtdW0mfoMqW1VTMlzyMdUNBoHp1g/lE cXAlQ3yQK8R1yZdlpEwX6eJIzD4CcR7g252iiYda3CjVjTOjMn8RmLnoEke7LJfWJhcr pK6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q14si4714050pgi.257.2019.08.30.07.22.23; Fri, 30 Aug 2019 07:22:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727859AbfH3OVe (ORCPT + 99 others); Fri, 30 Aug 2019 10:21:34 -0400 Received: from 8bytes.org ([81.169.241.247]:52516 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727754AbfH3OVe (ORCPT ); Fri, 30 Aug 2019 10:21:34 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 4E5E7246; Fri, 30 Aug 2019 16:21:32 +0200 (CEST) Date: Fri, 30 Aug 2019 16:21:32 +0200 From: Joerg Roedel To: Yong Wu Cc: Matthias Brugger , Robin Murphy , Will Deacon , Rob Herring , Evan Green , Tomasz Figa , linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, youlin.pei@mediatek.com, Nicolas Boichat , anan.sun@mediatek.com, Matthias Kaehlcke , cui.zhang@mediatek.com, chao.hao@mediatek.com, ming-fan.chen@mediatek.com Subject: Re: [PATCH v11 00/23] MT8183 IOMMU SUPPORT Message-ID: <20190830142132.GC29382@8bytes.org> References: <1566615728-26388-1-git-send-email-yong.wu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1566615728-26388-1-git-send-email-yong.wu@mediatek.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 24, 2019 at 11:01:45AM +0800, Yong Wu wrote: > Change notes: > v11: > 1) Adjust a bit code for mtk quirk in v7s. > 2) Collect ack from will and Matthias of the last patch. Applied to arm/mediatek, thanks.