linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2 0/3] Add SC7280 interconnect provider driver
@ 2021-04-27  9:50 Odelu Kukatla
  2021-04-27  9:50 ` [v2 1/3] dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings Odelu Kukatla
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Odelu Kukatla @ 2021-04-27  9:50 UTC (permalink / raw)
  To: georgi.djakov, bjorn.andersson, evgreen
  Cc: sboyd, ilina, seansw, sibis, elder, linux-kernel, linux-arm-msm,
	linux-pm, linux-arm-msm-owner, Odelu Kukatla

Add driver to support scaling of the on-chip interconnects on
the SC7280-based platforms.

v2:
 - Addressed review comments (Rob Herring)
 - Added interconnect paths for USB2 master and slave.
 
Odelu Kukatla (3):
  dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings
  interconnect: qcom: Add SC7280 interconnect provider driver
  arm64: dts: sc7280: Add interconnect provider DT nodes

 .../bindings/interconnect/qcom,rpmh.yaml           |   12 +
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |   88 +
 drivers/interconnect/qcom/Kconfig                  |    9 +
 drivers/interconnect/qcom/Makefile                 |    2 +
 drivers/interconnect/qcom/sc7280.c                 | 1938 ++++++++++++++++++++
 drivers/interconnect/qcom/sc7280.h                 |  154 ++
 include/dt-bindings/interconnect/qcom,sc7280.h     |  165 ++
 7 files changed, 2368 insertions(+)
 create mode 100644 drivers/interconnect/qcom/sc7280.c
 create mode 100644 drivers/interconnect/qcom/sc7280.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sc7280.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2021-05-03 19:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  9:50 [v2 0/3] Add SC7280 interconnect provider driver Odelu Kukatla
2021-04-27  9:50 ` [v2 1/3] dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings Odelu Kukatla
2021-05-03 19:15   ` Rob Herring
2021-04-27  9:50 ` [v2 2/3] interconnect: qcom: Add SC7280 interconnect provider driver Odelu Kukatla
2021-04-27  9:50 ` [v2 3/3] arm64: dts: sc7280: Add interconnect provider DT nodes Odelu Kukatla

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