Re: [PATCH v3 4/9] soc: mediatek: cmdq: add read_s function

2020-09-21 Thread Matthias Brugger
On 07/07/2020 17:45, Dennis YC Hsieh wrote: Add read_s function in cmdq helper functions which support read value from register or dma physical address into gce internal register. Signed-off-by: Dennis YC Hsieh Now pushed to v5.9-next/soc Thanks! --- drivers/soc/mediatek/mtk-cmdq-help

[PATCH v3 4/9] soc: mediatek: cmdq: add read_s function

2020-07-08 Thread Dennis YC Hsieh
Add read_s function in cmdq helper functions which support read value from register or dma physical address into gce internal register. Signed-off-by: Dennis YC Hsieh --- drivers/soc/mediatek/mtk-cmdq-helper.c | 15 +++ include/linux/mailbox/mtk-cmdq-mailbox.h |1 + include/l