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 36926C6FD1F for ; Sun, 19 Mar 2023 20:52:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbjCSUw3 (ORCPT ); Sun, 19 Mar 2023 16:52:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230046AbjCSUwY (ORCPT ); Sun, 19 Mar 2023 16:52:24 -0400 Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0732115CAC for ; Sun, 19 Mar 2023 13:52:23 -0700 (PDT) Received: by mail-yb1-xb2d.google.com with SMTP id p203so10784629ybb.13 for ; Sun, 19 Mar 2023 13:52:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679259142; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=7eau3b7zPmqe7SmciaTScsBbHt1A+72uIepOJsfjNRg=; b=d9rPCtzOByh1+cJSI9d+76Q8bzYJmz1Ss1IdljLbzJW1S2zN1kEkjYm0FbFBc1UO2z 4VKgH2omJwDFhFG3kHc7m+cN7CVCXDwLdJF1INgIXvceYTfbyGzn3NusESedXEphCaJi fYf1Eyb3H5GHmP/iTIyZTllbV3z56rO7Fq/eyPoWUWIq2Jk12zv2MKsCelc6vdAXl7Oh lGK7qmVJaa5htjrPA2WYArc6QRp5h5Wx2PlI8V/9WGd3jM9AM+LNs7cKR0Gq3brf/2kT 8Ncw4tWtcVDLCihENNmB2PvhUwKZFgaB3KEpr1jqcaF/XRtFzyqzc0W8+99Qoyj4AFos 3MnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679259142; h=content-transfer-encoding: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=7eau3b7zPmqe7SmciaTScsBbHt1A+72uIepOJsfjNRg=; b=jHPgemqzoPXxnWPmapNnOKGyrweZwVDewgtzmJ2OGE3yjiIEoRSNxQT9afk4tA0IFZ T3r10naa0mut+wDa/ripEJ+AJzuaP6+J6w3m4SevfAbJTCFrs1KoHcPuOBjLz8unOISM eVfZea7e44bX5JF1ax1tqTrYB8XYgEwjGhsnEU9Bd1daBJ24O0fTxOkTzBcM6x0jqbnv cCD9YWxUB46dAgFE0WomKfBfg6hXNzTKesjy/p1mZc0nAadXehUZGrrIXx8RcOlhuDdd 5WwKKDSlodxvJSICXWCv1nilaK6oc6jJH0s2IXe3+pBOvA6KovSKScJu/BZpDBegBu/f CRBg== X-Gm-Message-State: AO0yUKVFuhBfdx3plXdZFmyrHp8WgTBcg3vjganTksfarqLf/V1IcZ9V vLQ/jZ39u2+XXJbd9p+9DLVD1JiiwxpzGTaUQ9AWmQ== X-Google-Smtp-Source: AK7set/tQ7OCelzEWdJsjsAkSRB+acENSH9SOXjaQ+EzOAXU2pgfkbMlHMfZQKUnyi4ylSBu7BTeUegXoKPqED2SmRY= X-Received: by 2002:a05:6902:1025:b0:b3b:d433:b063 with SMTP id x5-20020a056902102500b00b3bd433b063mr2931680ybt.4.1679259142289; Sun, 19 Mar 2023 13:52:22 -0700 (PDT) MIME-Version: 1.0 References: <20230311212114.108870-1-danila@jiaxyga.com> In-Reply-To: <20230311212114.108870-1-danila@jiaxyga.com> From: Linus Walleij Date: Sun, 19 Mar 2023 21:52:11 +0100 Message-ID: Subject: Re: [PATCH 0/2] pinctrl: qcom: Add support for SM7150 To: Danila Tikhonov Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, 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" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 11, 2023 at 10:21=E2=80=AFPM Danila Tikhonov wrote: > This series adds pinctrl support for Qualcomm SM7150 SoC. I don't see any issues with it and the DT bindings are reviewed so patches applied, unless Bjorn get upset they stay in. Yours, Linus Walleij