commit | 9737cea18e5894cd3f98db56ee76cabdcc7976cc | [log] [tgz] |
---|---|---|
author | Chun-Kuang Hu <chunkuang.hu@kernel.org> | Mon Sep 13 21:27:35 2021 +0800 |
committer | Chun-Kuang Hu <chunkuang.hu@kernel.org> | Sat Apr 16 17:29:43 2022 +0800 |
tree | 646c3e86fc0ce0f5ad5337b47ef83017cd94e53a | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 [diff] |
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 <chunkuang.hu@kernel.org>