Re: [PATCH v3 2/9] soc: mediatek: cmdq: add write_s function

2020-09-21 Thread Matthias Brugger
On 07/07/2020 17:45, Dennis YC Hsieh wrote: add write_s function in cmdq helper functions which writes value contains in internal register to address with large dma access support. Signed-off-by: Dennis YC Hsieh Now pushed to v5.9-next/soc Thanks! --- drivers/soc/mediatek/mtk-cmdq-help

[PATCH v3 2/9] soc: mediatek: cmdq: add write_s function

2020-07-08 Thread Dennis YC Hsieh
add write_s function in cmdq helper functions which writes value contains in internal register to address with large dma access support. Signed-off-by: Dennis YC Hsieh --- drivers/soc/mediatek/mtk-cmdq-helper.c | 19 +++ include/linux/mailbox/mtk-cmdq-mailbox.h |1 + incl