WSL2-Linux-Kernel/drivers/soc/ti
Andrew Davis 70eb95e064 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-07-05 09:14:44 +02:00
..
Kconfig
Makefile
k3-ringacc.c
k3-socinfo.c
knav_dma.c
knav_qmss.h
knav_qmss_acc.c
knav_qmss_queue.c soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe 2022-12-31 13:13:58 +01:00
omap_prm.c
pm33xx.c soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe 2023-05-11 23:00:20 +09:00
pruss.c
smartreflex.c soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe 2022-12-31 13:13:58 +01:00
ti_sci_inta_msi.c
ti_sci_pm_domains.c pmdomain: ti-sci: Fix duplicate PD referrals 2024-07-05 09:14:36 +02:00
wkup_m3_ipc.c soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message 2024-07-05 09:14:44 +02:00