All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] pinctrl: qcom: Add SM8350 pinctrl support
@ 2021-01-21 17:17 Vinod Koul
  2021-01-21 17:17 ` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings Vinod Koul
  2021-01-21 17:17 ` [PATCH v5 2/2] pinctrl: qcom: Add SM8350 pinctrl driver Vinod Koul
  0 siblings, 2 replies; 7+ messages in thread
From: Vinod Koul @ 2021-01-21 17:17 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Andy Gross,
	Rob Herring, linux-gpio, devicetree, linux-kernel

This adds binding and driver for TLMM block found in SM8350 SoC

Changes in v5:
 - rebase and revise binding based on Bjorn's qcom common TLMM binding

Changes in v4:
 - rename to qcom,sm8350-tlmm along with binding and driver structs
 - fix some nits in binding pointer by Rob

Vinod Koul (2):
  dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings
  pinctrl: qcom: Add SM8350 pinctrl driver

 .../bindings/pinctrl/qcom,sm8350-pinctrl.yaml |  146 ++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8350.c         | 1649 +++++++++++++++++
 4 files changed, 1805 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8350-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8350.c

-- 
2.26.2


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

end of thread, other threads:[~2021-01-22 17:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 17:17 [PATCH v5 0/2] pinctrl: qcom: Add SM8350 pinctrl support Vinod Koul
2021-01-21 17:17 ` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings Vinod Koul
2021-01-21 17:23   ` Bjorn Andersson
2021-01-22 14:00   ` Rob Herring
2021-01-22 16:44   ` Rob Herring
2021-01-21 17:17 ` [PATCH v5 2/2] pinctrl: qcom: Add SM8350 pinctrl driver Vinod Koul
2021-01-21 17:27   ` Bjorn Andersson

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.