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 061E0C433F5 for ; Fri, 6 May 2022 06:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346699AbiEFGgj (ORCPT ); Fri, 6 May 2022 02:36:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232158AbiEFGgh (ORCPT ); Fri, 6 May 2022 02:36:37 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2DDE62A08; Thu, 5 May 2022 23:32:54 -0700 (PDT) X-UUID: 06ef59586b5d40c19dc70f7a48510ac6-20220506 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:9ec7d882-4f38-4e8d-9457-fda0c0d399a8,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACTI ON:release,TS:0 X-CID-META: VersionHash:faefae9,CLOUDID:9229cbb2-56b5-4c9e-8d83-0070b288eb6a,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: 06ef59586b5d40c19dc70f7a48510ac6-20220506 Received: from mtkmbs10n2.mediatek.inc [(172.21.101.183)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 552796857; Fri, 06 May 2022 14:32:45 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs11n2.mediatek.inc (172.21.101.187) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Fri, 6 May 2022 14:32:44 +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; Fri, 6 May 2022 14:32:44 +0800 Message-ID: <86851bd03128cc61082d516ebff929d3637063cb.camel@mediatek.com> Subject: Re: [PATCH v6 00/10] cpufreq: mediatek: Cleanup and support MT8183 and MT8186 From: Rex-BC Chen To: Viresh Kumar CC: , , , , , , , , , , , , , , Date: Fri, 6 May 2022 14:32:44 +0800 In-Reply-To: <20220506042004.hqzpb66shak4y7rz@vireshk-i7> References: <20220505115226.20130-1-rex-bc.chen@mediatek.com> <20220506042004.hqzpb66shak4y7rz@vireshk-i7> 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 Fri, 2022-05-06 at 09:50 +0530, Viresh Kumar wrote: > On 05-05-22, 19:52, Rex-BC Chen wrote: > > Cpufreq is a DVFS driver used for power saving to scale the clock > > frequency > > and supply the voltage for CPUs. This series do some cleanup for > > MediaTek > > cpufreq drivers and add support for MediaTek SVS[2] and MediaTek > > CCI > > devfreq[3] which are supported in MT8183 and MT8186. > > Applied 2-5, rest of them depend on the binding and dts patches to be > Acked. > Hello Viresh, Thanks for accepting our patches. As for rest patch: The cci series [1] is still under reviewing and it depends on chanwoo's series [2]. Therefore, I think it won't be so quick to be acked for these patches in my series. [1]: cci: https://lore.kernel.org/all/20220425125546.4129-1-johnson.wang@mediatek.com/ [2]: chanwoo's passive governor support for devfreq: https://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git/log/?h=devfreq-testing BRs, Rex