From: agross@codeaurora.org (Andy Gross)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] pinctrl: qcom: Add IPQ8064 pinctrl support
Date: Mon, 14 Apr 2014 22:10:34 -0500 [thread overview]
Message-ID: <1397531437-9104-1-git-send-email-agross@codeaurora.org> (raw)
This set of patches adds pinctrl support for the Qualcomm IPQ8064 platform.
The IPQ8064 uses the same TLMM block as the APQ8064, but has a different number
of pins, functions, and function assignments. The second patch contains the
devicetree documentation. The last patch selects PINCTRL for all ARCH_QCOM
platforms. This allows for selection of pinctrl support via a make menuconfig.
Andy Gross (3):
pinctrl: qcom: Add definitions for IPQ8064
dt: Document Qualcomm IPQ8064 pinctrl binding
ARM: qcom: Select PINCTRL by default for ARCH_QCOM
.../bindings/pinctrl/qcom,ipq8064-pinctrl.txt | 95 +++
arch/arm/mach-qcom/Kconfig | 1 +
drivers/pinctrl/Kconfig | 8 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-ipq8064.c | 653 ++++++++++++++++++++
5 files changed, 758 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.txt
create mode 100644 drivers/pinctrl/pinctrl-ipq8064.c
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2014-04-15 3:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 3:10 Andy Gross [this message]
2014-04-15 3:10 ` [PATCH 1/3] pinctrl: qcom: Add definitions for IPQ8064 Andy Gross
2014-04-23 14:01 ` Linus Walleij
2014-04-15 3:10 ` [PATCH 2/3] dt: Document Qualcomm IPQ8064 pinctrl binding Andy Gross
2014-04-15 3:10 ` [PATCH 3/3] ARM: qcom: Select PINCTRL by default for ARCH_QCOM Andy Gross
2014-04-23 14:03 ` Linus Walleij
2014-04-23 14:26 ` Kumar Gala
2014-04-22 15:11 ` [PATCH 0/3] pinctrl: qcom: Add IPQ8064 pinctrl support Linus Walleij
2014-04-22 15:35 ` Bjorn Andersson
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=1397531437-9104-1-git-send-email-agross@codeaurora.org \
--to=agross@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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).