devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Qualcomm MSM8226 TLMM binding and driver
@ 2020-07-16 20:55 Bartosz Dudziak
  2020-07-16 20:55 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add msm8226 pinctrl bindings Bartosz Dudziak
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bartosz Dudziak @ 2020-07-16 20:55 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Bartosz Dudziak, Andy Gross, Linus Walleij, Rob Herring,
	linux-arm-msm, linux-gpio, devicetree, linux-kernel

Binding and driver for the Qualcomm MSM8226 TLMM pinctrl block

Changes in v2:
 - Changed node name pattern to '-pins$' in qcom,msm8226-pinctrl.yaml binding
 - Expanded example in yaml binding with a 'serial-pins' node sample 

Bartosz Dudziak (2):
  dt-bindings: pinctrl: qcom: Add msm8226 pinctrl bindings
  pinctrl: qcom: Add msm8226 pinctrl driver.

 .../pinctrl/qcom,msm8226-pinctrl.yaml         | 132 ++++
 drivers/pinctrl/qcom/Kconfig                  |   9 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 drivers/pinctrl/qcom/pinctrl-msm8226.c        | 631 ++++++++++++++++++
 4 files changed, 773 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8226.c

-- 
2.25.1


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

end of thread, other threads:[~2020-08-27  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 20:55 [PATCH v2 0/2] Qualcomm MSM8226 TLMM binding and driver Bartosz Dudziak
2020-07-16 20:55 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add msm8226 pinctrl bindings Bartosz Dudziak
2020-07-21  3:37   ` Rob Herring
2020-07-16 20:55 ` [PATCH v2 2/2] pinctrl: qcom: Add msm8226 pinctrl driver Bartosz Dudziak
2020-08-27  8:28 ` [PATCH v2 0/2] Qualcomm MSM8226 TLMM binding and driver 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).