devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] interconnect: qcom: add msm8974 support
@ 2019-10-24 10:30 Brian Masney
  2019-10-24 10:30 ` [PATCH v3 1/2] dt-bindings: interconnect: qcom: add msm8974 bindings Brian Masney
  2019-10-24 10:30 ` [PATCH v3 2/2] interconnect: qcom: add msm8974 driver Brian Masney
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Masney @ 2019-10-24 10:30 UTC (permalink / raw)
  To: bjorn.andersson, georgi.djakov
  Cc: robh+dt, agross, mark.rutland, linux-arm-msm, linux-pm,
	linux-kernel, devicetree, jonathan

Here's a patch series that adds interconnect support for the Qualcomm
MSM8974, which is needed so that the GPU can be supported upstream.

The only change in this series is support for more paths that were
hardcoded in the downstream drivers. See patch #2 for details.

Brian Masney (2):
  dt-bindings: interconnect: qcom: add msm8974 bindings
  interconnect: qcom: add msm8974 driver

 .../bindings/interconnect/qcom,msm8974.yaml   |  62 ++
 drivers/interconnect/qcom/Kconfig             |   9 +
 drivers/interconnect/qcom/Makefile            |   2 +
 drivers/interconnect/qcom/msm8974.c           | 784 ++++++++++++++++++
 .../dt-bindings/interconnect/qcom,msm8974.h   | 146 ++++
 5 files changed, 1003 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,msm8974.yaml
 create mode 100644 drivers/interconnect/qcom/msm8974.c
 create mode 100644 include/dt-bindings/interconnect/qcom,msm8974.h

-- 
2.21.0


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

end of thread, other threads:[~2019-10-24 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-24 10:30 [PATCH v3 0/2] interconnect: qcom: add msm8974 support Brian Masney
2019-10-24 10:30 ` [PATCH v3 1/2] dt-bindings: interconnect: qcom: add msm8974 bindings Brian Masney
2019-10-24 10:30 ` [PATCH v3 2/2] interconnect: qcom: add msm8974 driver Brian Masney

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