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

Add SM4450 interconnect provider driver for support enable uart console.

Tengfei Fan (3):
  dt-bindings: interconnect: Add Qualcomm SM4450
  interconnect: qcom: Add SM4450 interconnect provider driver
  arm64: defconfig: enable interconnect for SM4450

 .../interconnect/qcom,sm4450-rpmh.yaml        |  133 ++
 arch/arm64/configs/defconfig                  |    1 +
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/sm4450.c            | 1848 +++++++++++++++++
 drivers/interconnect/qcom/sm4450.h            |  152 ++
 .../dt-bindings/interconnect/qcom,sm4450.h    |  163 ++
 7 files changed, 2308 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm4450-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/sm4450.c
 create mode 100644 drivers/interconnect/qcom/sm4450.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sm4450.h


base-commit: a47fc304d2b678db1a5d760a7d644dac9b067752
-- 
2.17.1


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08  6:44 [PATCH 0/3] interconnect: qcom: Add SM4450 interconnect driver Tengfei Fan
2023-09-08  6:44 ` [PATCH 1/3] dt-bindings: interconnect: Add Qualcomm SM4450 Tengfei Fan
2023-09-08  7:42   ` Rob Herring
2023-09-08  8:25     ` Tengfei Fan
2023-09-11 10:15       ` Tengfei Fan
2023-09-11 11:43         ` Krzysztof Kozlowski
2023-09-11 11:48   ` Krzysztof Kozlowski
2023-09-08  6:44 ` [PATCH 2/3] interconnect: qcom: Add SM4450 interconnect provider driver Tengfei Fan
2023-09-08  8:16   ` Konrad Dybcio
2023-09-08  8:26     ` Tengfei Fan
2023-09-08  6:44 ` [PATCH 3/3] arm64: defconfig: enable interconnect 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).