From: Gokul Sriram P <quic_gokulsri@quicinc.com>
To: Krzysztof Kozlowski <krzk@kernel.org>, <sboyd@kernel.org>,
<andersson@kernel.org>, <bjorn.andersson@linaro.org>,
<david.brown@linaro.org>, <devicetree@vger.kernel.org>,
<jassisinghbrar@gmail.com>, <linux-arm-msm@vger.kernel.org>,
<linux-clk@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-remoteproc@vger.kernel.org>, <mark.rutland@arm.com>,
<mturquette@baylibre.com>, <ohad@wizery.com>, <robh@kernel.org>,
<sricharan@codeaurora.org>
Cc: <gokulsri@codeaurora.org>
Subject: Re: [PATCH v9 1/8] remoteproc: qcom: Add PRNG proxy clock
Date: Tue, 25 Jun 2024 09:55:32 +0530 [thread overview]
Message-ID: <070cee1c-e19c-45de-a3c3-a1b8feda0e9a@quicinc.com> (raw)
In-Reply-To: <cd0533b8-bb47-4c68-b970-6bad4204c636@kernel.org>
On 6/21/2024 8:39 PM, Krzysztof Kozlowski wrote:
> On 21/06/2024 13:46, Gokul Sriram Palanisamy wrote:
>>
>> -static int q6v5_wcss_init_clock(struct q6v5_wcss *wcss)
>> +static int ipq8074_init_clock(struct q6v5_wcss *wcss)
>> +{
>> + int ret;
>> +
>> + wcss->prng_clk = devm_clk_get(wcss->dev, "prng");
> Missing binding.
Thanks. Will address and post this in new series.
> Best regards,
> Krzysztof
>
next prev parent reply other threads:[~2024-06-25 4:26 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 11:46 [PATCH v9 0/8] remoteproc: qcom: q6v5-wcss: Add support for secure pil Gokul Sriram Palanisamy
2024-06-21 11:46 ` [PATCH v9 1/8] remoteproc: qcom: Add PRNG proxy clock Gokul Sriram Palanisamy
2024-06-21 15:09 ` Krzysztof Kozlowski
2024-06-25 4:25 ` Gokul Sriram P [this message]
2024-06-21 21:08 ` Dmitry Baryshkov
2024-06-25 5:33 ` Gokul Sriram P
2024-06-26 19:17 ` Dmitry Baryshkov
2024-06-27 10:01 ` Gokul Sriram P
2024-06-27 11:08 ` Dmitry Baryshkov
2024-06-27 11:29 ` Gokul Sriram P
2024-06-27 13:35 ` Dmitry Baryshkov
2024-06-21 11:46 ` [PATCH v9 2/8] remoteproc: qcom: Add secure PIL support Gokul Sriram Palanisamy
2024-06-21 21:17 ` Dmitry Baryshkov
2024-06-25 5:36 ` Gokul Sriram P
2024-06-21 11:46 ` [PATCH v9 3/8] remoteproc: qcom: Add support for split q6 + m3 wlan firmware Gokul Sriram Palanisamy
2024-06-27 11:11 ` Dmitry Baryshkov
2024-06-21 11:46 ` [PATCH v9 4/8] remoteproc: qcom: Add ssr subdevice identifier Gokul Sriram Palanisamy
2024-06-21 15:10 ` Krzysztof Kozlowski
[not found] ` <8adae0a7-d496-4c9f-ab0c-f162c06e90c4@quicinc.com>
2024-06-25 7:04 ` Krzysztof Kozlowski
2024-06-25 7:13 ` Dmitry Baryshkov
2024-06-21 21:23 ` Dmitry Baryshkov
2024-06-21 11:46 ` [PATCH v9 5/8] remoteproc: qcom: Update regmap offsets for halt register Gokul Sriram Palanisamy
2024-06-21 15:11 ` Krzysztof Kozlowski
2024-06-21 11:46 ` [PATCH v9 6/8] dt-bindings: clock: qcom: Add reset for WCSSAON Gokul Sriram Palanisamy
2024-06-21 15:12 ` Krzysztof Kozlowski
2024-06-21 16:17 ` Kathiravan Thirumoorthy
2024-06-21 11:46 ` [PATCH v9 7/8] clk: qcom: Add WCSSAON reset Gokul Sriram Palanisamy
2024-06-21 16:14 ` Kathiravan Thirumoorthy
2024-06-21 21:28 ` Dmitry Baryshkov
2024-06-21 11:46 ` [PATCH v9 8/8] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC Gokul Sriram Palanisamy
2024-06-21 15:14 ` Krzysztof Kozlowski
2024-06-21 16:09 ` Kathiravan Thirumoorthy
2024-06-27 12:42 ` kernel test robot
2024-06-28 2:47 ` kernel test robot
2024-06-28 21:12 ` kernel test robot
2024-06-21 21:22 ` [PATCH v9 0/8] remoteproc: qcom: q6v5-wcss: Add support for secure pil Dmitry Baryshkov
2024-06-21 21:24 ` Dmitry Baryshkov
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=070cee1c-e19c-45de-a3c3-a1b8feda0e9a@quicinc.com \
--to=quic_gokulsri@quicinc.com \
--cc=andersson@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=david.brown@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=gokulsri@codeaurora.org \
--cc=jassisinghbrar@gmail.com \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=ohad@wizery.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=sricharan@codeaurora.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).