All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Qualcomm MSM8226 TLMM binding and driver
@ 2020-06-27 19:28 Bartosz Dudziak
  2020-06-27 19:28 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add msm8226 pinctrl bindings Bartosz Dudziak
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bartosz Dudziak @ 2020-06-27 19:28 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Bartosz Dudziak, Andy Gross, Linus Walleij, linux-kernel,
	linux-arm-msm, linux-gpio

Binding and driver for the Qualcomm MSM8226 TLMM pinctrl block

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

 .../pinctrl/qcom,msm8226-pinctrl.yaml         | 123 ++++
 drivers/pinctrl/qcom/Kconfig                  |   9 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 drivers/pinctrl/qcom/pinctrl-msm8226.c        | 631 ++++++++++++++++++
 4 files changed, 764 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] 6+ messages in thread

end of thread, other threads:[~2020-07-16 21:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-27 19:28 [PATCH 0/2] Qualcomm MSM8226 TLMM binding and driver Bartosz Dudziak
2020-06-27 19:28 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add msm8226 pinctrl bindings Bartosz Dudziak
2020-07-15 20:24   ` Rob Herring
2020-07-16 21:29     ` Bartosz Dudziak
2020-06-27 19:28 ` [PATCH 2/2] pinctrl: qcom: Add msm8226 pinctrl driver Bartosz Dudziak
2020-07-07 12:48 ` [PATCH 0/2] Qualcomm MSM8226 TLMM binding and driver 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.