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 79212E77188 for ; Thu, 2 Jan 2025 18:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=s4M7R+Tz+IRiDFwmtcdkyDl08RKKGnTho1fua9apRJY=; b=upr4EVV3GTvbCjDySF3+2ydSS8 nxr8x8XgPmp2qxpwhuO+gna9lJV3udGYqYodfz8MpsruyDALBn9uZTdlWVQV7lqZJUpVC2ylZP66B j2fvZFaLrFJsS4vVmMNI7PJIsPobLgsc6VkFXs+EDuQrXwg14DvV9mb0QWAKH+HkQhj916WLa5lrI +ey12a4UFmsEbgrt+xYZMZgaLiebYDT6PDw+DH44ZncxaVALJs//p7XmZzGh14F0Bjddq/miShAbA EpjtbbFAqfKfKSEzD9tiv/rL803aOiMr5kU9YQaSkhCItQb7LvezAfUWb1nRhcYAAf68WLkGLMxJ4 QBw2pQTw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tTQH0-0000000BCLK-0XlE; Thu, 02 Jan 2025 18:50:22 +0000 Received: from mail.netcube.li ([173.249.15.149]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tTQFh-0000000BBoX-46ce for linux-arm-kernel@lists.infradead.org; Thu, 02 Jan 2025 18:49:03 +0000 dkim-signature: v=1; a=rsa-sha256; d=netcube.li; s=s1; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=s4M7R+Tz+IRiDFwmtcdkyDl08RKKGnTho1fua9apRJY=; b=qjLdJXEFtdXPuCpEVdBni46xgreA4pfiys8bw5pi4xeQSvKMvLtlGg8tf/0W/wnOD7e/pSlCbymEgNeMQqSNjvs3g2lDmHiPKc8i7yXOjx0Awc5JCHcGAF70mQIl6ofNur+VvBzvmPhSe/QNP5pUnWcZdEGhb/laqr5iKGjWBPs= Received: from webmail.netcube.li (WIN-IJ7TS3MJ5LT [127.0.0.1]) by mail.netcube.li with ESMTPA ; Thu, 2 Jan 2025 19:48:44 +0100 MIME-Version: 1.0 Date: Thu, 02 Jan 2025 19:48:42 +0100 From: Lukas Schmid To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name In-Reply-To: <7bcb73f5-26ae-4bdd-9bb4-afc1c5b9fc0d@kernel.org> References: <32b5c286-9457-4b93-a93f-c8aff356ec10@kernel.org> <20250102175006.3675-1-lukas.schmid@netcube.li> <20250102175006.3675-2-lukas.schmid@netcube.li> <478a6364-0537-453a-881f-c460de2f67a8@kernel.org> <7bcb73f5-26ae-4bdd-9bb4-afc1c5b9fc0d@kernel.org> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <26cbf302f615bec3ed6496f04425edc7@netcube.li> X-Sender: lukas.schmid@netcube.li Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250102_104902_348736_7A1F877A X-CRM114-Status: GOOD ( 19.53 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am 2025-01-02 19:31, schrieb Krzysztof Kozlowski: > On 02/01/2025 19:24, Lukas Schmid wrote: >> Am 2025-01-02 18:57, schrieb Krzysztof Kozlowski: >>> On 02/01/2025 18:49, Lukas Schmid wrote: >>>> Signed-off-by: Lukas Schmid >>>> --- >>>> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ >>> >>> You did not read really the messages we gave you... >>> >>> 1. Read what I wrote in my first reply for v1. I gave detailed >>> instruction to avoid the exact mistake you now did. >>> >>> 2. Read again Andre's reply. >>> >>> 3. Do not attach (thread) your patchsets to some other threads >>> (unrelated or older versions). This buries them deep in the mailbox >>> and >>> might interfere with applying entire sets. >>> >>> 4. Next version, with proper cover letter, is after 24h, so you have >>> some time to digest the feedback. >>> >>> Best regards, >>> Krzysztof >> >> Hi, >> >> Thank you for your feedback, and I sincerely apologize for the >> mistakes >> in my submission process. >> >> I did read Andre's reply and your feedback on v1, but unfortunately, I >> had already sent the v2 series as a reply before fully understanding >> all >> the recommendations. I realize now that this was a misstep and caused >> confusion. >> >> I will wait until tomorrow, around 20:00, to send the v3 series. I >> will >> make sure to include a proper cover letter and ensure that all the >> feedback from v1 and v2 is addressed. >> >> Regarding the v1 feedback, I thought I had incorporated all your >> suggestions. However, after rereading it, I seem to have missed >> something critical. Could you please point out what I might have >> overlooked? I want to make sure I fully understand and correct it in >> the >> next iteration. >> > Please read my full reply for v1 of this patch. How did you implement > that feedback - long instruction? > > Best regards, > Krzysztof I assume by 'long instruction' you mean checking the devicetree using 'make dtbs_check W=1'. I did run dtbs_check after already applying some of the changes you had recommended. I just had a look at it's output again, and see now that there is one more issue about 'pinctrl@1c20800: 'gpio-reserved-ranges' does not match any of the regexes'. Is this what you mean? If thats the case I'd assume I should add another patch which adds the 'gpio-reserved-ranges' property to the 'devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml' file. Best regards, Lukas