linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Iskren Chernev <iskren.chernev@gmail.com>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	phone-devel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH v2 0/2] Add Pinctrl for SM4250 and SM6115
Date: Fri, 25 Jun 2021 09:17:54 +0300	[thread overview]
Message-ID: <e1e447f5-b0a2-e8a1-5d84-28dc29c50824@gmail.com> (raw)
In-Reply-To: <20210625051138.2997854-1-iskren.chernev@gmail.com>

Please discard this version, there is v3 addressing all points from Rob and Bjorn.

On 6/25/21 8:11 AM, Iskren Chernev wrote:
> This patch adds support for the TLMM block on QCom SM4250 and SM6115, codename
> bengal. The code is taken from OnePlus repo [1], and the keyword bengal
> corresponds to sm4250 and sm6115, so I'm adding both compat strings.
> 
> [1]: https://github.com/OnePlusOSS/android_kernel_oneplus_sm4250
> 
> v1: https://lkml.org/lkml/2021/6/22/1163
> 
> Changes from v1:
> - fix binding example
> - fix cover letter text
> 
> Iskren Chernev (2):
>   dt-bindings: pinctrl: qcom: Add SM6115 pinctrl bindings
>   drivers: qcom: pinctrl: Add pinctrl driver for sm6115
> 
>  .../bindings/pinctrl/qcom,sm6115-pinctrl.yaml |  172 ++
>  drivers/pinctrl/qcom/Kconfig                  |    9 +
>  drivers/pinctrl/qcom/Makefile                 |    1 +
>  drivers/pinctrl/qcom/pinctrl-sm6115.c         | 1482 +++++++++++++++++
>  4 files changed, 1664 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
>  create mode 100644 drivers/pinctrl/qcom/pinctrl-sm6115.c
> 
> 
> base-commit: e71e3a48a7e89fa71fb70bf4602367528864d2ff
> --
> 2.32.0
> 

      parent reply	other threads:[~2021-06-25  6:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25  5:11 [PATCH v2 0/2] Add Pinctrl for SM4250 and SM6115 Iskren Chernev
2021-06-25  5:11 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add SM6115 pinctrl bindings Iskren Chernev
2021-06-25  5:11 ` [PATCH v2 2/2] drivers: qcom: pinctrl: Add pinctrl driver for sm6115 Iskren Chernev
2021-06-25  6:17 ` Iskren Chernev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e1e447f5-b0a2-e8a1-5d84-28dc29c50824@gmail.com \
    --to=iskren.chernev@gmail.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).