Re: [PATCH v9 1/8] remoteproc: qcom: Add PRNG proxy clock

2024-06-27 Thread Gokul Sriram P
On 6/27/2024 4:38 PM, Dmitry Baryshkov wrote: On Thu, Jun 27, 2024 at 03:31:01PM GMT, Gokul Sriram P wrote: On 6/27/2024 12:47 AM, Dmitry Baryshkov wrote: On Tue, Jun 25, 2024 at 11:03:30AM GMT, Gokul Sriram P wrote: On 6/22/2024 2:38 AM, Dmitry Baryshkov wrote: On Fri, Jun 21, 2024 at 05

Re: [PATCH v9 1/8] remoteproc: qcom: Add PRNG proxy clock

2024-06-27 Thread Gokul Sriram P
On 6/27/2024 12:47 AM, Dmitry Baryshkov wrote: On Tue, Jun 25, 2024 at 11:03:30AM GMT, Gokul Sriram P wrote: On 6/22/2024 2:38 AM, Dmitry Baryshkov wrote: On Fri, Jun 21, 2024 at 05:16:52PM GMT, Gokul Sriram Palanisamy wrote: PRNG clock is needed by the secure PIL, support for the same

Re: [PATCH v9 2/8] remoteproc: qcom: Add secure PIL support

2024-06-24 Thread Gokul Sriram P
On 6/22/2024 2:47 AM, Dmitry Baryshkov wrote: On Fri, Jun 21, 2024 at 05:16:53PM GMT, Gokul Sriram Palanisamy wrote: IPQ8074 uses secure PIL. Hence, adding the support for the same. See Documentation/process/submitting-patches.rst   Thanks. Will add detailed description. Signed-off-by:

Re: [PATCH v9 1/8] remoteproc: qcom: Add PRNG proxy clock

2024-06-24 Thread Gokul Sriram P
On 6/22/2024 2:38 AM, Dmitry Baryshkov wrote: On Fri, Jun 21, 2024 at 05:16:52PM GMT, Gokul Sriram Palanisamy wrote: PRNG clock is needed by the secure PIL, support for the same is added in subsequent patches. Which 'same'? What is 'secure PIL'?   will elaborate in the updated version.   To

Re: [PATCH v9 1/8] remoteproc: qcom: Add PRNG proxy clock

2024-06-24 Thread Gokul Sriram P
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,