public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] interconnect: qcom: Add MSM8909 interconnect provider driver
@ 2023-12-20 10:38 Stephan Gerhold
  2023-12-20 10:38 ` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm MSM8909 DT bindings Stephan Gerhold
  2023-12-20 10:38 ` [PATCH v2 2/2] interconnect: qcom: Add MSM8909 interconnect provider driver Stephan Gerhold
  0 siblings, 2 replies; 4+ messages in thread
From: Stephan Gerhold @ 2023-12-20 10:38 UTC (permalink / raw)
  To: Georgi Djakov
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, linux-pm, devicetree, linux-kernel,
	Adam Skladowski, Stephan Gerhold, Krzysztof Kozlowski

Add bindings and driver for the three MSM8909 NoCs/interconnects:
BIMC, SNoC and PCNoC. The driver allows scaling the bus bandwidths
for better power management.

Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
---
Changes in v2:
- Fix compile error on next (.remove -> .remove_new, kernel test robot)
- Drop unnecessary headers, in particular of_platform.h (Rob)
  - Adapted changes from https://lore.kernel.org/linux-arm-msm/20231214-topic-6115iccfix-v1-1-9ad999683a7d@linaro.org/
- Clarify that snoc-mm downstream uses same clock as snoc (Konrad)
- Link to v1: https://lore.kernel.org/r/20231206-icc-msm8909-v1-0-fe0dd632beff@kernkonzept.com

---
Adam Skladowski (2):
      dt-bindings: interconnect: Add Qualcomm MSM8909 DT bindings
      interconnect: qcom: Add MSM8909 interconnect provider driver

 .../devicetree/bindings/interconnect/qcom,rpm.yaml |    3 +
 drivers/interconnect/qcom/Kconfig                  |    9 +
 drivers/interconnect/qcom/Makefile                 |    2 +
 drivers/interconnect/qcom/msm8909.c                | 1329 ++++++++++++++++++++
 include/dt-bindings/interconnect/qcom,msm8909.h    |   93 ++
 5 files changed, 1436 insertions(+)
---
base-commit: 20d857259d7d10cd0d5e8b60608455986167cfad
change-id: 20231206-icc-msm8909-74f28646ff29

Best regards,
-- 
Stephan Gerhold <stephan.gerhold@kernkonzept.com>
Kernkonzept GmbH at Dresden, Germany, HRB 31129, CEO Dr.-Ing. Michael Hohmuth


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

end of thread, other threads:[~2023-12-20 12:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 10:38 [PATCH v2 0/2] interconnect: qcom: Add MSM8909 interconnect provider driver Stephan Gerhold
2023-12-20 10:38 ` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm MSM8909 DT bindings Stephan Gerhold
2023-12-20 10:38 ` [PATCH v2 2/2] interconnect: qcom: Add MSM8909 interconnect provider driver Stephan Gerhold
2023-12-20 12:34   ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox