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: Nikh

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

2024-06-21 Thread Dmitry Baryshkov
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 > > Signed-off-by: Nikhil Prakash V > Signed-off-by: Sricharan R > Signed-off-by: Gokul Sriram Palanisamy

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

2024-06-21 Thread Gokul Sriram Palanisamy
IPQ8074 uses secure PIL. Hence, adding the support for the same. Signed-off-by: Nikhil Prakash V Signed-off-by: Sricharan R Signed-off-by: Gokul Sriram Palanisamy --- drivers/remoteproc/qcom_q6v5_wcss.c | 43 +++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff