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 7EF17C6379F for ; Tue, 14 Feb 2023 00:20:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229901AbjBNAUT (ORCPT ); Mon, 13 Feb 2023 19:20:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjBNAUQ (ORCPT ); Mon, 13 Feb 2023 19:20:16 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 15EF41968E; Mon, 13 Feb 2023 16:20:15 -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 6F6081AED; Mon, 13 Feb 2023 16:20:57 -0800 (PST) Received: from slackpad.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D849C3F663; Mon, 13 Feb 2023 16:20:12 -0800 (PST) Date: Tue, 14 Feb 2023 00:18:05 +0000 From: Andre Przywara To: Bastian Germann Cc: Wilken Gottwalt , 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 0/3] Enable hwlock on Allwinner A64 Message-ID: <20230214001805.6ead683d@slackpad.lan> In-Reply-To: <20230213231931.6546-1-bage@debian.org> References: <20230213231931.6546-1-bage@debian.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 00:19:27 +0100 Bastian Germann wrote: Hi Bastian, > 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. The changes look fine, but are there any actual users of this device? The missing binding bits you fixed demonstrate that a driver/binding without actual users can create problems. So are there Linux/Crust patches out there that use this device? Cheers, Andre > > Bastian Germann (3): > dt-bindings: hwlock: sun6i: Add missing #hwlock-cells > dt-bindings: hwlock: sun6i: Add missing names > arm64: dts: allwinner: a64: Add hwspinlock node > > .../hwlock/allwinner,sun6i-a31-hwspinlock.yaml | 14 ++++++++++++++ > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 10 ++++++++++ > 2 files changed, 24 insertions(+) >