devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] interconnect: qcom: Add support for SM8550
@ 2022-11-24 11:22 Abel Vesa
  2022-11-24 11:22 ` [PATCH v2 1/3] dt-bindings: interconnect: Add schema " Abel Vesa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Abel Vesa @ 2022-11-24 11:22 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Georgi Djakov,
	Odelu Kukatla, Rob Herring, Krzysztof Kozlowski
  Cc: Melody Olvera, Linux Kernel Mailing List, devicetree,
	linux-arm-msm, linux-pm

This patchset adds interconnect support for SM8550.

First version was here:
https://lore.kernel.org/all/20221116114526.2679041-1-abel.vesa@linaro.org/

Changes since v1:
 * dropped the changes in qcom,rpmh.yaml
 * added dedicated schema file for sm8550
 * dropped the extra spaces/tabs from the bindings header
 * added const where necessary in the driver file
 * switched to dev_err_probe, like Krzysztof suggested

Abel Vesa (3):
  dt-bindings: interconnect: Add schema for SM8550
  dt-bindings: interconnect: Add Qualcomm SM8550
  interconnect: qcom: Add SM8550 interconnect provider driver

 .../interconnect/qcom,sm8550-rpmh.yaml        |  141 +
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/sm8550.c            | 2319 +++++++++++++++++
 drivers/interconnect/qcom/sm8550.h            |  178 ++
 .../dt-bindings/interconnect/qcom,sm8550.h    |  190 ++
 6 files changed, 2839 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm8550-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/sm8550.c
 create mode 100644 drivers/interconnect/qcom/sm8550.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sm8550.h

-- 
2.34.1


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

end of thread, other threads:[~2022-11-24 17:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 11:22 [PATCH v2 0/3] interconnect: qcom: Add support for SM8550 Abel Vesa
2022-11-24 11:22 ` [PATCH v2 1/3] dt-bindings: interconnect: Add schema " Abel Vesa
2022-11-24 12:05   ` Krzysztof Kozlowski
2022-11-24 17:39   ` Rob Herring
2022-11-24 11:22 ` [PATCH v2 2/3] dt-bindings: interconnect: Add Qualcomm SM8550 Abel Vesa
2022-11-24 12:07   ` Krzysztof Kozlowski
2022-11-24 11:22 ` [PATCH v2 3/3] interconnect: qcom: Add SM8550 interconnect provider driver Abel Vesa

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