Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1263725
| From | Matthew McClintock <mmcclint@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support |
| Date | 2015-11-06 04:30 +0100 |
| Message-ID | <qrFSV-7wi-3@gated-at.bofh.it> (permalink) |
| References | <qrATh-44X-13@gated-at.bofh.it> <qrATi-44X-35@gated-at.bofh.it> <qrF6x-6Sr-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> On Nov 5, 2015, at 8:34 PM, Rob Herring <robh@kernel.org> wrote: > > On Thu, Nov 05, 2015 at 04:07:52PM -0600, Matthew McClintock wrote: >> From: Varadarajan Narayanan <varada@codeaurora.org> >> >> Add pinctrl driver support for IPQ4019 platform >> >> Signed-off-by: Sricharan R <sricharan@codeaurora.org> >> Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> >> Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org> >> Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org> >> --- >> .../bindings/pinctrl/qcom,ipq4019-pinctrl.txt | 116 ++ >> drivers/pinctrl/qcom/Kconfig | 8 + >> drivers/pinctrl/qcom/Makefile | 1 + >> drivers/pinctrl/qcom/pinctrl-ipq4019.c | 1280 ++++++++++++++++++++ >> 4 files changed, 1405 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt >> create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq4019.c >> >> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt >> new file mode 100644 >> index 0000000..045c5aa >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt >> @@ -0,0 +1,116 @@ >> +Qualcomm Atheros IPQ4019 TLMM block >> + >> +Required properties: >> +- compatible: "qcom,ipq4019-pinctrl" > > Perhaps the name should have TLMM in it. Whatever that stands for. Sure, this was a holdover from Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.txt mostly. Will elaborate on v2 though. -M -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] arm: qcom: Add support for IPQ8014 family of SoCs Matthew McClintock <mmcclint@codeaurora.org> - 2015-11-05 23:10 +0100
[PATCH 4/5] qcom: ipq4019: Add basic board/dts support for IPQ4019 SoC Matthew McClintock <mmcclint@codeaurora.org> - 2015-11-05 23:20 +0100
Re: [PATCH 2/5] clk: qcom: Add IPQ4019 Global Clock Controller support Stephen Boyd <sboyd@codeaurora.org> - 2015-11-06 02:20 +0100
Re: [PATCH 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support Rob Herring <robh@kernel.org> - 2015-11-06 03:40 +0100
Re: [PATCH 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support Matthew McClintock <mmcclint@codeaurora.org> - 2015-11-06 04:30 +0100
csiph-web