linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add QCM2290 interconnect support
@ 2021-11-10 12:07 Shawn Guo
  2021-11-10 12:07 ` [PATCH 1/6] interconnect: icc-rpm: Use NOC_QOS_MODE_INVALID for qos_mode check Shawn Guo
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Shawn Guo @ 2021-11-10 12:07 UTC (permalink / raw)
  To: Georgi Djakov
  Cc: Bjorn Andersson, Rob Herring, Loic Poulain, linux-pm, devicetree,
	linux-arm-msm, linux-kernel, Shawn Guo

The series begins with a separate cleanup on icc-rpm, followed by a few
prep changes for QCM2290 support, and then adds bindings and
interconnect driver for QCM2290 platform. 

Shawn Guo (6):
  interconnect: icc-rpm: Use NOC_QOS_MODE_INVALID for qos_mode check
  interconnect: icc-rpm: Define ICC device type
  interconnect: icc-rpm: Add QNOC type QoS support
  interconnect: icc-rpm: Support child NoC device probe
  dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support
  interconnect: qcom: Add QCM2290 driver support

 .../bindings/interconnect/qcom,qcm2290.yaml   |  117 ++
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/icc-rpm.c           |   56 +-
 drivers/interconnect/qcom/icc-rpm.h           |   14 +-
 drivers/interconnect/qcom/msm8916.c           |    4 +-
 drivers/interconnect/qcom/msm8939.c           |    5 +-
 drivers/interconnect/qcom/qcm2290.c           | 1363 +++++++++++++++++
 drivers/interconnect/qcom/sdm660.c            |    7 +-
 .../dt-bindings/interconnect/qcom,qcm2290.h   |   94 ++
 10 files changed, 1658 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,qcm2290.yaml
 create mode 100644 drivers/interconnect/qcom/qcm2290.c
 create mode 100644 include/dt-bindings/interconnect/qcom,qcm2290.h

-- 
2.17.1


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

end of thread, other threads:[~2021-11-11  9:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 12:07 [PATCH 0/6] Add QCM2290 interconnect support Shawn Guo
2021-11-10 12:07 ` [PATCH 1/6] interconnect: icc-rpm: Use NOC_QOS_MODE_INVALID for qos_mode check Shawn Guo
2021-11-10 12:07 ` [PATCH 2/6] interconnect: icc-rpm: Define ICC device type Shawn Guo
2021-11-10 12:07 ` [PATCH 3/6] interconnect: icc-rpm: Add QNOC type QoS support Shawn Guo
2021-11-10 12:07 ` [PATCH 4/6] interconnect: icc-rpm: Support child NoC device probe Shawn Guo
2021-11-10 12:07 ` [PATCH 5/6] dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support Shawn Guo
2021-11-10 19:44   ` Rob Herring
2021-11-11  9:18     ` Shawn Guo
2021-11-10 12:07 ` [PATCH 6/6] interconnect: qcom: Add QCM2290 driver support Shawn Guo

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