Re: [PATCH v5 07/13] soc: mediatek: cmdq: add write_s function

2020-05-25 Thread Dennis-YC Hsieh
Hi Mattias, Thanks for your comment. On Sat, 2020-05-16 at 20:14 +0200, Matthias Brugger wrote: > > On 08/03/2020 11:52, 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. > >

Re: [PATCH v5 07/13] soc: mediatek: cmdq: add write_s function

2020-05-24 Thread Matthias Brugger
On 24/05/2020 19:26, Dennis-YC Hsieh wrote: > Hi Mattias, > > Thanks for your comment. > > On Sat, 2020-05-16 at 20:14 +0200, Matthias Brugger wrote: >> >> On 08/03/2020 11:52, Dennis YC Hsieh wrote: >>> add write_s function in cmdq helper functions which >>> writes value contains in internal

Re: [PATCH v5 07/13] soc: mediatek: cmdq: add write_s function

2020-05-16 Thread Matthias Brugger
On 08/03/2020 11:52, 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 > Reviewed-by: CK Hu > --- > drivers/soc/mediatek/mtk-cmdq-helper.c

[PATCH v5 07/13] soc: mediatek: cmdq: add write_s function

2020-03-09 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 Reviewed-by: CK Hu --- drivers/soc/mediatek/mtk-cmdq-helper.c | 34 +++- include/linux/mailbox/mtk-cmdq-m