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 A5AD8C433FE for ; Thu, 12 May 2022 05:34:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349937AbiELFeQ (ORCPT ); Thu, 12 May 2022 01:34:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237783AbiELFeH (ORCPT ); Thu, 12 May 2022 01:34:07 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 577C51FB2CC; Wed, 11 May 2022 22:34:06 -0700 (PDT) X-UUID: 25d8684258d9454790b221d62adb0dc5-20220512 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:970eb9bd-758d-4d25-bf98-8c9c24501934,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:bedd27f6-13a6-4067-b017-3b2864319134,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: 25d8684258d9454790b221d62adb0dc5-20220512 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1000592384; Thu, 12 May 2022 13:34:01 +0800 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by mtkmbs11n1.mediatek.inc (172.21.101.185) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Thu, 12 May 2022 13:34:00 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 12 May 2022 13:33:59 +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; Thu, 12 May 2022 13:33:59 +0800 Message-ID: Subject: Re: [PATCH v6 00/10] cpufreq: mediatek: Cleanup and support MT8183 and MT8186 From: Rex-BC Chen To: Viresh Kumar CC: , , , , , , , , , , , , , , Date: Thu, 12 May 2022 13:33:59 +0800 In-Reply-To: <20220512052732.iqphgpveoyrqjlqg@vireshk-i7> References: <20220505115226.20130-1-rex-bc.chen@mediatek.com> <20220506042004.hqzpb66shak4y7rz@vireshk-i7> <86851bd03128cc61082d516ebff929d3637063cb.camel@mediatek.com> <20220512052732.iqphgpveoyrqjlqg@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 Thu, 2022-05-12 at 10:57 +0530, Viresh Kumar wrote: > On 06-05-22, 14:32, Rex-BC Chen wrote: > > 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. > > I have applied 1, 6-7 now. I hope it is safe to apply them ? What > about other > three, can you get them acked now ? > Hello Viresh, Thanks for your help! Matthias is not the member of mediatek, so I think we still need his feedback for these three patches. BRs, Rex