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 E44B7C63797 for ; Fri, 3 Feb 2023 07:11:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231598AbjBCHLd (ORCPT ); Fri, 3 Feb 2023 02:11:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231463AbjBCHLb (ORCPT ); Fri, 3 Feb 2023 02:11:31 -0500 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D629212A6 for ; Thu, 2 Feb 2023 23:11:30 -0800 (PST) Received: by mail-wr1-x433.google.com with SMTP id bk16so3764184wrb.11 for ; Thu, 02 Feb 2023 23:11:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; 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=VMpIUIgr72vj2KES61ZyPekdCitWfbzab3EmSUELRzs=; b=M+T7ihDmZWPoR1fZf9kKLTa3I5EStvTTz8K3LOVdpY+E1Q/3lQR9exUPcduCHkNlaQ Nb3b3qYCNUOLfjGLX4XMh8ZH6PU9Pb2nhoSErgTYbCuNy4SFZMDjGxCl4SiLC1h5xynh iY9YfdOGRTeFQTv12ZZNECggqif1T0puu18mXbpiuqUcI9SJagu1E+KISyTxUvT3z1Oz xS4BYhaR/wM2o7PR2xNOi8Ujz89pnceoS8ivYbLGuLq2rQj4cRuiPCHRVIEWka2t+zvO +KCLs0B4u71jQ8I6wiUoZ6S8Qxt2pfQ5aFL0zDKt6UBWFVCamHAp3bd9xEUIob0wrk6Y 6XPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=VMpIUIgr72vj2KES61ZyPekdCitWfbzab3EmSUELRzs=; b=RJsEPLd6SAQ/HrTpyhsUjKS7yXCkjbe9dYjdsrpxoEYJids0VfmvVs20Skcvi3PUBM HFGYp5eKNvX7IRtez7u+X64cSiqhAjcF/bbhLIxpOR2hXokyzCrlqUYEZPQv5l9/G/29 luu2izWi27QA5lFj1c2CC3u0T5qtuG2nae3YeglYWOlDiCtYzq1dzk4dPrrJhdRxv6AL OqRYHKPMPbJGx/b/mK5Wh59SPbVns3v0mekkGoDQYq3t6h55MkxBfvs2RKYMRYVpnFxC lJfBsqxycPssD/sUQRjf2Z2fp12nCsaq9APiL3leAFrtSXH2dsoPFxeEGHAAtgjPsgVb 6tTQ== X-Gm-Message-State: AO0yUKUStA6iAh/3faaOq/vUjaRUihLPz9RSOroYXFZ/JvVvFC2UpOSl KCPnklSmUB1HXdSEeGnIWM4iLg== X-Google-Smtp-Source: AK7set8wSgQiywPGrL5fVkji5XDmWBCGOwWzrueNmHsy/nA6CO+I1vjesYJdPBkcS2iWqRjRngCzYg== X-Received: by 2002:a5d:680d:0:b0:2bf:ac3f:a9da with SMTP id w13-20020a5d680d000000b002bfac3fa9damr7829808wru.7.1675408288885; Thu, 02 Feb 2023 23:11:28 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id f9-20020a5d4dc9000000b002bfb37497a8sm1249205wru.31.2023.02.02.23.11.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 23:11:28 -0800 (PST) Message-ID: Date: Fri, 3 Feb 2023 08:11:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v2 00/10] pinctrl/ARM/arm64: qcom: correct TLMM gpio-ranges and GPIO pin names Content-Language: en-US To: Linus Walleij Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Stephan Gerhold , Vinod Koul , Vladimir Lypak , Luca Weiss , Iskren Chernev , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230202104452.299048-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/2023 23:28, Linus Walleij wrote: > On Thu, Feb 2, 2023 at 11:45 AM Krzysztof Kozlowski > wrote: > >> Changes since v1: >> 1. Match the driver's ngpios (so usually include the ufs-reset where >> applicable). Several patches were dropped, other rewritten. >> 2. Add tags > > Needless to say I'm a big fan of the series: > Acked-by: Linus Walleij > > Will you send me a pull request for the pinctrl things as soon as > you feel confident it is finished, and I'll queue it up for v6.3? Sure! Best regards, Krzysztof