From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 81E8279D3 for ; Wed, 31 May 2023 06:57:14 +0000 (UTC) Received: by mail-ed1-f54.google.com with SMTP id 4fb4d7f45d1cf-5149390b20aso6793748a12.3 for ; Tue, 30 May 2023 23:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1685516232; x=1688108232; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=zT4hWvO+05+c9BNBT9jLKJhOVWpxKJ0fJ2bZlxyHp3w=; b=fMFgfFRH2oKpRqT2ngwoG7OVNjzftGze+7bCsyKX8BPD9bFqofDMAUVPCoEnQHK7YZ P9GIyQhfD38i4+ZCGDARXcEYm6X5cRIC4tL5T+qbNbkgeShDMzkTLWzr9oYDt0+f+JWl lHzDF1iYCMCPrdpof6K5qUxlFGUwcFYF/GLZO65/NMu6OKwhNzWz1cd/d8wdE+j3pUOz lMePApuIuf6d/zdItcp1XEsmzrxB6T6pgzjGopOR1xlFS+ZkuKGA7bsqaJpY4Q6LL23f uvstk79rsZFVpgFpPX5fCbzRB2qe6jaDE4E+ZywGX9/CsaInpvUDHcLgwfmb322vcwZg ruCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685516232; x=1688108232; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=zT4hWvO+05+c9BNBT9jLKJhOVWpxKJ0fJ2bZlxyHp3w=; b=UEglcIV0iuGxN/OtzUYN0wxGnd/ZYua1LK4TrxE+adTapPoiTfEuII7IIIwlAPX5dM HwobjC636QEocLqh1nKQ+FWY/5YUV37WjVWPYFqNzdJkbtTiWzycjStLUCCA+b5XU2g7 Ok4tRWrqgQFapYYdUPxz1aUQ2g0m64jyMWL87o1kHIvhrqbKoof+1eUjGHeJUujCAqOp sC5r5Z611SWtB8njZMKu7N6gJnNYogM3LyG8VSUoDOVsmNvCFzOKf/Bcx8qLE7s2vDMX 4u++vl1LiJ/6CCYsPV4pLqMTyuuDez/t9Ar82k+qZbC4jXQ3LKruwzOu2hU85D1ZdlEI k2Vg== X-Gm-Message-State: AC+VfDwbmMUjh3+hOoQUuCuMLiXxvDBIJjEDuwOBAZxad55vaap4mBN9 w1f24tJx5JdB9AytsrV7W082PA== X-Google-Smtp-Source: ACHHUZ5x5SACtt0xW0b6cmpAiNLg6lb938Dymx8uZU0YcrSBw25hfhVk5P/RfqzyOE7B6a2bNngPfw== X-Received: by 2002:aa7:d591:0:b0:514:c43e:3881 with SMTP id r17-20020aa7d591000000b00514c43e3881mr277960edq.35.1685516232672; Tue, 30 May 2023 23:57:12 -0700 (PDT) Received: from [192.168.1.20] ([178.197.199.204]) by smtp.gmail.com with ESMTPSA id h23-20020aa7c617000000b005147503a238sm5308899edq.17.2023.05.30.23.57.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 30 May 2023 23:57:12 -0700 (PDT) Message-ID: <367c3d26-b406-9ddc-e0ca-717994ed1c4a@linaro.org> Date: Wed, 31 May 2023 08:57:08 +0200 Precedence: bulk X-Mailing-List: timestamp@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 0/7] dt-bindings: restrict node name suffixes Content-Language: en-US To: Conor Dooley Cc: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , =?UTF-8?Q?Uwe_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, Tony Lindgren , Oleksij Rempel References: <20230530144851.92059-1-krzysztof.kozlowski@linaro.org> <20230530-banister-luxurious-d33a5d289749@spud> From: Krzysztof Kozlowski In-Reply-To: <20230530-banister-luxurious-d33a5d289749@spud> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 30/05/2023 19:11, Conor Dooley wrote: > On Tue, May 30, 2023 at 04:48:44PM +0200, Krzysztof Kozlowski wrote: >> Hi, >> >> Tree-wide cleanup of DTS node name suffixes "-N", e.g. "pwm-5", so we allow >> only decimal numbers. In few cases narrow the pattern to also disallow >> multiple suffixes, e.g. "pwm-5-5". > > I figure there'll be quite a bit of stuff to fix up afterwards? > Reviewed-by: Conor Dooley Quick grep shown zero fixes needed. Best regards, Krzysztof