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 F1FCAC6379F for ; Thu, 2 Feb 2023 22:29:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232949AbjBBW2p (ORCPT ); Thu, 2 Feb 2023 17:28:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233311AbjBBW2h (ORCPT ); Thu, 2 Feb 2023 17:28:37 -0500 Received: from mail-yw1-x112d.google.com (mail-yw1-x112d.google.com [IPv6:2607:f8b0:4864:20::112d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E340561BD for ; Thu, 2 Feb 2023 14:28:36 -0800 (PST) Received: by mail-yw1-x112d.google.com with SMTP id 00721157ae682-523e3a0300eso23736637b3.4 for ; Thu, 02 Feb 2023 14:28:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=xYHYyCk0Uk2jKz+BSxgBQ9AdeZqvnor3lzbcWcmYzSE=; b=nWAVD9UCkiGgNNR6RDSDBB64X6TZzBF+Rs5zhnPVI8JQKfTW64CiVrzCpzvpKr9sUW nKhHwXL60EAuMxto3sMXYPBFgmaQCoYxHn3XySbd/DuTSs0BKjTH8mlS2WrSOt/S5g+H fjlJRexHmOjVTnwDtef/w0xdADZVcdT5R16kk6ptrKH4dpRzHS7Oq1tPgbpBpLjZUfxP kj3VGUPmIGr5u9tQs/w0AnsLv/6oSXLNw3JDU3AvozwGaLCL8/nN6TI4gBUPIFgJ7bo9 UCVoVV6PdFmx+VVzneMukpGT1sSEDuNGdAsKpLrHtw1TrfyMaRm3UcMqzvtUfb15jNmO D0Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=xYHYyCk0Uk2jKz+BSxgBQ9AdeZqvnor3lzbcWcmYzSE=; b=Yug+2kTL3yIUmO6naFx9/OKU3lfz6hbTi9bnTGmaM0iGMejIZM02zCf/uJOXIU3SQ/ ZwHSpQuXhQeI3Ii42f/xVWm5sGZvxfF2UFW3J+4vQK8KQzVo0UUNX4eq14aJ2uEZus26 QkkaUT55ZERwgOlzMyp8qzH6iMutNOagZUGAo94+dLAnlTPg6Q04VsIyTcREEJpJwwGR SOxWXLsSTUBrtZQPqwec4sV+YA8hoUPDq7wPUfGC7HZPDb2thkZ5GHqUPXCW/CTkKmmL hrJhL19HaWw0E58SXfhh6V5jhLvEj0kZ56aneAUBCFYLb8ScKAI+6Zsce2+XZziMj8Iy bxdw== X-Gm-Message-State: AO0yUKWE048ACNFuB2JfrzY+CsI9WRUZqYkFMtNkoYMTKbvLYR4JrYWm judK7/u85/12GpKFoEO1h2lowWod0IUN7N4DaHjwqQ== X-Google-Smtp-Source: AK7set9tiyqBptIgECT4gz7vMnDVbMgEyqORV3g7fqx360QWQA8YTMy9wa+AnpGZQjChyeYW/LLFlq9e2OcdIBVM9MI= X-Received: by 2002:a81:d46:0:b0:4ff:e4bc:b56f with SMTP id 67-20020a810d46000000b004ffe4bcb56fmr894826ywn.488.1675376915341; Thu, 02 Feb 2023 14:28:35 -0800 (PST) MIME-Version: 1.0 References: <20230202104452.299048-1-krzysztof.kozlowski@linaro.org> In-Reply-To: <20230202104452.299048-1-krzysztof.kozlowski@linaro.org> From: Linus Walleij Date: Thu, 2 Feb 2023 23:28:24 +0100 Message-ID: Subject: Re: [PATCH v2 00/10] pinctrl/ARM/arm64: qcom: correct TLMM gpio-ranges and GPIO pin names To: Krzysztof Kozlowski 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Yours, Linus Walleij