[PATCH v1 0/3] pinctrl: qcom: Add APQ8084 pinctrl support

Georgi Djakov gdjakov at mm-sol.com
Tue Aug 19 10:22:13 PDT 2014


This set of patches adds pinctrl support for the Qualcomm APQ8084 platform.
The first patch adds the pin definitions. The second patch contains the
devicetree documentation. The last patch adds the DT node.

Georgi Djakov (3):
  pinctrl: qcom: Add APQ8084 pinctrl support
  dt: Document Qualcomm APQ8084 pinctrl binding
  ARM: dts: Add TLMM DT node for apq8084

 .../bindings/pinctrl/qcom,apq8084-pinctrl.txt      |  109 ++
 arch/arm/boot/dts/qcom-apq8084.dtsi                |   10 +
 drivers/pinctrl/qcom/Kconfig                       |    8 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-apq8084.c             | 1302 ++++++++++++++++++++
 5 files changed, 1430 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
 create mode 100644 drivers/pinctrl/qcom/pinctrl-apq8084.c

-- 
1.7.9.5




More information about the linux-arm-kernel mailing list