devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctrl: qcom: Add IPQ8064 pinctrl support
@ 2014-04-15  3:10 Andy Gross
  2014-04-15  3:10 ` [PATCH 2/3] dt: Document Qualcomm IPQ8064 pinctrl binding Andy Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andy Gross @ 2014-04-15  3:10 UTC (permalink / raw)
  To: Linus Walleij
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-arm-msm,
	Andy Gross

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-23 14:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15  3:10 [PATCH 0/3] pinctrl: qcom: Add IPQ8064 pinctrl support Andy Gross
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
     [not found] ` <1397531437-9104-1-git-send-email-agross-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
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-22 15:11   ` [PATCH 0/3] pinctrl: qcom: Add IPQ8064 pinctrl support Linus Walleij
2014-04-22 15:35     ` Bjorn Andersson

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).