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 B5215C43219 for ; Mon, 3 Oct 2022 22:02:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229938AbiJCWCG (ORCPT ); Mon, 3 Oct 2022 18:02:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229936AbiJCWCF (ORCPT ); Mon, 3 Oct 2022 18:02:05 -0400 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E164F32042 for ; Mon, 3 Oct 2022 15:02:01 -0700 (PDT) Received: by mail-ej1-x635.google.com with SMTP id a26so25056950ejc.4 for ; Mon, 03 Oct 2022 15:02:01 -0700 (PDT) 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; bh=HV8KUZ4GPFpWtPFVlTgVXPYpTAfZV/oMcB7Ni0y1cJo=; b=RGdIZ/Z08zcTidBpIfZ0fUtwIMOXTxw+d9f8ATQtx5bqfwijqOxlO3TmILLjGojEI2 0/C5o5myNt1Z+AoGNzL0GIChH3w8BxEM7gjOO7emlAUCGpXQRh9i0w9hwJ7T+VyNVHxA zom+NkFhWHw2lZYpCC0XaUpZ4OM8cvk5uBToPmMKKfqm/+d+WaBKU+5XnTXoDE86DL6k /6ZO0lICunGPOsrQiBGGlXMpj364fioMKCSrUHFaHPYQzlC01cczqHltiEGI2X/tTZ8V bjQzktzxjHpcn0+BEoYXCVjcxVlqrCQaL+d1wg6/pNMxX8nsi5O6ZzQ05V50eTC6I1B5 Y+Yw== 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; bh=HV8KUZ4GPFpWtPFVlTgVXPYpTAfZV/oMcB7Ni0y1cJo=; b=xA4OFjjgr8cmmOZFN+AQQVn/E9FF1lBnmJG5amT3h8oGrfkAwBMgnQkUd91avWKNCV wIWV4U82GIKErbtKbKQdiosbJMV2II5wWvo4KMk4RmYBBj7u4O9roKpxN6+TZQmf2FyN lXQQk0BxK+bzmy1fCAemSugInUVBbj8j0VDyBUCA6FIaBiGGS9hKhlnfbcYNPzOuRSqQ +KbKDKpQDEmHpkYjT7zJTIhfpWqvHVOXotn/NIDVaJpqfqcnTriidFlk4571ZgY0BOZC vxI1PoT4HRnxq+txWnpxzW+3vUy4YPCfxxFdH0fWS1M0rI+q86BdYapGXhVoWZKrSTXp B22w== X-Gm-Message-State: ACrzQf2qQhjnDPcikU8lY41/atGkLR7nyBgk+BwAcW496vgKUZYI22f4 TO2JlivhYEEvav8j1+6mY1lajVjMQx+uyVnQqoNNwD85K3I= X-Google-Smtp-Source: AMsMyM72H+D6z11aPXLsbrptZmRmrhUBp1HI9zRSIGSONqexAiHHRxKlnMat4VIWoHNajB1Qjvswtq1P9D6cs4Gf/nY= X-Received: by 2002:a17:906:5d04:b0:77f:ca9f:33d1 with SMTP id g4-20020a1709065d0400b0077fca9f33d1mr17295191ejt.526.1664834520528; Mon, 03 Oct 2022 15:02:00 -0700 (PDT) MIME-Version: 1.0 References: <20220924080459.13084-1-krzysztof.kozlowski@linaro.org> In-Reply-To: <20220924080459.13084-1-krzysztof.kozlowski@linaro.org> From: Linus Walleij Date: Tue, 4 Oct 2022 00:01:49 +0200 Message-ID: Subject: Re: [PATCH 00/32] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Sricharan R , Stephan Gerhold , Shawn Guo , Vinod Koul , krishna Lanka , Sivaprakash Murugesan , 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-arm-msm@vger.kernel.org On Sat, Sep 24, 2022 at 10:05 AM Krzysztof Kozlowski wrote: > This is the third patchset around Qualcomm pinctrl in recent days: > 1. First round of TLMM fixes: merged > 2. LPASS fixes: https://lore.kernel.org/linux-devicetree/20220922195651.345369-1-krzysztof.kozlowski@linaro.org/T/#t > 3. Second round of TLMM fixes: THIS PATCHSET Same thing with TLMM as LPASS! Stack up the bindings, send me pull requests, because I trust you. Yours, Linus Walleij