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 EDB02C4332F for ; Mon, 17 Oct 2022 20:09:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229954AbiJQUJM (ORCPT ); Mon, 17 Oct 2022 16:09:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229997AbiJQUJC (ORCPT ); Mon, 17 Oct 2022 16:09:02 -0400 Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D024C7AC19 for ; Mon, 17 Oct 2022 13:08:39 -0700 (PDT) Received: by mail-qt1-x836.google.com with SMTP id hh9so8446964qtb.13 for ; Mon, 17 Oct 2022 13:08:39 -0700 (PDT) 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:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=TFZRIGC9vRpMVTXdazFDBg/q5LyrcVarqy96R1sc3Rc=; b=oLtIO2DA6kMK/rcwZPIE5dKRfJMdT8RQhk3fiJAB1uUbNfHX6E3WUAotyJpdyAeOTv w65c/iz5QmG+phMrSPtETLEuzaZuzf59+dKj4vqGIuIbkkPk57Qhz2Vho2FgfI7L76RS fCwgYaYKp1y0LFH/ytNNCzUAVG9htRQ1Rm6nxHs5QjPykSWCZPehfZePS/jNmTkq/6YR /MwXyo7ILP19tkfuqWfeSG9KREjRH00S+w6E2L5d0Ud/qgvuNlhZhnuz1r9C4b0YZrq7 BQCb1A3D1g9T7HzFC2qqd1oUiQDafBiOeC9Z1Pvy8VKWY3tF0lWdqJlVwAADDXPQ0/eF 4QsQ== 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:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TFZRIGC9vRpMVTXdazFDBg/q5LyrcVarqy96R1sc3Rc=; b=ckJe2w150fN68a4M99oT30OMrUYgyEq1/P2an4T6dcWvMCFr6yXGbEFcrBiVapiFpA bt3CwqXyrOZANZyArweOOIh18TafrN/QWMTVHOmKGGiJINYMICMQ/oMDj1Oe/qYHYt3/ oR2XleovnkTSEczy/HcRlq10Hz9BSqH2e+rjxx2Ey2aPZybhXpe1cCR5e3tj7Ud8R018 eCmzN8az5gIfF/PR6ptQQC2iAbxgGOqjbyf7gWrLbx/jq0H9zIbOF1PieHdHzZoFTJ+i k/7hNAQXY0t+zeV0YtU79niKuMELR/HdLnybBHi5wCKkIRqRyUYyCw/rChjhQ/k5Wap6 uWCA== X-Gm-Message-State: ACrzQf17HIk6EIIlu/x3DWty6ocSo7NHe9NN/QKw5AitGz+LjExrgKz9 yNECAobr0TnEUlw7hbOqp7lFgQ== X-Google-Smtp-Source: AMsMyM63ltCQv1X93YgVBaWttmuHwBKW/nlkVANll4DQcE9C6zhFY8Y+9lMuZ2VJgnRIy33o6EdfBQ== X-Received: by 2002:a05:622a:289:b0:39c:b9f0:cb5a with SMTP id z9-20020a05622a028900b0039cb9f0cb5amr10378615qtw.154.1666037318577; Mon, 17 Oct 2022 13:08:38 -0700 (PDT) Received: from localhost.localdomain (pool-72-83-177-149.washdc.east.verizon.net. [72.83.177.149]) by smtp.gmail.com with ESMTPSA id m13-20020a05620a24cd00b006ce76811a07sm536793qkn.75.2022.10.17.13.08.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Oct 2022 13:08:37 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Rob Herring , Shawn Guo , linux-gpio@vger.kernel.org, Krzysztof Kozlowski , Sivaprakash Murugesan , Linus Walleij , Bjorn Andersson , krishna Lanka , linux-kernel@vger.kernel.org, Konrad Dybcio , linux-arm-msm@vger.kernel.org, Vinod Koul , devicetree@vger.kernel.org, Stephan Gerhold , Krzysztof Kozlowski Cc: Rob Herring Subject: Re: (subset) [PATCH v5 10/34] dt-bindings: pinctrl: qcom,ipq6018: increase number of pins in pinmux Date: Mon, 17 Oct 2022 16:07:51 -0400 Message-Id: <166603728601.4991.6128094780690798128.b4-ty@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221016170035.35014-11-krzysztof.kozlowski@linaro.org> References: <20221016170035.35014-1-krzysztof.kozlowski@linaro.org> <20221016170035.35014-11-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-gpio@vger.kernel.org On Sun, 16 Oct 2022 13:00:11 -0400, Krzysztof Kozlowski wrote: > One pinxmux node can have more than 4 pins to configure: > > ['gpio1', 'gpio3', 'gpio4', 'gpio5', 'gpio6', 'gpio7', 'gpio8', 'gpio10', 'gpio11', 'gpio12', 'gpio13', 'gpio14', 'gpio15', 'gpio17'] is too long > > Applied, thanks! [10/34] dt-bindings: pinctrl: qcom,ipq6018: increase number of pins in pinmux https://git.kernel.org/krzk/linux-dt/c/5cf95fcd6d75375195d15cabfaed835e76eec4c1 Best regards, -- Krzysztof Kozlowski