]> git.ipfire.org Git - thirdparty/linux.git/commit
remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rproc
authorBeleswar Padhi <b-padhi@ti.com>
Tue, 13 May 2025 05:44:44 +0000 (11:14 +0530)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 20 May 2025 17:19:10 +0000 (11:19 -0600)
commitb810142db6f978253d7468258b3132a2799547f7
tree1d970ebd5620fff6e8bec4982fe473fdbcab409a
parentdb47cfd8fc1ffb0832c899750aca5661a3475f1c
remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rproc

Add a pointer to the rproc struct within k3_m4_rproc internal struct.
This is done to align the M4 internal rproc data structure with R5
driver which can be factored out at a later stage.

Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
Tested-by: Judith Mendez <jm@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20250513054510.3439842-11-b-padhi@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/ti_k3_m4_remoteproc.c