All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add interconnect driver for IPQ9574 SoC
@ 2024-03-21  4:31 Varadarajan Narayanan
  2024-03-21  4:31 ` [PATCH 1/2] dt-bindings: interconnect: Add Qualcomm IPQ9574 support Varadarajan Narayanan
  2024-03-21  4:31 ` [PATCH 2/2] clk: qcom: add IPQ9574 interconnect clocks support Varadarajan Narayanan
  0 siblings, 2 replies; 14+ messages in thread
From: Varadarajan Narayanan @ 2024-03-21  4:31 UTC (permalink / raw)
  To: andersson, konrad.dybcio, robh, krzysztof.kozlowski+dt, conor+dt,
	mturquette, sboyd, djakov, linux-arm-msm, devicetree,
	linux-kernel, linux-clk, linux-pm
  Cc: Varadarajan Narayanan

MSM platforms manage NoC related clocks and scaling from RPM.
However, in IPQ SoCs, RPM is not involved in managing NoC
related clocks and there is no NoC scaling.

However, there is a requirement to enable some NoC interface
clocks for the accessing the peripherals present in the
system. Hence add a minimalistic interconnect driver that
establishes a path from the processor/memory to those peripherals
and vice versa.

Varadarajan Narayanan (2):
  dt-bindings: interconnect: Add Qualcomm IPQ9574 support
  clk: qcom: add IPQ9574 interconnect clocks support

 arch/arm64/boot/dts/qcom/ipq9574.dtsi         |  2 +
 drivers/clk/qcom/gcc-ipq9574.c                | 75 ++++++++++++++++++-
 .../dt-bindings/interconnect/qcom,ipq9574.h   | 62 +++++++++++++++
 3 files changed, 138 insertions(+), 1 deletion(-)
 create mode 100644 include/dt-bindings/interconnect/qcom,ipq9574.h

-- 
2.34.1


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

end of thread, other threads:[~2024-03-25 10:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21  4:31 [PATCH 0/2] Add interconnect driver for IPQ9574 SoC Varadarajan Narayanan
2024-03-21  4:31 ` [PATCH 1/2] dt-bindings: interconnect: Add Qualcomm IPQ9574 support Varadarajan Narayanan
2024-03-21  7:23   ` Krzysztof Kozlowski
2024-03-21  9:57     ` Varadarajan Narayanan
2024-03-21 14:35   ` Rob Herring
2024-03-21 15:50     ` Varadarajan Narayanan
2024-03-21  4:31 ` [PATCH 2/2] clk: qcom: add IPQ9574 interconnect clocks support Varadarajan Narayanan
2024-03-21  7:25   ` Krzysztof Kozlowski
2024-03-21  9:56     ` Varadarajan Narayanan
2024-03-22  5:45       ` Krzysztof Kozlowski
2024-03-22  5:55   ` kernel test robot
2024-03-22 11:33   ` kernel test robot
2024-03-23  0:29   ` Konrad Dybcio
2024-03-25 10:22     ` Varadarajan Narayanan

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.