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 A260FC433FE for ; Thu, 5 May 2022 09:47:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354347AbiEEJvP (ORCPT ); Thu, 5 May 2022 05:51:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354302AbiEEJvA (ORCPT ); Thu, 5 May 2022 05:51:00 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7D2E4F9DB; Thu, 5 May 2022 02:47:20 -0700 (PDT) X-UUID: 793874e842b54637a2b77ddf5a0cec4d-20220505 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:73cb7cf4-0bff-4b06-b0bf-bd17bb849a93,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:43e04e16-2e53-443e-b81a-655c13977218,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: 793874e842b54637a2b77ddf5a0cec4d-20220505 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 742936293; Thu, 05 May 2022 17:47:14 +0800 Received: from mtkmbs11n2.mediatek.inc (172.21.101.187) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Thu, 5 May 2022 17:47:13 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkmbs11n2.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.3 via Frontend Transport; Thu, 5 May 2022 17:47:13 +0800 Message-ID: <9bddb8595ab7a8a9ca598aa7a90eb52c75916499.camel@mediatek.com> Subject: Re: [PATCH v5 0/9] cpufreq: mediatek: Cleanup and support MT8183 and MT8186 From: Rex-BC Chen To: Viresh Kumar CC: , , , , , , , , , , , , , , Date: Thu, 5 May 2022 17:47:13 +0800 In-Reply-To: <20220505085358.nmohfx3akk7to46r@vireshk-i7> References: <20220504130540.5902-1-rex-bc.chen@mediatek.com> <20220505085358.nmohfx3akk7to46r@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-05 at 14:23 +0530, Viresh Kumar wrote: > On 04-05-22, 21:05, Rex-BC Chen wrote: > > arm64: dts: mediatek: Add opp table and clock property for MT8183 > > cpufreq > > arm64: dts: mediatek: Add MediaTek CCI node for MT8183 > > arm64: dts: mediatek: Add mediatek,cci property for MT8183 > > cpufreq > > I guess these would also go through my tree? Please get them acked by > SoC maintainers. > > I would also need an Ack from Rob for the binding patch. > Hello Viresh, I also mail to Matthias who is mediatek soc maintainer. As for binding, I think we need to wait for the review from Rob or Krzysztof. BRs, Rex