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 C6112C6379F for ; Tue, 21 Feb 2023 13:01:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233609AbjBUNBe (ORCPT ); Tue, 21 Feb 2023 08:01:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230155AbjBUNBa (ORCPT ); Tue, 21 Feb 2023 08:01:30 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AF9D17CE9; Tue, 21 Feb 2023 05:01:27 -0800 (PST) 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 9CEF624E2AE; Tue, 21 Feb 2023 21:01:19 +0800 (CST) Received: from EXMBX061.cuchost.com (172.16.6.61) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Feb 2023 21:01:19 +0800 Received: from [192.168.125.128] (183.27.98.67) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Feb 2023 21:01:18 +0800 Message-ID: <43d00fd9-ab24-442e-3f82-208edaf399d0@starfivetech.com> Date: Tue, 21 Feb 2023 21:01:40 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator Content-Language: en-US To: Krzysztof Kozlowski CC: , , "Michael Turquette" , Stephen Boyd , Krzysztof Kozlowski , Philipp Zabel , Emil Renner Berthing , Rob Herring , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Hal Feng , , References: <20230221083323.302471-1-xingyu.wu@starfivetech.com> <20230221083323.302471-2-xingyu.wu@starfivetech.com> <430318ed-5b30-e549-a5ce-df83aa18adf9@linaro.org> From: Xingyu Wu In-Reply-To: <430318ed-5b30-e549-a5ce-df83aa18adf9@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.98.67] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX061.cuchost.com (172.16.6.61) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/2/21 19:25, Krzysztof Kozlowski wrote: > On 21/02/2023 09:33, Xingyu Wu wrote: >> Add bindings for the System-Top-Group clock and reset generator (STGCRG) >> on the JH7110 RISC-V SoC by StarFive Ltd. >> >> Signed-off-by: Xingyu Wu > > >> + }; >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 93eb504c3b21..2e70c9f21989 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -19914,6 +19914,7 @@ F: arch/riscv/boot/dts/starfive/ >> STARFIVE JH71X0 CLOCK DRIVERS >> M: Emil Renner Berthing >> M: Hal Feng >> +M: Xingyu Wu > > No improvements here. You add here new bindings for one device and then > - without explanation - add yourself to all Starfive clock bindings. > Either explain it or drop it or move it to separate patch. > > You already got comment for this. > Sorry, I didn't understand what you meant before. Now my understanding is that, If I improvements JH71X0 driver no JH7110 driver, I could add this here. Right? Is it OK if I do it this way to move it to separate patch like this?: +STARFIVE JH7110 STG CLOCK DRIVERS +M: Xingyu Wu Best Regards, Xingyu Wu