Re: [PATCH] pinctrl: qcom: Add msm8998 pinctrl driver

From: Rob Herring
Date: Tue Jan 10 2017 - 00:36:37 EST


On Mon, Jan 09, 2017 at 08:30:17PM +0530, Imran Khan wrote:
> Add initial pinctrl driver to support pin configuration with
> pinctrl framework for msm8998.
>
> Signed-off-by: Imran Khan <kimran@xxxxxxxxxxxxxx>
> ---
> .../bindings/pinctrl/qcom,msm8998-pinctrl.txt | 200 ++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/pinctrl/qcom/Kconfig | 8 +
> drivers/pinctrl/qcom/Makefile | 1 +
> drivers/pinctrl/qcom/pinctrl-msm8998.c | 1933 ++++++++++++++++++++
> 4 files changed, 2142 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8998.c