On Wed, Jun 05, 2019 at 10:58:53PM +0530, Sricharan R wrote: > Add initial pinctrl driver to support pin configuration with > pinctrl framework for ipq6018. > > Signed-off-by: Sricharan R <sricharan@xxxxxxxxxxxxxx> > Signed-off-by: Rajkumar Ayyasamy <arajkuma@xxxxxxxxxxxxxx> > Signed-off-by: speriaka <speriaka@xxxxxxxxxxxxxx> > --- > .../bindings/pinctrl/qcom,ipq6018-pinctrl.txt | 186 +++ Please split bindings to separate patch. Using DT schema would be nice. > drivers/pinctrl/qcom/Kconfig | 10 + > drivers/pinctrl/qcom/Makefile | 1 + > drivers/pinctrl/qcom/pinctrl-ipq6018.c | 1183 ++++++++++++++++++++ > 4 files changed, 1380 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.txt > create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq6018.c