]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: k3: Refactor shared data structures
authorBeleswar Padhi <b-padhi@ti.com>
Tue, 13 May 2025 05:44:46 +0000 (11:14 +0530)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 20 May 2025 17:19:10 +0000 (11:19 -0600)
commitfa2399cbb35ad11323ef90d00bdc59cc33e5465d
tree5c9f66274921ac15bf54f2961707470f65e152c0
parent52a04c1c61c6487871734bd8dc3ee56df458b821
remoteproc: k3: Refactor shared data structures

The TI K3 R5, DSP and M4 remoteproc drivers share the same data
structure definitions. Refactor the shared data structures into a new
common header file, 'ti_k3_common.h', and update the drivers to use the
unified data structures.

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-13-b-padhi@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/ti_k3_common.h [new file with mode: 0644]
drivers/remoteproc/ti_k3_dsp_remoteproc.c
drivers/remoteproc/ti_k3_m4_remoteproc.c
drivers/remoteproc/ti_k3_r5_remoteproc.c