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 17A65C77B7A for ; Wed, 7 Jun 2023 23:28:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230193AbjFGX2y convert rfc822-to-8bit (ORCPT ); Wed, 7 Jun 2023 19:28:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229889AbjFGX2w (ORCPT ); Wed, 7 Jun 2023 19:28:52 -0400 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEC002689; Wed, 7 Jun 2023 16:28:44 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 24D9B7F8A; Thu, 8 Jun 2023 07:28:36 +0800 (CST) Received: from EXMBX061.cuchost.com (172.16.6.61) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 8 Jun 2023 07:28:36 +0800 Received: from EXMBX067.cuchost.com (172.16.6.67) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 8 Jun 2023 07:28:35 +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; Thu, 8 Jun 2023 07:28:35 +0800 From: Mason Huo To: Conor Dooley CC: Viresh Kumar , "Rafael J. Wysocki" , 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 v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist Thread-Topic: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist Thread-Index: AdmZl0L4sSafDUJ/QNiXDpDKpSg6Fw== Date: Wed, 7 Jun 2023 23:28:35 +0000 Message-ID: <50e49e25f1c841aa82cd8334db934849@EXMBX067.cuchost.com> References: <20230606105656.124355-1-mason.huo@starfivetech.com> <20230606105656.124355-3-mason.huo@starfivetech.com> <20230606110804.qns4rolrrj2gku6w@vireshk-i7> <20230606-unsmooth-slip-c80fab59c9b4@wendy> <20230607-process-spinal-321ccf04d7e6@wendy> In-Reply-To: <20230607-process-spinal-321ccf04d7e6@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.122] 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: devicetree@vger.kernel.org Hi Conor & Viresh, > On Wed, Jun 07, 2023 at 02:04:37AM +0000, Mason Huo wrote: > > Hi Viresh & Conor, > > > > Sorry for the confusion. > > Should I re-send the patch series and remove this patch? > > Or you can just ignore it? > > I applied the two dts patches yesterday, you shouldn't need to do anything. Thank you for your help & review. B.R Mason