linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Pinctrl driver for MSM8976 and MSM8956
@ 2019-10-05 10:59 kholk11
  2019-10-05 10:59 ` [PATCH 1/2] pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956 kholk11
  2019-10-05 10:59 ` [PATCH 2/2] dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation kholk11
  0 siblings, 2 replies; 9+ messages in thread
From: kholk11 @ 2019-10-05 10:59 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: linux-gpio, devicetree, agross, bjorn.andersson, linus.walleij,
	robh+dt, mark.rutland, marijns95, kholk11

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

-- 
2.21.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-10-16 13:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 10:59 [PATCH 0/2] Pinctrl driver for MSM8976 and MSM8956 kholk11
2019-10-05 10:59 ` [PATCH 1/2] pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956 kholk11
2019-10-07  5:54   ` Bjorn Andersson
2019-10-16  8:41   ` Linus Walleij
2019-10-05 10:59 ` [PATCH 2/2] dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation kholk11
2019-10-07  5:56   ` Bjorn Andersson
2019-10-15 10:39     ` AngeloGioacchino Del Regno
2019-10-15 20:32   ` Rob Herring
2019-10-16 13:53   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).