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 1E315C7EE37 for ; Thu, 8 Jun 2023 06:37:18 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ta3UaYoyF8WTwYxO60GTHkvXwVOEqiQ4zddxiJegP/k=; b=STY65pDB5Q/M+/ l6yHGQ5aGTH0/QVRV5DXlS1dE+ihu31AvVAlxZPphMnBFSKfUcYgG3x5dyWjYQn2sDAGzGmvFt1H3 UmyAgVZ5PvZY73HrOL4Vj2L/SQzkWw/Ed1oVuhL0+GNmi2Wb604WNSXy92CuzrFmYvaTjKo5pzUeQ 2GMYYEeoD4U2jHVcSkWtuO5lRHKeBQlHbgU8f7z6JV8DPNyonc7zirYaODtjwI7pphgulgartSNmw sHJD2jS/4SsA+Z5SOxv+wGpea1FcqJVdNZ5J3FgbqwKrOXmEQ7VPhgB/EP+2GCV1srxW/hjvZqyJV rIzCgGNeFZj68V6/tN9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q79GL-008Gj1-1u; Thu, 08 Jun 2023 06:36:49 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q79GI-008GiT-1H for linux-arm-kernel@lists.infradead.org; Thu, 08 Jun 2023 06:36:47 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D586E80E0; Thu, 8 Jun 2023 06:36:40 +0000 (UTC) Date: Thu, 8 Jun 2023 09:36:39 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v6 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: <20230608063639.GD14287@atomide.com> References: <20230605095216.18864-1-tony@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230607_233646_495338_E41FC799 X-CRM114-Status: GOOD ( 12.37 ) 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 * Krzysztof Kozlowski [230607 18:17]: > On 05/06/2023 11:52, Tony Lindgren wrote: > > +title: Pinctrl driver for hardware with a single register for one or more pins > > I asked to drop the driver references but it is still here. Bindings are > not describing drivers. > > "Generic Pin Controller with a Single Register for One or More Pins" Oh right it's supposed to describe hardware, will update thanks. > > +patternProperties: > > + '-pins$|-pin': > > you did not implement my comments fully, probably we misunderstood each > other. Why do you allow anything after '-pin'? Let's make it pure suffix > for both cases: '-pins?$' I'll check what kind of node renaming that would cause. At least TI arm64 SoCs use naming like -pins-default and -pins-wakeup. Is your preference to rename all those nodes to -default-pins and -wakeup-pins? Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel