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 23C07C636CC for ; Tue, 7 Feb 2023 07:52:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231139AbjBGHv7 (ORCPT ); Tue, 7 Feb 2023 02:51:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230156AbjBGHvu (ORCPT ); Tue, 7 Feb 2023 02:51:50 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A88D43C2B; Mon, 6 Feb 2023 23:51:47 -0800 (PST) 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 C180C24E361; Tue, 7 Feb 2023 15:51:45 +0800 (CST) Received: from EXMBX172.cuchost.com (172.16.6.92) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 7 Feb 2023 15:51:45 +0800 Received: from [192.168.125.110] (183.27.96.33) by EXMBX172.cuchost.com (172.16.6.92) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 7 Feb 2023 15:51:44 +0800 Message-ID: <3ad0e2e9-137b-2c70-1abd-73875b491355@starfivetech.com> Date: Tue, 7 Feb 2023 15:51:43 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH v1 0/4] Temperature sensor support for StarFive JH7110 RISC-V SoC Content-Language: en-US From: Hal Feng To: Guenter Roeck CC: , , , , Jean Delvare , Jonathan Corbet , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Rob Herring , Krzysztof Kozlowski , Emil Renner Berthing , References: <20230103013145.9570-1-hal.feng@starfivetech.com> <20230103015601.GB313835@roeck-us.net> <2286c916-c54c-bdda-b1d9-b704813b6fec@starfivetech.com> In-Reply-To: <2286c916-c54c-bdda-b1d9-b704813b6fec@starfivetech.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.96.33] X-ClientProxiedBy: EXCAS061.cuchost.com (172.16.6.21) To EXMBX172.cuchost.com (172.16.6.92) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 Jan 2023 09:11:53 +0800, Hal Feng wrote: > On Mon, 2 Jan 2023 17:56:01 -0800, Guenter Roeck wrote: > > On Tue, Jan 03, 2023 at 09:31:41AM +0800, Hal Feng wrote: > > > This patch series adds temperature sensor support for StarFive JH7110 SoC. > > > The last two patches depend on series [1]. > > > > > > [1]: https://lore.kernel.org/all/20221220011247.35560-1-hal.feng@starfivetech.com/ > > > > > > Emil Renner Berthing (4): > > > dt-bindings: hwmon: Add starfive,jh71x0-temp > > > hwmon: (sfctemp) Add StarFive JH71x0 temperature sensor > > > riscv: dts: starfive: jh7110: Add temperature sensor node > > > riscv: dts: starfive: visionfive-2: Add thermal-zones > > > > > > > The hardware monitoring driver is obviously either the same > > or derived from the previous series at > > https://patchwork.kernel.org/project/linux-hwmon/list/?series=&submitter=&state=*&q=starfive > > > > Why is this not submitted as v4 of the original series ? > > What has changed, and what is the rationale for (re-)submitting > > it as v1 ? > > Sorry for the late reply. I feel sorry to say that I didn't know > the submitting history of this patch series and Emil forgot to > tell me maybe. After comparing with the previous series, I find > the changes between this one and the previous one can be concluded > as below. > > Change log: > - Added support for StarFive JH7110 SoC besides JH7100. > - Added clock and reset support in dt-bindings and driver. > - Added two patches for adding nodes in JH7110 and VisionFive 2 dts > which were being reviewed. > > Thank you for your kindly reminding. I will resend this patch > series as version 4 and add the change log. I have resent this series as v4 [1]. Even though there are some issues need to be discussed with Guenter, I wanna resend this series in advance so that the v4 can be mostly synchronized with the latest patches [2] [3] from Emil. The new change will be added in the v5. [1] https://lore.kernel.org/all/20230207072314.62040-1-hal.feng@starfivetech.com/ [2] https://github.com/esmil/linux/commit/8c7f2f00105384390ee02d745b6ccb6637e28d25 [3] https://github.com/esmil/linux/commit/d04731cf0dc0462bc76afbadf95366ff0edbe642 Best regards, Hal