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 46019C433EF for ; Fri, 11 Feb 2022 03:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240043AbiBKDuh (ORCPT ); Thu, 10 Feb 2022 22:50:37 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:38102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237552AbiBKDug (ORCPT ); Thu, 10 Feb 2022 22:50:36 -0500 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF9605F48; Thu, 10 Feb 2022 19:50:35 -0800 (PST) X-UUID: ad3d138fad4e49e1be92cfee2c0b992c-20220211 X-UUID: ad3d138fad4e49e1be92cfee2c0b992c-20220211 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 198974902; Fri, 11 Feb 2022 11:50:31 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) 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; Fri, 11 Feb 2022 11:50:30 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 11 Feb 2022 11:50:30 +0800 Message-ID: <053d70915fe6f2a8b3848fb0e83a3113d156d875.camel@mediatek.com> Subject: Re: [V11, PATCH 03/19] soc: mediatek: add header for mediatek SIP interface From: Dawei Chien To: AngeloGioacchino Del Regno , Georgi Djakov , Rob Herring , Matthias Brugger , Stephen Boyd , Ryan Case CC: Mark Rutland , Nicolas Boichat , , , , , , Fan Chen , Arvin Wang , "James Liao" , Henry Chen Date: Fri, 11 Feb 2022 11:50:30 +0800 In-Reply-To: <21030007-f135-58ee-ecfb-8ee0fcfdf155@collabora.com> References: <20210812085846.2628-1-dawei.chien@mediatek.com> <20210812085846.2628-4-dawei.chien@mediatek.com> <21030007-f135-58ee-ecfb-8ee0fcfdf155@collabora.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2022-02-03 at 16:14 +0100, AngeloGioacchino Del Regno wrote: > Il 12/08/21 10:58, Dawei Chien ha scritto: > > From: Henry Chen > > > > Add a header to collect SIPs and add one SIP call to initialize > > power > > management hardware for the SIP interface defined to access the SPM > > handling vcore voltage and ddr rate changes on mt8183 (and most > > likely > > later socs). > > > > Signed-off-by: Henry Chen > > Signed-off-by: Arvin Wang > > Please sign-off this and all the other patches that you send. Thank you for your review, I would sign-off all the others patches on next version.