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 80B53C6379F for ; Fri, 10 Feb 2023 22:48:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233999AbjBJWs1 (ORCPT ); Fri, 10 Feb 2023 17:48:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232968AbjBJWsY (ORCPT ); Fri, 10 Feb 2023 17:48:24 -0500 Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA15B32E55 for ; Fri, 10 Feb 2023 14:48:22 -0800 (PST) Received: by mail-yb1-xb34.google.com with SMTP id g2so8091912ybk.8 for ; Fri, 10 Feb 2023 14:48:22 -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=9V+zsV1TA739jM/Ghxhj4I8BxArH5h7QM0M5+yu8NH4=; b=yeomO+TAo5S0V0qCgEkJQZexh/5y3obB++mgbBjFuN1Roau5COEg3FzAhbWRgqVObO XOUBcq5guD+84TzV3IZ+h4s7XrKjhdOlFtyC05BUoTQEd8qM1C8jJB/VkmrD16mqg3fc Kr5yLc0xWU80OyOEgfkOYKb8zXnTNkMroIVOvm1JOyrYe9HpVhArkFZA0zETDJ38eGiy BgexlpLRjnwAnLLp0KnBegqTJ1AGBXu8OaMEs2+VpLDaziwN8qr1QQ/Pjxy0UQbCso/5 kJWctJWoEaW5CV5hiiOgMAhzsxiiJISKHhf/w47+kQMXcjE20HI+p8EotyhXmrR/az27 Qa7Q== 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=9V+zsV1TA739jM/Ghxhj4I8BxArH5h7QM0M5+yu8NH4=; b=5KwCTvlK7FibhePJlNH6RRQ0Oqz2YebnWE/s0rgUqYmVGTNnE4NxSz0t308znyCxUi gPh/0p0iIoB5xg+zX9gZlAzEm39wBOD5kjw7UrQW0U28k4mKpIiHsYF1OHIl4Ov4LXLs 2BdcuMXunEYpUltGO7Jl6awq7eJH3pkRE/PcIzCfe07EEWcdfbyriFPRxg5/HDIIXgBy KiXXx8A+wIbImCPappDQVMBwq4v/p24wId7QeD1GB2FmZpqGfKHYgPPbfrhwWg55+Z1Z BZ9IlfllCw1UG7Ey9zg4V9r0gdlg9lvEMikMrrgGilH4UyG7aEqnnrsV0vW6DTHRaMjK +lcA== X-Gm-Message-State: AO0yUKUo8KoKR8TXRM19VA0StReUrq1VLNc4h/XUu/SYMw9/YkrP7+4z yBV5eNNwLzJ2Jao05RTy2cxuWCd3q/gZsWPL9zGUpQ== X-Google-Smtp-Source: AK7set+pQfNJNY9S+wbdMQA1kVlICKHwx56mwcDxq/G7Zcm528p2mKL2GXy3CFy4/gF6gNAT8oJmA/Qx3lUFLVa61u0= X-Received: by 2002:a25:8c04:0:b0:883:cf5:1553 with SMTP id k4-20020a258c04000000b008830cf51553mr1881980ybl.28.1676069301949; Fri, 10 Feb 2023 14:48:21 -0800 (PST) MIME-Version: 1.0 References: <20230209074510.4153294-1-abel.vesa@linaro.org> In-Reply-To: <20230209074510.4153294-1-abel.vesa@linaro.org> From: Linus Walleij Date: Fri, 10 Feb 2023 23:48:10 +0100 Message-ID: Subject: Re: [PATCH v4 1/2] pinctrl: qcom: Add support for i2c specific pull feature To: Abel Vesa Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-gpio@vger.kernel.org, Neil Armstrong Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 9, 2023 at 8:45 AM Abel Vesa wrote: > Add support for the new i2c_pull property introduced for SM8550 setting > a I2C specific pull mode on I2C able pins. Add the bit to the SM8550 > specific driver while at it. > > Co-developed-by: Neil Armstrong > Signed-off-by: Neil Armstrong > Signed-off-by: Abel Vesa Applied to the pin control tree for v6.3, I expect that Bjorn will apply patch 2/2 to the qcom tree! Yours, Linus Walleij