zephyr/subsys/ipc
Carlo Caione 3dd7fd4f70 ipc: Call ipm_set_enabled() on RX channel also for dual IPM support
The IPC drivers rpmsg_service and rpmsg_multi_instance are not
explicitly enabling the RX IPM channel when two different devices are
used for TX and RX. While this could be redundant for some IPM drivers,
in some cases the hardware needs to be enabled before using it.

Add the missing calls to ipm_set_enabled() for both the devices.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-08-25 18:04:01 -04:00
..
ipc_service ipc: Fix struct name 2021-07-30 20:06:14 -04:00
rpmsg_multi_instance ipc: Call ipm_set_enabled() on RX channel also for dual IPM support 2021-08-25 18:04:01 -04:00
rpmsg_service ipc: Call ipm_set_enabled() on RX channel also for dual IPM support 2021-08-25 18:04:01 -04:00
CMakeLists.txt ipc: Create ipc_service sub-directory for backends 2021-07-30 20:06:14 -04:00
Kconfig ipc: Added IPC Service to support different transport backends 2021-07-16 21:43:39 -04:00