All of lore.kernel.org
 help / color / mirror / Atom feed
* [0/3] Add SC7280 interconnect provider driver
@ 2021-03-09 11:50 Odelu Kukatla
  2021-03-09 11:50 ` [1/3] dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings Odelu Kukatla
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Odelu Kukatla @ 2021-03-09 11:50 UTC (permalink / raw)
  To: georgi.djakov, 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 SC7280-based platforms.

[1] https://lore.kernel.org/patchwork/cover/1389010/
The series depends on ^^

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                 | 1918 ++++++++++++++++++++
 drivers/interconnect/qcom/sc7280.h                 |  152 ++
 include/dt-bindings/interconnect/qcom,sc7280.h     |  163 ++
 7 files changed, 2344 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] 6+ messages in thread

end of thread, other threads:[~2021-04-27 10:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 11:50 [0/3] Add SC7280 interconnect provider driver Odelu Kukatla
2021-03-09 11:50 ` [1/3] dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings Odelu Kukatla
2021-03-16 22:09   ` Rob Herring
2021-04-27 10:01     ` okukatla
2021-03-09 11:50 ` [2/3] interconnect: qcom: Add SC7280 interconnect provider driver Odelu Kukatla
2021-03-09 11:50 ` [3/3] arm64: dts: sc7280: Add interconnect provider DT nodes Odelu Kukatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.