]> Git Repo - linux.git/commit
soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb
authorChun-Kuang Hu <[email protected]>
Sat, 16 Apr 2022 09:54:28 +0000 (17:54 +0800)
committerMatthias Brugger <[email protected]>
Wed, 20 Apr 2022 12:14:59 +0000 (14:14 +0200)
commit5252c1c5a08e583ab1363f809002cd8a59272b35
treeb14804fc777047582adc809b69eb2d31f9f5d24f
parent81c5a41d10b968ea89d5f44fe1e5c2fc70289209
soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb

rx_callback is a standard mailbox callback mechanism and could cover the
function of proprietary cmdq_task_cb, so use the standard one instead of
the proprietary one. Client has changed to use the standard callback
machanism and sync dma buffer in client driver, so remove the proprietary
callback in cmdq helper.

Signed-off-by: Chun-Kuang Hu <[email protected]>
Reviewed-by: jason-jh.lin <[email protected]>
Tested-by: jason-jh.lin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
drivers/soc/mediatek/mtk-cmdq-helper.c
include/linux/soc/mediatek/mtk-cmdq.h
This page took 0.054256 seconds and 4 git commands to generate.