linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/2] Add SC7180 interconnect provider driver
@ 2019-11-26 15:01 Odelu Kukatla
  0 siblings, 0 replies; only message in thread
From: Odelu Kukatla @ 2019-11-26 15:01 UTC (permalink / raw)
  To: georgi.djakov, daidavid1, bjorn.andersson, evgreen, sboyd
  Cc: ilina, seansw, 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 SC7180-based platforms.

Depends-on: Redefine interconnect provider DT nodes for SDM845

Odelu Kukatla (2):
  dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings
  interconnect: qcom: Add SC7180 interconnect provider driver

 .../bindings/interconnect/qcom,bcm-voter.yaml      |   1 +
 .../bindings/interconnect/qcom,sc7180.yaml         | 155 ++++
 drivers/interconnect/qcom/Kconfig                  |  10 +
 drivers/interconnect/qcom/Makefile                 |   2 +
 drivers/interconnect/qcom/sc7180.c                 | 843 +++++++++++++++++++++
 include/dt-bindings/interconnect/qcom,sc7180.h     | 149 ++++
 6 files changed, 1160 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml
 create mode 100644 drivers/interconnect/qcom/sc7180.c
 create mode 100644 include/dt-bindings/interconnect/qcom,sc7180.h

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-26 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 15:01 [PATCH V1 0/2] Add SC7180 interconnect provider driver 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).