linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: mr.nuke.me@gmail.com
To: Devi Priya <quic_devipriy@quicinc.com>,
	andersson@kernel.org, konrad.dybcio@linaro.org,
	mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	catalin.marinas@arm.com, will@kernel.org, p.zabel@pengutronix.de,
	richardcochran@gmail.com, geert+renesas@glider.be, arnd@arndb.de,
	neil.armstrong@linaro.org, nfraprado@collabora.com,
	m.szyprowski@samsung.com
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org
Subject: Re: [PATCH V3 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574
Date: Mon, 8 Apr 2024 14:21:15 -0500	[thread overview]
Message-ID: <28f45cfb-6c77-b893-2927-d4c8a99e2c04@gmail.com> (raw)
In-Reply-To: <20240129051104.1855487-6-quic_devipriy@quicinc.com>



On 1/28/24 23:11, Devi Priya wrote:
> Add Networking Sub System Clock Controller(NSSCC) driver for ipq9574 based
> devices.
> 
> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> ---
>   Changes in V3:
> 	- Moved DT_XO to the beginning of the enum list
> 	- Hex values changed to lowercase
> 	- Construct mask for resets which require multiple bits to be set/cleared.
> 	- Dropped pm_clks as the necessary nss clocks are enabled in the
> 	  probe function of gcc driver.
> 
>   drivers/clk/qcom/Kconfig         |    7 +
>   drivers/clk/qcom/Makefile        |    1 +
>   drivers/clk/qcom/nsscc-ipq9574.c | 3068 ++++++++++++++++++++++++++++++
>   3 files changed, 3076 insertions(+)
>   create mode 100644 drivers/clk/qcom/nsscc-ipq9574.c

Tested-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>

  reply	other threads:[~2024-04-08 19:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29  5:10 [PATCH V3 0/7] Add NSS clock controller support for IPQ9574 Devi Priya
2024-01-29  5:10 ` [PATCH V3 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 Devi Priya
2024-01-29  5:10 ` [PATCH V3 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX Devi Priya
2024-01-29  5:11 ` [PATCH V3 3/7] clk: qcom: gcc-ipq9574: Add gpll0_out_aux clock & enable few nssnoc clocks Devi Priya
2024-01-29  9:37   ` Dmitry Baryshkov
2024-01-29  5:11 ` [PATCH V3 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions Devi Priya
2024-01-29  5:11 ` [PATCH V3 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574 Devi Priya
2024-04-08 19:21   ` mr.nuke.me [this message]
2024-01-29  5:11 ` [PATCH V3 6/7] arm64: dts: qcom: ipq9574: Add support for nsscc node Devi Priya
2024-01-29  5:11 ` [PATCH V3 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574 Devi Priya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28f45cfb-6c77-b893-2927-d4c8a99e2c04@gmail.com \
    --to=mr.nuke.me@gmail.com \
    --cc=andersson@kernel.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mturquette@baylibre.com \
    --cc=neil.armstrong@linaro.org \
    --cc=netdev@vger.kernel.org \
    --cc=nfraprado@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=quic_devipriy@quicinc.com \
    --cc=richardcochran@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).