]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory info
authorBeleswar Padhi <b-padhi@ti.com>
Tue, 13 May 2025 05:44:42 +0000 (11:14 +0530)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 20 May 2025 17:19:10 +0000 (11:19 -0600)
commit02074bf5e27a17cd7d4cf55fbefd010f6d97be3c
tree846ca8fabfe6c289095addde435261be41bf57bd
parent95cd198a64272ddeaebbbdd330b56daa7421fad6
remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory info

The ti_k3_r5_remoteproc.c driver previously hardcoded device memory
region addresses and names. Change this to use the k3_r5_rproc_mem_data
structure to store memory information. This aligns with K3 DSP and M4
drivers, and can be refactored out later.

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