From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from muru.com (muru.com [72.249.23.125]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8F23EA40 for ; Wed, 31 May 2023 04:35:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id F19638164; Wed, 31 May 2023 04:25:33 +0000 (UTC) Date: Wed, 31 May 2023 07:25:32 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Alessandro Zummo , Alexandre Belloni , Srinivas Kandagatla , Mark Brown , Dipen Patel , Wim Van Sebroeck , Guenter Roeck , Dilip Kota , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, linux-rtc@vger.kernel.org, alsa-devel@alsa-project.org, linux-spi@vger.kernel.org, timestamp@lists.linux.dev, linux-watchdog@vger.kernel.org, Rob Herring , Oleksij Rempel Subject: Re: [PATCH 2/7] dt-bindings: pwm: restrict node name suffixes Message-ID: <20230531042532.GI14287@atomide.com> References: <20230530144851.92059-1-krzysztof.kozlowski@linaro.org> <20230530144851.92059-3-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: timestamp@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530144851.92059-3-krzysztof.kozlowski@linaro.org> * Krzysztof Kozlowski [230530 14:49]: > Make the pattern matching node names a bit stricter to improve DTS > consistency. The pattern is restricted to: > 1. Only one unit address or one -N suffix, > 2. -N suffixes to decimal numbers. > > Suggested-by: Rob Herring > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Tony Lindgren 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 36110C77B7C for ; Wed, 31 May 2023 04:25:38 +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=gLHG2r8otfXqARW5Lv5rL/doAd5TZrTXOdY8Yq1WLYA=; b=VeIFDXDtLYd53/ OQLkPP7jHpRBMv2X2aeD5bIer04djMsMVcHwfm15KOgD33uaAkBkCGu3+wg1FOc1z83YRXTj/nCSL mRVQ/8B5BjDDfhHfeH0H8yuyVAzyB7xW2J3CEta5Xlf/AbRar6g9jgHzW4vTVPtu8twddptIqOtXw 4KuaqST/mJ6RToxC9Of1vl7//hsAwYbVOuSO7qI6wYgV+uFTB1iPiwbBQdMKf5WtXmGXLiW8A5voM JoAA3PNZQrIWKVxGBrKpAnxj4kSQuMy/V61yrC8s+BTs3B40wO4PYg9BSFH8OLud8jyxEU+ee+04q rNCJDpq6OUf8B+W8pXnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4DOz-00G2Xk-2A; Wed, 31 May 2023 04:25:37 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4DOw-00G2X5-2h for linux-phy@lists.infradead.org; Wed, 31 May 2023 04:25:35 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id F19638164; Wed, 31 May 2023 04:25:33 +0000 (UTC) Date: Wed, 31 May 2023 07:25:32 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Alessandro Zummo , Alexandre Belloni , Srinivas Kandagatla , Mark Brown , Dipen Patel , Wim Van Sebroeck , Guenter Roeck , Dilip Kota , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, linux-rtc@vger.kernel.org, alsa-devel@alsa-project.org, linux-spi@vger.kernel.org, timestamp@lists.linux.dev, linux-watchdog@vger.kernel.org, Rob Herring , Oleksij Rempel Subject: Re: [PATCH 2/7] dt-bindings: pwm: restrict node name suffixes Message-ID: <20230531042532.GI14287@atomide.com> References: <20230530144851.92059-1-krzysztof.kozlowski@linaro.org> <20230530144851.92059-3-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230530144851.92059-3-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230530_212534_914349_3494061D X-CRM114-Status: UNSURE ( 8.44 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org * Krzysztof Kozlowski [230530 14:49]: > Make the pattern matching node names a bit stricter to improve DTS > consistency. The pattern is restricted to: > 1. Only one unit address or one -N suffix, > 2. -N suffixes to decimal numbers. > > Suggested-by: Rob Herring > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Tony Lindgren -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy