kernel_samsung_a53x/drivers/soc/ti
Andrew Davis 5a4bf76289 soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message
[ Upstream commit ddbf3204f600a4d1f153498f618369fca352ae00 ]

mbox_send_message() sends a u32 bit message, not a pointer to a message.
We only convert to a pointer type as a generic type. If we want to send
a dummy message of 0, then simply send 0 (NULL).

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240325165507.30323-1-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 14:19:32 +01:00
..
k3-ringacc.c
k3-socinfo.c
Kconfig
knav_dma.c
knav_qmss.h
knav_qmss_acc.c
knav_qmss_queue.c
Makefile
omap_prm.c
pm33xx.c
pruss.c
smartreflex.c
ti_sci_inta_msi.c
ti_sci_pm_domains.c
wkup_m3_ipc.c