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 0B8F2C64ED6 for ; Wed, 22 Feb 2023 01:48:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230080AbjBVBsJ (ORCPT ); Tue, 21 Feb 2023 20:48:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjBVBsH (ORCPT ); Tue, 21 Feb 2023 20:48:07 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2718DEB50; Tue, 21 Feb 2023 17:48:00 -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 E426F24E1D1; Wed, 22 Feb 2023 09:47:51 +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; Wed, 22 Feb 2023 09:47:51 +0800 Received: from [192.168.125.128] (113.72.147.165) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 22 Feb 2023 09:47:50 +0800 Message-ID: <7b3e09f0-a44f-0735-a049-eef7f0acec4c@starfivetech.com> Date: Wed, 22 Feb 2023 09:48:12 +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> <43d00fd9-ab24-442e-3f82-208edaf399d0@starfivetech.com> From: Xingyu Wu In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [113.72.147.165] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) 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 21:37, Krzysztof Kozlowski wrote: > On 21/02/2023 14:01, Xingyu Wu wrote: >> 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 > > If you want to be the maintainer of all drivers, add separate commit for > this, so this is obvious. Or at least explain this change in commit msg. > OK, got it. Thanks. Best regard, Xingyu Wu