From: kholk11@gmail.com
To: linux-arm-msm@vger.kernel.org
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
agross@kernel.org, bjorn.andersson@linaro.org,
linus.walleij@linaro.org, robh+dt@kernel.org,
mark.rutland@arm.com, marijns95@gmail.com, kholk11@gmail.com
Subject: [PATCH 0/2] Pinctrl driver for MSM8976 and MSM8956
Date: Sat, 5 Oct 2019 12:59:34 +0200 [thread overview]
Message-ID: <20191005105936.31216-1-kholk11@gmail.com> (raw)
From: AngeloGioacchino Del Regno <kholk11@gmail.com>
As requested, I'm resending the pinctrl driver for this SoC
in a separate patch series, with the changes suggested by
Bjorn.
AngeloGioacchino Del Regno (2):
pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956
dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation
.../bindings/pinctrl/qcom,msm8976-pinctrl.txt | 183 +++
drivers/pinctrl/qcom/Kconfig | 10 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-msm8976.c | 1127 +++++++++++++++++
4 files changed, 1321 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8976-pinctrl.txt
create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8976.c
--
2.21.0
next reply other threads:[~2019-10-05 10:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-05 10:59 kholk11 [this message]
2019-10-05 10:59 ` [PATCH 1/2] pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956 kholk11
2019-10-07 5:54 ` Bjorn Andersson
2019-10-16 8:41 ` Linus Walleij
2019-10-05 10:59 ` [PATCH 2/2] dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation kholk11
2019-10-07 5:56 ` Bjorn Andersson
2019-10-15 10:39 ` AngeloGioacchino Del Regno
2019-10-15 20:32 ` Rob Herring
2019-10-16 13:53 ` Linus Walleij
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=20191005105936.31216-1-kholk11@gmail.com \
--to=kholk11@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=marijns95@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
/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).