Re: [PATCH v3 6/9] soc: mediatek: cmdq: add write_s_mask value function

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

[PATCH v3 6/9] soc: mediatek: cmdq: add write_s_mask value function

2020-07-08 Thread Dennis YC Hsieh
add write_s_mask_value function in cmdq helper functions which writes a constant value to address with mask and large dma access support. Signed-off-by: Dennis YC Hsieh --- drivers/soc/mediatek/mtk-cmdq-helper.c | 21 + include/linux/soc/mediatek/mtk-cmdq.h | 15