devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/7] Add NSS clock controller support for IPQ9574
@ 2023-08-25  9:12 Devi Priya
  2023-08-25  9:12 ` [PATCH V2 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 Devi Priya
                   ` (6 more replies)
  0 siblings, 7 replies; 35+ messages in thread
From: Devi Priya @ 2023-08-25  9:12 UTC (permalink / raw)
  To: andersson, agross, konrad.dybcio, mturquette, sboyd, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, catalin.marinas, will, p.zabel,
	richardcochran, arnd, geert+renesas, nfraprado, rafal, peng.fan,
	linux-arm-msm, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel, netdev
  Cc: quic_devipriy, quic_saahtoma

Add bindings, driver and devicetree node for networking sub system clock 
controller on IPQ9574. Also add support for NSS Huayra type alpha PLL and
add support for gpll0_out_aux clock which serves as the parent for 
some nss clocks.

The NSS clock controller driver depends on the below patchset which adds
support for multiple configurations for same frequency.
https://lore.kernel.org/linux-arm-msm/20230531222654.25475-1-ansuelsmth@gmail.com/

Changes in V2:
	- Detailed change logs are added to the respective patches.

V1 can be found at:
https://lore.kernel.org/linux-arm-msm/20230711093529.18355-1-quic_devipriy@quicinc.com/

Devi Priya (7):
  clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
  dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX
  clk: qcom: gcc-ipq9574: Add gpll0_out_aux clock
  dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
  clk: qcom: Add NSS clock Controller driver for IPQ9574
  arm64: dts: qcom: ipq9574: Add support for nsscc node
  arm64: defconfig: Build NSS Clock Controller driver for IPQ9574

 .../bindings/clock/qcom,ipq9574-nsscc.yaml    |  107 +
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         |   48 +
 arch/arm64/configs/defconfig                  |    1 +
 drivers/clk/qcom/Kconfig                      |    7 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/clk-alpha-pll.c              |   12 +
 drivers/clk/qcom/clk-alpha-pll.h              |    1 +
 drivers/clk/qcom/gcc-ipq9574.c                |   16 +
 drivers/clk/qcom/nsscc-ipq9574.c              | 3109 +++++++++++++++++
 include/dt-bindings/clock/qcom,ipq9574-gcc.h  |    1 +
 .../dt-bindings/clock/qcom,ipq9574-nsscc.h    |  152 +
 .../dt-bindings/reset/qcom,ipq9574-nsscc.h    |  134 +
 12 files changed, 3589 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,ipq9574-nsscc.yaml
 create mode 100644 drivers/clk/qcom/nsscc-ipq9574.c
 create mode 100644 include/dt-bindings/clock/qcom,ipq9574-nsscc.h
 create mode 100644 include/dt-bindings/reset/qcom,ipq9574-nsscc.h

-- 
2.34.1


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

end of thread, other threads:[~2023-10-17 20:49 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25  9:12 [PATCH V2 0/7] Add NSS clock controller support for IPQ9574 Devi Priya
2023-08-25  9:12 ` [PATCH V2 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 Devi Priya
2023-08-25 20:58   ` Stephen Boyd
2023-08-29  3:28     ` Devi Priya
2023-08-25  9:12 ` [PATCH V2 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX Devi Priya
2023-08-25 12:27   ` Krzysztof Kozlowski
2023-08-25 12:28   ` Krzysztof Kozlowski
2023-08-25  9:12 ` [PATCH V2 3/7] clk: qcom: gcc-ipq9574: Add gpll0_out_aux clock Devi Priya
2023-09-01 16:15   ` Kathiravan T
2023-08-25  9:12 ` [PATCH V2 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions Devi Priya
2023-08-25 10:14   ` Rob Herring
2023-08-25 12:30   ` Krzysztof Kozlowski
2023-09-13  8:28     ` Krzysztof Kozlowski
2023-08-25  9:12 ` [PATCH V2 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574 Devi Priya
2023-08-25 11:44   ` Dmitry Baryshkov
2023-09-12 14:08     ` Devi Priya
2023-09-20  6:39       ` Devi Priya
2023-09-20  8:20         ` Dmitry Baryshkov
2023-09-22 12:01           ` Devi Priya
2023-10-05  6:25             ` Devi Priya
2023-10-05  7:19               ` Dmitry Baryshkov
2023-10-05  9:56                 ` Devi Priya
2023-10-06 21:21                   ` Dmitry Baryshkov
2023-10-17 20:48                     ` Devi Priya
2023-08-28 12:35   ` Konrad Dybcio
2023-08-29  3:42     ` Devi Priya
2023-08-25  9:12 ` [PATCH V2 6/7] arm64: dts: qcom: ipq9574: Add support for nsscc node Devi Priya
2023-08-25 11:28   ` Dmitry Baryshkov
2023-09-13  3:32     ` Devi Priya
2023-09-13  8:23     ` Geert Uytterhoeven
2023-09-13  8:26       ` Krzysztof Kozlowski
2023-09-13  8:38         ` Geert Uytterhoeven
2023-09-13  8:43           ` Konrad Dybcio
2023-09-13  8:55           ` Krzysztof Kozlowski
2023-08-25  9:12 ` [PATCH V2 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574 Devi Priya

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