linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctl: qcom: Add SM4450 pinctrl driver
@ 2023-09-08  6:38 Tengfei Fan
  2023-09-08  6:38 ` [PATCH 1/3] dt-bindings: pinctrl: qcom: Add SM4450 pinctrl Tengfei Fan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Tengfei Fan @ 2023-09-08  6:38 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, linus.walleij, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, catalin.marinas, will
  Cc: arnd, geert+renesas, nfraprado, rafal, peng.fan, linux-arm-msm,
	linux-gpio, devicetree, linux-kernel, linux-arm-kernel,
	quic_tsoni, quic_shashim, quic_kaushalk, quic_tdas, quic_tingweiz,
	quic_aiquny, kernel, Tengfei Fan

Add Sm4450 pinctrl driver for support enable uart console.

Tengfei Fan (3):
  dt-bindings: pinctrl: qcom: Add SM4450 pinctrl
  pinctrl: qcom: Add SM4450 pinctrl driver
  arm64: defconfig: Enable pinctrl for SM4450

 .../bindings/pinctrl/qcom,sm4450-tlmm.yaml    |  129 ++
 arch/arm64/configs/defconfig                  |    1 +
 drivers/pinctrl/qcom/Kconfig.msm              |    8 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm4450.c         | 1528 +++++++++++++++++
 5 files changed, 1667 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm4450-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm4450.c


base-commit: a47fc304d2b678db1a5d760a7d644dac9b067752
-- 
2.17.1


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

end of thread, other threads:[~2023-09-11  1:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08  6:38 [PATCH 0/3] pinctl: qcom: Add SM4450 pinctrl driver Tengfei Fan
2023-09-08  6:38 ` [PATCH 1/3] dt-bindings: pinctrl: qcom: Add SM4450 pinctrl Tengfei Fan
2023-09-08  7:22   ` Rob Herring
2023-09-08  7:28     ` Tengfei Fan
2023-09-08  7:53   ` Krzysztof Kozlowski
2023-09-08  7:56     ` Tengfei Fan
2023-09-08  6:38 ` [PATCH 2/3] pinctrl: qcom: Add SM4450 pinctrl driver Tengfei Fan
2023-09-08  8:45   ` Konrad Dybcio
2023-09-11  1:23     ` Tengfei Fan
2023-09-08  6:38 ` [PATCH 3/3] arm64: defconfig: Enable pinctrl for SM4450 Tengfei Fan

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).