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

This series adds support for TLMM block found in SM8450 SoC. Add the binding
for the TLMM block followed by the driver for this.

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

 .../bindings/pinctrl/qcom,sm8450-pinctrl.yaml |  143 ++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8450.c         | 1689 +++++++++++++++++
 4 files changed, 1842 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8450-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8450.c

-- 
2.31.1


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

end of thread, other threads:[~2021-12-09  2:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  7:24 [PATCH 0/2] pinctrl: qcom: Add SM8450 pinctrl Vinod Koul
2021-12-01  7:24 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SM8450 pinctrl bindings Vinod Koul
2021-12-07 21:36   ` Rob Herring
2021-12-08 16:30   ` Bjorn Andersson
2021-12-09  2:01   ` Linus Walleij
2021-12-01  7:24 ` [PATCH 2/2] pinctrl: qcom: Add SM8450 pinctrl driver Vinod Koul
2021-12-01 12:11   ` Dmitry Baryshkov
2021-12-08 16:31   ` Bjorn Andersson
2021-12-09  2:02   ` 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.