All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: qcom: Add pinctrl driver for MSM8909
@ 2022-06-28 14:55 Stephan Gerhold
  2022-06-28 14:55 ` [PATCH 1/2] dt-bindings: pinctrl: Add DT schema for qcom,msm8909-tlmm Stephan Gerhold
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Stephan Gerhold @ 2022-06-28 14:55 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Bjorn Andersson, Andy Gross, Rob Herring, Krzysztof Kozlowski,
	Stephan Gerhold, linux-arm-msm, linux-gpio, devicetree,
	Stephan Gerhold

Make it possible to control GPIOs/pins on the MSM8909 SoC by adding
the necessary definitions for the existing Qualcomm TLMM driver.

Stephan Gerhold (2):
  dt-bindings: pinctrl: Add DT schema for qcom,msm8909-tlmm
  pinctrl: qcom: Add pinctrl driver for MSM8909

 .../bindings/pinctrl/qcom,msm8909-tlmm.yaml   | 152 +++
 drivers/pinctrl/qcom/Kconfig                  |   8 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 drivers/pinctrl/qcom/pinctrl-msm8909.c        | 956 ++++++++++++++++++
 4 files changed, 1117 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8909.c

-- 
2.30.2


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

end of thread, other threads:[~2022-07-11  8:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 14:55 [PATCH 0/2] pinctrl: qcom: Add pinctrl driver for MSM8909 Stephan Gerhold
2022-06-28 14:55 ` [PATCH 1/2] dt-bindings: pinctrl: Add DT schema for qcom,msm8909-tlmm Stephan Gerhold
2022-06-29  9:38   ` Krzysztof Kozlowski
2022-06-29 11:37     ` Stephan Gerhold
2022-06-29 12:43       ` Krzysztof Kozlowski
2022-06-28 14:55 ` [PATCH 2/2] pinctrl: qcom: Add pinctrl driver for MSM8909 Stephan Gerhold
2022-06-29  9:42   ` Krzysztof Kozlowski
2022-07-11  8:28 ` [PATCH 0/2] " Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.