Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remoteproc: mediatek: Add IMGSYS IPI command

Add an IPI command definition for communication with IMGSYS through
SCP mailbox.

Signed-off-by: Olivia Wen <olivia.wen@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240430011534.9587-5-olivia.wen@mediatek.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

authored by

Olivia Wen and committed by
Mathieu Poirier
faba7db4 c08a8249

+1
+1
include/linux/remoteproc/mtk_scp.h
··· 43 43 SCP_IPI_CROS_HOST_CMD, 44 44 SCP_IPI_VDEC_LAT, 45 45 SCP_IPI_VDEC_CORE, 46 + SCP_IPI_IMGSYS_CMD, 46 47 SCP_IPI_NS_SERVICE = 0xFF, 47 48 SCP_IPI_MAX = 0x100, 48 49 };