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 395F8C6379F for ; Wed, 15 Feb 2023 22:33:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229746AbjBOWdh (ORCPT ); Wed, 15 Feb 2023 17:33:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbjBOWde (ORCPT ); Wed, 15 Feb 2023 17:33:34 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A78A71F496; Wed, 15 Feb 2023 14:33:33 -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 DC34F1042; Wed, 15 Feb 2023 14:34:15 -0800 (PST) Received: from slackpad.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 39BF83F881; Wed, 15 Feb 2023 14:33:31 -0800 (PST) Date: Wed, 15 Feb 2023 22:31:23 +0000 From: Andre Przywara To: Bjorn Andersson Cc: Wilken Gottwalt , Bastian Germann , linux-remoteproc@vger.kernel.org, Chen-Yu Tsai , Baolin Wang , Krzysztof Kozlowski , Samuel Holland , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Ohad Ben-Cohen , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: (subset) [PATCH 0/3] Enable hwlock on Allwinner A64 Message-ID: <20230215223123.7ff98ad6@slackpad.lan> In-Reply-To: <167640821432.1045974.5362172074959635497.b4-ty@kernel.org> References: <20230213231931.6546-1-bage@debian.org> <167640821432.1045974.5362172074959635497.b4-ty@kernel.org> Organization: Arm Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.31; x86_64-slackware-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 12:57:06 -0800 Bjorn Andersson wrote: Hi Bjorn, > On Tue, 14 Feb 2023 00:19:27 +0100, Bastian Germann wrote: > > The allwinner,sun6i-a31-hwspinlock compatible driver can be used with > > the Allwinner A64 chip. Add the wiring required to enable it. > > > > The device tree schema needs some work to verify everything that is > > needed by the sun6i hwlock driver. > > > > The hwlock device was verified to be available with this series applied > > on a Pinebook. > > > > [...] > > Applied, thanks! > > [1/3] dt-bindings: hwlock: sun6i: Add missing #hwlock-cells > commit: 25d10262ed8aae71cd2f0b3c0a90d06a6b79fba2 as you might have seen, this was a bit premature, as the example is missing the newly required property, as pointed out by Rob[1]. Did you send a pull request including this patch already? Can you drop this patch still from your tree? The fix is rather trivial, but the patch is also not critical, since there is no DT user in the tree, and the remaining series won't make it into v6.3 anyway. Cheers, Andre [1] https://lore.kernel.org/linux-remoteproc/167638944701.3666.5425414440419322569.robh@kernel.org/