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 C0FDDC636CC for ; Fri, 3 Feb 2023 07:17:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229469AbjBCHRo (ORCPT ); Fri, 3 Feb 2023 02:17:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232341AbjBCHRh (ORCPT ); Fri, 3 Feb 2023 02:17:37 -0500 Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E9FA8F536 for ; Thu, 2 Feb 2023 23:17:35 -0800 (PST) Received: by mail-wr1-x431.google.com with SMTP id a2so3517518wrd.6 for ; Thu, 02 Feb 2023 23:17:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=nGO9MeuhOO617cZj7bVLeDPISS1OmNAxZtiWQngkqH4=; b=XZe2fMOvDAl66F76hhmHqgvTqEObAs4tYEPF6U+ipX23/ydNlqBsMqmstRAwbxH0gF qDILsSDUASO9hQyIfrz5vyS61P6POzUitiXvSuoDeTn2jjjPSq0J/fZRhwUr4XR9L4/w NiweoaiX6wnBvQI8MuhzWt/qUdq0+ZW11sqeDdu3+39yh4ArHBwxPlV4vBkP5s6nurGJ a4WVjCjYkUCO2Zo3fImYGtkAKg78OUE8WENfHCdI4Mxxvag/f8r9y/BEu5qZaeLINbrU oAoNT5w6XUFbKP1z8PlkMjanedat3/+OyrIdnY9W8kZnio1J6T5RLy6sWlKReLGA4OB+ FaJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nGO9MeuhOO617cZj7bVLeDPISS1OmNAxZtiWQngkqH4=; b=3+Qpf1GSOo2FhAMRsp1th9d0SrhXxJyr2zPmut3PvAi72xosXdtRzErmaiJHrGceyS N348rt4RPyp8UrKWqrd60uU24/z5CqYczx7ahI6LQODOm1F6iYpboLOEx7x3z7oZ/SE0 17KdGNCyLTX2VD6nPU4Ph6QZrd7dN10wvV7YXA29OnT1U6DcjD1sAovDG38PlnCxhwWe zIMUIZG228+sHlGYEcNPdML1KzScIFwhraklU3/DqeGXSpDLACv9G7GNv2EgRHlwyqQA 4dg2XCs2yvFTU0ho3LrtqyI9FmsaDC02Hh2ZtIxPRcvL00IOps8X3kWz/VUpG5qN5/gY +pMw== X-Gm-Message-State: AO0yUKXmvKwD12AZ6jzikR8JYXFr7Fo3Ji9xr2rF6Mmmj5YybcRM1Dze zawyS2Nh2grZ4og1OU7I6Mhfxceul86SSgCG X-Google-Smtp-Source: AK7set9LHwzzwnDVsSsn+baQ2bSSdl7yRpPbVWKVJ1wmGgs8GJq6bKFn3ZyovBUHbkahkQ/F3Dk4yw== X-Received: by 2002:a05:6000:137a:b0:2c3:bb45:6d67 with SMTP id q26-20020a056000137a00b002c3bb456d67mr6513446wrz.5.1675408654028; Thu, 02 Feb 2023 23:17:34 -0800 (PST) Received: from krzk-bin.. ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id q16-20020adff950000000b002bff574a250sm1291828wrr.2.2023.02.02.23.17.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Feb 2023 23:17:33 -0800 (PST) From: Krzysztof Kozlowski To: Iskren Chernev , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rob Herring , Luca Weiss , Bjorn Andersson , Vinod Koul , Vladimir Lypak , Krzysztof Kozlowski , Konrad Dybcio , linux-gpio@vger.kernel.org, Andy Gross , Stephan Gerhold , devicetree@vger.kernel.org, Linus Walleij , Krzysztof Kozlowski Subject: Re: (subset) [PATCH v2 02/10] dt-bindings: pinctrl: qcom,msm8909: correct GPIO name pattern and example Date: Fri, 3 Feb 2023 08:17:22 +0100 Message-Id: <167540864401.6835.17597659634945338758.b4-ty@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230202104452.299048-3-krzysztof.kozlowski@linaro.org> References: <20230202104452.299048-1-krzysztof.kozlowski@linaro.org> <20230202104452.299048-3-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2 Feb 2023 11:44:44 +0100, Krzysztof Kozlowski wrote: > The MSM8909 TLMM pin controller has GPIOs 0-112, so narrow the pattern > and gpio-ranges in the example. > > Applied, thanks! [02/10] dt-bindings: pinctrl: qcom,msm8909: correct GPIO name pattern and example https://git.kernel.org/krzk/linux-dt/c/87b93dd1fbb23b9bbae461bb2c01f6d93c7524d9 Best regards, -- Krzysztof Kozlowski