linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [V2, 0/3] Add SC7180 interconnect provider driver
@ 2019-12-31  8:58 Odelu Kukatla
  2019-12-31  8:58 ` [V2, 1/3] dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings Odelu Kukatla
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Odelu Kukatla @ 2019-12-31  8:58 UTC (permalink / raw)
  To: georgi.djakov, daidavid1, bjorn.andersson, evgreen
  Cc: sboyd, 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: interconnect: qcom: sdm845: Walk the list safely on node removal
Depends-on: Walk the list safely on node removal
Depends-on: Add device tree support for sc7180

Odelu Kukatla (3):
  dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings
  interconnect: qcom: Add SC7180 interconnect provider driver
  arm64: dts: sc7180: Add interconnect provider DT nodes

 .../bindings/interconnect/qcom,bcm-voter.yaml      |   1 +
 .../bindings/interconnect/qcom,sc7180.yaml         | 155 ++++
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |  96 +++
 drivers/interconnect/qcom/Kconfig                  |  10 +
 drivers/interconnect/qcom/Makefile                 |   2 +
 drivers/interconnect/qcom/bcm-voter.c              |   1 +
 drivers/interconnect/qcom/sc7180.c                 | 787 +++++++++++++++++++++
 include/dt-bindings/interconnect/qcom,sc7180.h     | 161 +++++
 8 files changed, 1213 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] 12+ messages in thread

end of thread, other threads:[~2020-02-21  8:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31  8:58 [V2, 0/3] Add SC7180 interconnect provider driver Odelu Kukatla
2019-12-31  8:58 ` [V2, 1/3] dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings Odelu Kukatla
2020-01-04 22:01   ` Rob Herring
2020-01-04 23:08     ` Aaro Koskinen
2020-01-05 23:07       ` Rob Herring
2020-02-21  7:33     ` okukatla
2019-12-31  8:58 ` [V2, 2/3] interconnect: qcom: Add SC7180 interconnect provider driver Odelu Kukatla
2020-01-05  6:55   ` Stephen Boyd
2020-02-21  8:43     ` okukatla
2019-12-31  8:58 ` [V2, 3/3] arm64: dts: sc7180: Add interconnect provider DT nodes Odelu Kukatla
2020-01-06 17:29   ` Georgi Djakov
2020-02-04 20:52   ` Evan Green

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