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 3CC30C4332F for ; Mon, 3 Oct 2022 22:02:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229771AbiJCWCE (ORCPT ); Mon, 3 Oct 2022 18:02:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229936AbiJCWCD (ORCPT ); Mon, 3 Oct 2022 18:02:03 -0400 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1C5132EF5 for ; Mon, 3 Oct 2022 15:02:01 -0700 (PDT) Received: by mail-ej1-x631.google.com with SMTP id sd10so25089627ejc.2 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=PQMavoFCpARAtfr9flUf0zl6WM0RObldU5poJV75wUhDwEDFcZmvrmOXLSfkPoIz1N FLVBbVzBYs8LbIHAp5k25LsGRzoyPsDwgRASAg7KsUhVWm+8Z9l7hzRkhFpkAaSggKig /t7+l7m71STCfhQEui7h3YibMPm1g4w5zMDO8XwypqpoWRtfkPN4hLsTfZg6dNgZmPkD fjidLuZ5QeSmmssleDIirxdK64viysvOOr/g3YMb+RofGCDzKGDYz7yUq4V21f95jrsm ZSzWru5wcq0Ena6fyYQndeFhMBvpbBzBFksMX8Txxpp6r7JHwhEjMY4xWDcvIzpZDBeb XWTA== X-Gm-Message-State: ACrzQf3sKvto4h1VmQwZhLqEi16P80TqZ93tN5Dz0DuXbGIlDsFV8cOO R8XUu5FH9QKutUjt0c/cpm2MY+rxwferYC9tVbq2hQ== 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-gpio@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