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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 59776C4332F for ; Wed, 21 Dec 2022 11:47:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DVVCZ+XFzuTyEHv7sThEJKRLgeUWAkWCr0uETyeJMOY=; b=k5ab0/KraC9Fuv 4tt9WtBVdJux5uf1sVqHAWDCt4U/S+mjfA/ktoCOGQGW9b+gBHKobAKjokKRni/t8GXm28YU6scMI xZVFmrDCaAocTPP2VMg+fexN3Rq2sWXUbBefj2kv7jvg5fwMQcRBhnjhniREaHx2crILwFXb/dDj6 kNPeP53VLKfzsHbJ8eI1rWRhyI4Zg+2R/pD7BtpfgMrI0rhTLwVPIh7G3g3qpxN9VkQw/x3BlBYM9 sE4AqhRJ+bHtOKGvnIqnAqSIskyQOyFXDhFyIpytArFj7+5GOHnfDPa36JLs1bcjH+lv11g48KAu/ 63gNLM8K8eymVSZbPyTQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p7xYj-00ENO2-Ah; Wed, 21 Dec 2022 11:46:53 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p7xWU-00ELde-CL; Wed, 21 Dec 2022 11:44:36 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p7xWM-0005Zr-Jf; Wed, 21 Dec 2022 12:44:26 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Krzysztof Kozlowski , ty Cc: Rob Herring , Peter Geis , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, DHDAXCW Subject: Re: [PATCH v4 2/2] dt-bindings: arm: rockchip: Add EmbedFire LubanCat 1 Date: Wed, 21 Dec 2022 12:44:25 +0100 Message-ID: <2673859.iZASKD2KPV@diego> In-Reply-To: References: <5a7907e3-f79e-5de9-ed1b-ec24ea52c437@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221221_034434_481342_EB61989E X-CRM114-Status: GOOD ( 30.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Mittwoch, 21. Dezember 2022, 11:46:36 CET schrieb ty: > Dear Kozlowski, > > Sorry that we didn't fully get the idea in your previous comments. > > > > > On 21/12/2022 06:52, Yuteng Zhong wrote: > > > from: DHDAXCW > > > > > > LubanCat 1 is a Rockchip RK3566 SBC based > > > is developed by EmbedFire Electronics Co., Ltd. > > > Mini Linux Card Type Cheap Computer Development Board > > > > This is a friendly reminder during the review process. > > > > It seems my previous comments were not fully addressed. Maybe my > > feedback got lost between the quotes, maybe you just forgot to apply it. > > Please go back to the previous discussion and either implement all > > requested changes or keep discussing them. > > > > Thank you. > > Your pervious comment were: > > > Please wrap commit message according to Linux coding style / submission > > process: > > https://elixir.bootlin.com/linux/v5.18-rc4/source/Documentation/process/submitting-patches.rst#L586 > > So I think there must be something wrong in the message but I didn't > notice. This message has a `from` line, and the body was wrapped at 75 > columns. Please help me make it better. > > > > > > > > > Signed-off-by: Yuteng Zhong > > > Signed-off-by: DHDAXCW > > > --- > > > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > > > 1 file changed, 5 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > > > index 88ff4422a8c1..84d39a3a8843 100644 > > > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > > > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > > > @@ -781,6 +781,11 @@ properties: > > > - const: rockchip,rk3568-bpi-r2pro > > > - const: rockchip,rk3568 > > > > > > + - description: EmbedFire LubanCat 1 > > > + items: > > > + - const: embedfire,lubancat-1 > > > + - const: rockchip,rk3566 > > > > Here as well. > > This change was addressing the previous comment in V2: > > > This is separate patch. Does not look like properly ordered. Don't add > > stuff at the end of files/lists. for context sorting order in that file is alphabetical by description Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel