From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6D207C433EF for ; Tue, 18 Jan 2022 01:40:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3sGEva+CRWijvZRKjvIZBhAUIRFY2nco9aLCuBso0xo=; b=m9bfANcyRYMYWB uAcHu2l+iRKuREG97V6HMxoAmzDuEJONSM+E2R3A/WvUPiylBguVqzDy0djcE8DIM3Sguw8l949Wx 0ql5aOPlerSGOeI2Ze+XdATjPOjMu8lXHshoc30NDIUCNrVxVejC+KuSMq93B8xwfoD8+xO7mkF1g ustUup16ukVrbtlPhTxv1IbYHHsnrKXHkXjzW6blHRghegUR15uaPAe1BA89Mu05nGIH+roThtdf1 re/onpbkrF1X2AZnrFMkTKE1D9rz+JqgjS+9X9VJH6Ax24zsij7hpb0IAHZyNbUeMR0+msdbbc2o+ SHZg1tnyAi39XEsuPTnw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n9dT3-00Gmeq-Ma; Tue, 18 Jan 2022 01:39:25 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n9dSz-00Gme1-3K; Tue, 18 Jan 2022 01:39:22 +0000 X-UUID: 6e53ba81588b4d49b83edd0e214bac7e-20220117 X-UUID: 6e53ba81588b4d49b83edd0e214bac7e-20220117 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1893621226; Mon, 17 Jan 2022 18:39:18 -0700 Received: from mtkmbs10n2.mediatek.inc (172.21.101.183) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 17 Jan 2022 17:39:17 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Tue, 18 Jan 2022 09:39:15 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 18 Jan 2022 09:39:15 +0800 Message-ID: <5edbd10d7944c496471bb2a6235e42f7c02d2452.camel@mediatek.com> Subject: Re: [PATCH v4 0/2] Add SCP support for mt8186 From: allen-kh.cheng To: Mathieu Poirier CC: Ohad Ben-Cohen , Bjorn Andersson , Rob Herring , "Matthias Brugger" , Tinghan Shen , , , , , , Date: Tue, 18 Jan 2022 09:39:15 +0800 In-Reply-To: <20220117172637.GB1119324@p14s> References: <20220105094125.6917-1-allen-kh.cheng@mediatek.com> <20220117172637.GB1119324@p14s> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220117_173921_202828_231A273E X-CRM114-Status: GOOD ( 17.84 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 2022-01-17 at 10:26 -0700, Mathieu Poirier wrote: > On Wed, Jan 05, 2022 at 05:41:23PM +0800, allen-kh.cheng wrote: > > From: Allen-KH Cheng > > > > changes since v3: > > - use rproc-next > > > > changes since v2: > > - remove redundant SoB > > > > changes since v1: > > - use mt8192_power_on_sram() helper > > - add MT8186_SCP_L1_SRAM_PD_P1 in mtk_common.h > > - add MT8186_SCP_L1_SRAM_PD_P2 in mtk_common.h > > > > Based on rproc-next > > > > Allen-KH Cheng (2): > > dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp > > remoteproc: mediatek: Support mt8186 scp > > > > .../bindings/remoteproc/mtk,scp.yaml | 1 + > > drivers/remoteproc/mtk_common.h | 3 ++ > > drivers/remoteproc/mtk_scp.c | 35 > > +++++++++++++++++++ > > 3 files changed, 39 insertions(+) > > Both patches in this set are giving me a checkpatch warning that is > impossible > to miss. I deleting this patchset from my queue. Hi Mathieu, I find the problem is 'Reviewed-by:' is the preferred signature. I will correct this in next version. Thanks. > > > > > -- > > 2.18.0 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel