mbox series

[0/2] Pinctrl driver for MSM8976 and MSM8956

Message ID 20191005105936.31216-1-kholk11@gmail.com
Headers show
Series Pinctrl driver for MSM8976 and MSM8956 | expand

Message

AngeloGioacchino Del Regno Oct. 5, 2019, 10:59 a.m. UTC
From: AngeloGioacchino Del Regno <kholk11@gmail.com>

As requested, I'm resending the pinctrl driver for this SoC
in a separate patch series, with the changes suggested by
Bjorn.

AngeloGioacchino Del Regno (2):
  pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956
  dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation

 .../bindings/pinctrl/qcom,msm8976-pinctrl.txt |  183 +++
 drivers/pinctrl/qcom/Kconfig                  |   10 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-msm8976.c        | 1127 +++++++++++++++++
 4 files changed, 1321 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8976-pinctrl.txt
 create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8976.c

Comments

Bjorn Andersson Oct. 7, 2019, 5:54 a.m. UTC | #1
On Sat 05 Oct 03:59 PDT 2019, kholk11@gmail.com wrote:

> From: AngeloGioacchino Del Regno <kholk11@gmail.com>
> 
> Add the pinctrl driver to support pin configuration with the
> pinctrl framework on MSM8976, MSM8956, APQ8056, APQ8076.
> 
> Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Linus Walleij Oct. 16, 2019, 8:41 a.m. UTC | #2
On Sat, Oct 5, 2019 at 12:59 PM <kholk11@gmail.com> wrote:

> From: AngeloGioacchino Del Regno <kholk11@gmail.com>
>
> Add the pinctrl driver to support pin configuration with the
> pinctrl framework on MSM8976, MSM8956, APQ8056, APQ8076.
>
> Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>

Patch applied with Bjorn's ACK.

Thank you for fixing up these platforms, good job.

Yours,
Linus Walleij