From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/6] pinctrl: qcom: Add ipq6018 pinctrl driver Date: Mon, 8 Jul 2019 19:44:36 -0600 Message-ID: <20190709014436.GA9055@bogus> References: <1559755738-28643-1-git-send-email-sricharan@codeaurora.org> <1559755738-28643-2-git-send-email-sricharan@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1559755738-28643-2-git-send-email-sricharan@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Sricharan R Cc: sboyd@kernel.org, linus.walleij@linaro.org, agross@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org 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 > Signed-off-by: Rajkumar Ayyasamy > Signed-off-by: speriaka > --- > .../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