]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: mediatek: add support for adsp mailbox controller
authorAllen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Fri, 25 Feb 2022 13:24:27 +0000 (21:24 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sun, 13 Mar 2022 01:24:57 +0000 (19:24 -0600)
commit4577e0a42cbbd89f8269e8ce29e29c2934905a0e
tree5879d3cea2299e8cd2b1a439debfc6725eafee51
parentd985391703bdb364e502b7ee3002e2d351dc9ea9
mailbox: mediatek: add support for adsp mailbox controller

This patch is to for MediaTek ADSP IPC mailbox controller driver
It is used to send short messages between processors with adsp

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Reviewed-by: Tzung-Bi Shih <tzungbi@google.com>
Reviewed-by: YC Hung <yc.hung@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/mtk-adsp-mailbox.c [new file with mode: 0644]