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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 2A452C77B7C for ; Wed, 31 May 2023 04:28:17 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id BA31C82C; Wed, 31 May 2023 06:27:25 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz BA31C82C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1685507295; bh=g9gEk9ucZABjhCJRLeSNeLHuSwXc1EUU4mIGULdD1n8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=E2dr10ZnUMau98I/NZEQZBqJpFEmlBdgUU7a7Ea9BDFZHvghj2dN0ehm2hEYz3zSy 9Cu9VZwcIXuguEQF519ScJp6BxKOWhoniesK+1XJTd+9pYoAtA99uGrKKWSnVjrnOv h+h/Hsb9CW/87wxwZLpGkT/98wrCC9QaBn7eKDOg= Received: by alsa1.perex.cz (Postfix, from userid 50401) id A0680F80570; Wed, 31 May 2023 06:26:51 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 9C952F80558; Wed, 31 May 2023 06:26:50 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5235BF8042F; Wed, 31 May 2023 06:26:10 +0200 (CEST) Received: from muru.com (muru.com [72.249.23.125]) by alsa1.perex.cz (Postfix) with ESMTP id 7742AF800DF for ; Wed, 31 May 2023 06:26:08 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 7742AF800DF Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id BEA558167; Wed, 31 May 2023 04:26:06 +0000 (UTC) Date: Wed, 31 May 2023 07:26:05 +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 4/7] dt-bindings: slimbus: restrict node name suffixes Message-ID: <20230531042605.GK14287@atomide.com> References: <20230530144851.92059-1-krzysztof.kozlowski@linaro.org> <20230530144851.92059-5-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530144851.92059-5-krzysztof.kozlowski@linaro.org> Message-ID-Hash: LP3UWKXJJM52WOJUIPDMRZNU5QM4J2ID X-Message-ID-Hash: LP3UWKXJJM52WOJUIPDMRZNU5QM4J2ID X-MailFrom: tony@atomide.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: * 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. 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 7A111C77B7C for ; Wed, 31 May 2023 04:26:10 +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=9cNc7tMCmB35eVczydPtz+7GfyxvhTFPVem9wWrAOkU=; b=sOVbSC2Hxl5qVD b5L3jIqRVjEw3pJgb7fexS7s/oEwxlu57NPvUcH1H4SqKFUNOytPKeFEt4CjEobClo9FrRg982v29 PJH4zHm0qjjTaCdPr+5EYLmuMhaBoIEcKSH09+cgnaQ0NJ06c5v7VeiRJ8mwcJBcNYd4Rit59qmcQ WYkKaAvsIvzwXmSG6IoJyKknAvyG+s+UbXsd0FQ/KopBC+X3pKjx1QPxRAvPeFjxKiY5Za8xTGgon 1khoY11NXw+5n0aZneO74q6zXXKtJFH+lr7j2m1D+1k5hJQ0aJ+EgZ9BwYr87O4s2DQh6HNyMg+xG 3D5pbFEsEIp+cYstTf6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4DPW-00G2g9-0I; Wed, 31 May 2023 04:26:10 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4DPT-00G2fH-1d for linux-phy@lists.infradead.org; Wed, 31 May 2023 04:26:08 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id BEA558167; Wed, 31 May 2023 04:26:06 +0000 (UTC) Date: Wed, 31 May 2023 07:26:05 +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 4/7] dt-bindings: slimbus: restrict node name suffixes Message-ID: <20230531042605.GK14287@atomide.com> References: <20230530144851.92059-1-krzysztof.kozlowski@linaro.org> <20230530144851.92059-5-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230530144851.92059-5-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230530_212607_580565_E76841A5 X-CRM114-Status: UNSURE ( 8.18 ) 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. Reviewed-by: Tony Lindgren -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy