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 E1B0BC77B73 for ; Mon, 5 Jun 2023 09:36:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231261AbjFEJg4 convert rfc822-to-8bit (ORCPT ); Mon, 5 Jun 2023 05:36:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230146AbjFEJg4 (ORCPT ); Mon, 5 Jun 2023 05:36:56 -0400 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21DC6B7; Mon, 5 Jun 2023 02:36:54 -0700 (PDT) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 2E89C80C4; Mon, 5 Jun 2023 17:36:52 +0800 (CST) Received: from EXMBX064.cuchost.com (172.16.6.64) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 5 Jun 2023 17:36:52 +0800 Received: from EXMBX067.cuchost.com (172.16.6.67) by EXMBX064.cuchost.com (172.16.6.64) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 5 Jun 2023 17:36:52 +0800 Received: from EXMBX067.cuchost.com ([fe80::a825:bd30:18ff:b2f8]) by EXMBX067.cuchost.com ([fe80::a825:bd30:18ff:b2f8%16]) with mapi id 15.00.1497.044; Mon, 5 Jun 2023 17:36:51 +0800 From: Mason Huo To: Conor Dooley CC: "Rafael J. Wysocki" , Viresh Kumar , Emil Renner Berthing , "Rob Herring" , Krzysztof Kozlowski , Conor Dooley , "Paul Walmsley" , Palmer Dabbelt , Albert Ou , Shengyu Qu , "linux-pm@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-riscv@lists.infradead.org" Subject: Re: [PATCH v3 0/3] Add JH7110 cpufreq support Thread-Topic: [PATCH v3 0/3] Add JH7110 cpufreq support Thread-Index: AdmXkDPLZg25EWWrSjqYc22BpOYTbg== Date: Mon, 5 Jun 2023 09:36:51 +0000 Message-ID: References: <20230421031431.23010-1-mason.huo@starfivetech.com> <457c35b5-aec4-1147-673f-947052b5f944@starfivetech.com> <20230505-gusty-corset-e451d947c10d@wendy> In-Reply-To: <20230505-gusty-corset-e451d947c10d@wendy> Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [183.27.98.75] x-yovoleruleagent: yovoleflag Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Conor, > On Fri, May 05, 2023 at 09:38:38AM +0800, Mason Huo wrote: >> Hi Conor & Shengyu, >> >> Thanks for your review, and is there any comments about these v3 patches? > Firstly there appears to have been some mess-up with the driver/bindings for 1/3, so I am waiting to see if the binding gets reverted before doing anything and secondly it's the merge window so I can't do anything about 3/3 until next week. > > Cheers, > Conor. Could you help to check if this patch can be moved on? Thanks Mason