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 C0780C678D5 for ; Wed, 8 Mar 2023 05:59:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229758AbjCHF7s (ORCPT ); Wed, 8 Mar 2023 00:59:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229716AbjCHF7q (ORCPT ); Wed, 8 Mar 2023 00:59:46 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 138ECA226F; Tue, 7 Mar 2023 21:59:42 -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 D3ED724E2F7; Wed, 8 Mar 2023 13:59:29 +0800 (CST) Received: from EXMBX068.cuchost.com (172.16.6.68) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 8 Mar 2023 13:59:29 +0800 Received: from [192.168.120.57] (171.223.208.138) by EXMBX068.cuchost.com (172.16.6.68) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 8 Mar 2023 13:59:28 +0800 Message-ID: <20e56116-ab76-fa8c-b321-d32c8b24a6be@starfivetech.com> Date: Wed, 8 Mar 2023 13:59:28 +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 v5 1/2] dt-bindings: syscon: Add StarFive syscon doc Content-Language: en-US To: Krzysztof Kozlowski , , , CC: Rob Herring , Krzysztof Kozlowski , Jaehoon Chung , Ulf Hansson , Conor Dooley , References: <20230307024646.10216-1-william.qiu@starfivetech.com> <20230307024646.10216-2-william.qiu@starfivetech.com> <39ba7357-541b-a70e-5793-91bb9e038938@linaro.org> From: William Qiu In-Reply-To: <39ba7357-541b-a70e-5793-91bb9e038938@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [171.223.208.138] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX068.cuchost.com (172.16.6.68) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/3/7 17:00, Krzysztof Kozlowski wrote: > On 07/03/2023 03:46, William Qiu wrote: >> Add documentation to describe StarFive System Controller Registers. > > Use subject prefixes matching the subsystem (which you can get for > example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory > your patch is touching). This is not "syscon" subsystem, but rather > starfive. > Will update. >> >> Signed-off-by: William Qiu >> Reviewed-by: Conor Dooley >> --- >> .../bindings/soc/starfive/jh7110-syscon.yaml | 41 +++++++++++++++++++ >> MAINTAINERS | 5 +++ >> 2 files changed, 46 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/soc/starfive/jh7110-syscon.yaml >> >> diff --git a/Documentation/devicetree/bindings/soc/starfive/jh7110-syscon.yaml b/Documentation/devicetree/bindings/soc/starfive/jh7110-syscon.yaml >> new file mode 100644 >> index 000000000000..72c8850602b5 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/soc/starfive/jh7110-syscon.yaml > > Filename: starfive,jh7110-syscon.yaml > Will update. Thanks for taking times to review this patch series. Best regards William > > > Best regards, > Krzysztof >