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 199FBC6379F for ; Tue, 14 Feb 2023 18:11:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233380AbjBNSLx (ORCPT ); Tue, 14 Feb 2023 13:11:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233310AbjBNSLv (ORCPT ); Tue, 14 Feb 2023 13:11:51 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 19D5F5B9F; Tue, 14 Feb 2023 10:11:43 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 68B7E1042; Tue, 14 Feb 2023 10:12:25 -0800 (PST) Received: from donnerap.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 049FA3F663; Tue, 14 Feb 2023 10:11:40 -0800 (PST) Date: Tue, 14 Feb 2023 18:11:38 +0000 From: Andre Przywara To: Krzysztof Kozlowski Cc: Wilken Gottwalt , Bastian Germann , Ohad Ben-Cohen , Bjorn Andersson , Baolin Wang , Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Samuel Holland , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH 2/3] dt-bindings: hwlock: sun6i: Add missing names Message-ID: <20230214181138.4a8f4beb@donnerap.cambridge.arm.com> In-Reply-To: <43336959-643d-4041-d11a-b0c030fbf050@linaro.org> References: <20230213231931.6546-1-bage@debian.org> <20230213231931.6546-3-bage@debian.org> <20230214104554.35338faa@posteo.net> <43336959-643d-4041-d11a-b0c030fbf050@linaro.org> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 14 Feb 2023 13:37:20 +0100 Krzysztof Kozlowski wrote: Hi Krzysztof, > On 14/02/2023 10:45, Wilken Gottwalt wrote: > > On Tue, 14 Feb 2023 00:19:29 +0100 > > Bastian Germann wrote: > > > >> The allwinner,sun6i-a31-hwspinlock.yaml binding needs clock-names > >> and reset-names set to "ahb" as required by the driver. > > > > Hmm, this one is a bit odd. If you look into my earlier versions of the > > patchset, you may notice, that I actually included these bindings and they > > were refused. I think the argumentation was like > > "there is only one bus = no need for it". > > > > If it gets accepted now, I really like to know why. (It was some trouble > > back then to get the documentation properly done and accepted.) > > The clock names and resent names are not correct. They should have never > been added. If you got comments about this and did not update driver, > that's not nice. You just shoved incomplete bindings. :( > > So indeed to avoid precedence - people pushing fake bindings and > avoiding review - NAK on this. Maybe it's just me, but I don't think this tone is necessary. Wilken's original submission was correct. Later there was a comment just on the binding patch, to remove the not needed clock-names and reset-names properties. But there was not a word in there that the driver requires changing as well, and I don't think it's fair to blame Wilken on this, or somewhat even implying intention. There were several patch revisions after this was raised, and this just slipped through review. But surely no one wanted this or pushed for that. If anything, it tells us that we should be more careful when merging drivers without users: if there would have been a DT patch, possibly even a consumer, this would have been flagged by dtbs_check. Cheers, Andre