Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661610
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 1/6] pinctrl: qcom: Add ipq8074 pinctrl driver |
| Date | 2017-06-08 21:30 +0200 |
| Message-ID | <tQbi2-8li-25@gated-at.bofh.it> (permalink) |
| References | <tPYut-9N-3@gated-at.bofh.it> <tPYut-9N-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 08, 2017 at 11:13:56AM +0530, Varadarajan Narayanan wrote: > Add initial pinctrl driver to support pin configuration with > pinctrl framework for ipq8074. > > Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org> > Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org> > --- > .../bindings/pinctrl/qcom,ipq8074-pinctrl.txt | 172 ++++ Acked-by: Rob Herring <robh@kernel.org> > drivers/pinctrl/qcom/Kconfig | 10 + > drivers/pinctrl/qcom/Makefile | 1 + > drivers/pinctrl/qcom/pinctrl-ipq8074.c | 1076 ++++++++++++++++++++ > 4 files changed, 1259 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt > create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq8074.c
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/6] Add minimal boot support for IPQ8074 Varadarajan Narayanan <varada@codeaurora.org> - 2017-06-08 07:50 +0200
[PATCH v5 6/6] arm64: defconfig: Enable qcom ipq8074 clock and pinctrl Varadarajan Narayanan <varada@codeaurora.org> - 2017-06-08 07:50 +0200
[PATCH v5 1/6] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan <varada@codeaurora.org> - 2017-06-08 07:50 +0200
Re: [PATCH v5 1/6] pinctrl: qcom: Add ipq8074 pinctrl driver Rob Herring <robh@kernel.org> - 2017-06-08 21:30 +0200
[PATCH v5 3/6] clk: qcom: Add DT bindings for ipq8074 gcc clock controller Varadarajan Narayanan <varada@codeaurora.org> - 2017-06-08 07:50 +0200
csiph-web