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 <redacted>
Signed-off-by: Varadarajan Narayanan <redacted>
---
.../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