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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25EC9C41513 for ; Mon, 7 Aug 2023 14:45:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234756AbjHGOpj (ORCPT ); Mon, 7 Aug 2023 10:45:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234755AbjHGOpi (ORCPT ); Mon, 7 Aug 2023 10:45:38 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DF3E310FD; Mon, 7 Aug 2023 07:45:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 323CD809D; Mon, 7 Aug 2023 14:45:36 +0000 (UTC) Date: Mon, 7 Aug 2023 17:45:34 +0300 From: Tony Lindgren To: Linus Walleij Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , 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 v7 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: <20230807144534.GQ14799@atomide.com> References: <20230721082654.27036-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Linus Walleij [230807 13:33]: > On Fri, Jul 21, 2023 at 10:27 AM Tony Lindgren wrote: > > > Update binding for yaml and remove the old related txt bindings. Note that > > we are also adding the undocumented pinctrl-single,slew-rate property. And > > we only use the first example from the old binding. > > > > As we are mostly using a generic compatible across various SoCs, let's not > > start adding matches for random pin group node naming. Let's standardize on > > pin group node name ending in -pins with an optional instance number > > suffix. > > > > As a pin group may have additional pins added to it later on, let's always > > use -pins rather than -pin for the gropu name. > > > > Most of the dts files have been updated already for the pin group node > > names with a few changes still pending. > > > > Cc: Nishanth Menon > > Cc: Vignesh Raghavendra > > Signed-off-by: Tony Lindgren > > --- > > > > Changes since v6: > > Phew! Whee! > Patch applied. Any remaining issues can certainly be fixed in tree. Yes there should be only few more warnings remaining. Having the binding in place will enable some nice warning checks to prevent new inventions for pin group name variants :) Regards, Tony