linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v5, 0/3] Add SC7180 interconnect provider driver
@ 2020-03-03 13:18 Odelu Kukatla
  2020-03-03 13:18 ` [v5, 1/3] dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings Odelu Kukatla
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Odelu Kukatla @ 2020-03-03 13:18 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.

v5:
 - Addressed review comments (Georgi/Matthias)
 
v4:
 - Addressed review comments (Sibi/Matthias)

v3:
 - Addressed review comments (Stephen/Rob)
 - Switched the dt-bindings to dual-license.
 - Sorted DT nodes by their addresses.
 - Rebased to linux-next

v2:
 - Addressed review comments (Sibi/Georgi)
 - Added local ids for nodes.

Depends on:
Consolidate interconnect RPMh support: https://patchwork.kernel.org/patch/11411959/

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,sc7180.yaml         |  85 +++
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |  96 +++
 drivers/interconnect/qcom/Kconfig                  |  10 +
 drivers/interconnect/qcom/Makefile                 |   2 +
 drivers/interconnect/qcom/sc7180.c                 | 641 +++++++++++++++++++++
 drivers/interconnect/qcom/sc7180.h                 | 149 +++++
 include/dt-bindings/interconnect/qcom,sc7180.h     | 161 ++++++
 7 files changed, 1144 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml
 create mode 100644 drivers/interconnect/qcom/sc7180.c
 create mode 100644 drivers/interconnect/qcom/sc7180.h
 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] 7+ messages in thread

end of thread, other threads:[~2020-03-10 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 13:18 [v5, 0/3] Add SC7180 interconnect provider driver Odelu Kukatla
2020-03-03 13:18 ` [v5, 1/3] dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings Odelu Kukatla
2020-03-03 13:18 ` [v5, 2/3] interconnect: qcom: Add SC7180 interconnect provider driver Odelu Kukatla
2020-03-09 17:33   ` Evan Green
2020-03-10 15:35     ` Georgi Djakov
2020-03-03 13:18 ` [v5, 3/3] arm64: dts: sc7180: Add interconnect provider DT nodes Odelu Kukatla
2020-03-04 16:30   ` Georgi Djakov

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