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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20846C433F5 for ; Sun, 13 Mar 2022 00:01:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233117AbiCMACg (ORCPT ); Sat, 12 Mar 2022 19:02:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233113AbiCMACc (ORCPT ); Sat, 12 Mar 2022 19:02:32 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1CE41F1603; Sat, 12 Mar 2022 16:01:21 -0800 (PST) X-UUID: 7da47bb1aa4e4a15a61988cc10ddf0dc-20220313 X-UUID: 7da47bb1aa4e4a15a61988cc10ddf0dc-20220313 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 49272585; Sun, 13 Mar 2022 08:01:16 +0800 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 13 Mar 2022 08:01:15 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 13 Mar 2022 08:01:10 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sun, 13 Mar 2022 08:01:10 +0800 From: Miles Chen To: CC: , , , , , , , , , , Subject: Re: [PATCH v2] remoteproc: mediatek: fix side effect of mt8195 sram power on Date: Sun, 13 Mar 2022 08:01:10 +0800 Message-ID: <20220313000110.3869-1-miles.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <202203120056.qtDEVoye-lkp@intel.com> References: <202203120056.qtDEVoye-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tinghan, > 418 | MT8195_L1TCM_SRAM_PDN_RESERVED_BITS); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | MT8195_L1TCM_SRAM_PDN_RESERVED_RSI_BITS > drivers/remoteproc/mtk_scp.c:418:27: note: each undeclared identifier is reported only once for each function it appears in > drivers/remoteproc/mtk_scp.c: In function 'mt8195_scp_stop': > drivers/remoteproc/mtk_scp.c:592:28: error: 'MT8195_L1TCM_SRAM_PDN_RESERVED_BITS' undeclared (first use in this function); did you mean 'MT8195_L1TCM_SRAM_PDN_RESERVED_RSI_BITS'? > 592 | MT8195_L1TCM_SRAM_PDN_RESERVED_BITS); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | MT8195_L1TCM_SRAM_PDN_RESERVED_RSI_BITS I tested this patch and it can should be caught by the internal build test. Could you do the test before submitting patches out? Thanks, Miles