From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751686AbeCUFSa (ORCPT ); Wed, 21 Mar 2018 01:18:30 -0400 Received: from Mailgw01.mediatek.com ([1.203.163.78]:5349 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751040AbeCUFS3 (ORCPT ); Wed, 21 Mar 2018 01:18:29 -0400 X-UUID: 691b6e6eb0ce4a55bc0d43eb636c8ea0-20180321 Message-ID: <1521609504.24119.5.camel@mhfsdcap03> Subject: Re: [PATCH] iommu/mediatek: Fix protect memory setting From: Yong Wu To: Joerg Roedel CC: Matthias Brugger , Robin Murphy , Will Deacon , Tomasz Figa , , , , , , , , Date: Wed, 21 Mar 2018 13:18:24 +0800 In-Reply-To: <20180320185716.ldxs2vvfcchznpnb@8bytes.org> References: <1521337974-22112-1-git-send-email-yong.wu@mediatek.com> <20180320185716.ldxs2vvfcchznpnb@8bytes.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joerg, On Tue, 2018-03-20 at 13:57 -0500, Joerg Roedel wrote: > On Sun, Mar 18, 2018 at 09:52:54AM +0800, Yong Wu wrote: > > To avoid adding this complex macro or a new function, I put > > it in the code and backup its value in the suspend registers. > > Missing Signed-off-by. Signed-off-by and Reported-by have been added above. ==== Reported-by: Honghui Zhang Signed-off-by: Yong Wu ==== > > > --- > > drivers/iommu/mtk_iommu.c | 15 ++++++++++----- > > drivers/iommu/mtk_iommu.h | 1 + > > 2 files changed, 11 insertions(+), 5 deletions(-) > > > Joerg