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 995BDC433FE for ; Tue, 18 Oct 2022 03:09:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231200AbiJRDJn (ORCPT ); Mon, 17 Oct 2022 23:09:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230345AbiJRDI0 (ORCPT ); Mon, 17 Oct 2022 23:08:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AC3C9AFB9; Mon, 17 Oct 2022 20:07:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 609FDB81C5C; Tue, 18 Oct 2022 03:07:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15DC2C43143; Tue, 18 Oct 2022 03:07:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666062427; bh=3LUISltUd4st4SsRXvFnMm4UZUmqbYBVNnG8ZxfyLBo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fm7Q2s57KYSvBEKo5ufYAR8ZIsQR6gQZsRqF9OaOvIqeBLSYRle8Idw1RhfvdfiZk i/F2n2InQHKEJm1O3TACmKdNY0l+b4Vy46c4PalyD+xZGMzNftN7z8OJuo6ZdYTcEA tRpOCI0aFn08mCDeZovNortt3SYQtdB0p7E9VM/jvZcRjbwounF67b4A3Obl1vo5p3 kTqbuxnohtjD7Jap//+wf32/G6nMpDlNLbaCSyeOY6+gY6SsR/D+PL8uJEouTv57ZA J80AqbmaIzGQL/eggEah7FkqrSOi11MrkhC753WsjaIyMu5B3bzRMB5VDx8mQ5Yjxj RTQWoD85KVVYQ== From: Bjorn Andersson To: Sivaprakash Murugesan , stephan@gerhold.net, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, agross@kernel.org, krzysztof.kozlowski@linaro.org, linus.walleij@linaro.org, vkoul@kernel.org, shawn.guo@linaro.org, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski , quic_vamslank@quicinc.com, Konrad Dybcio Subject: Re: (subset) [PATCH v3 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings Date: Mon, 17 Oct 2022 22:05:40 -0500 Message-Id: <166606235858.3553294.11393452555755385240.b4-ty@kernel.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220927173702.5200-1-krzysztof.kozlowski@linaro.org> References: <20220927173702.5200-1-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 Tue, 27 Sep 2022 19:36:28 +0200, Krzysztof Kozlowski wrote: > Changes since v2 > ================ > 1. ipq6018-cp01-c1: do not switch to blsp1 (Robert). > 2. pinctrl: qcom,ipq6018: correct BLSP6->BLSP0 functions: new patch. > 3. Drop quotes from $ref when not needed (Rob). > 4. Add Rb tags. Few patches from v1 got review from Rob, but I changed them in > v2 significantly, so I did not keep these Rb tags. > > [...] Applied, thanks! [03/34] ARM: dts: qcom: sdx55: add gpio-ranges to TLMM pinctrl commit: 0139f183bcddcf5b36f805254bb0f0625963f783 [04/34] ARM: dts: qcom: sdx55: align TLMM pin configuration with DT schema commit: bda79af488a3e75769433fb961800c39bb07b29c [05/34] ARM: dts: qcom: msm8226: align TLMM pin configuration with DT schema commit: df9c86025510c45a6d90669347129e8000e1bbbc [06/34] ARM: dts: qcom: msm8974: align TLMM pin configuration with DT schema commit: 6cd72414abc7345e277fcab5e1c763c3a017dc6a Best regards, -- Bjorn Andersson