Re: [PATCH v5 06/13] soc: mediatek: cmdq: add assign function

2020-05-25 Thread Dennis-YC Hsieh
Hi Matthias, Thanks for your comment. On Sat, 2020-05-16 at 19:59 +0200, Matthias Brugger wrote: > > On 08/03/2020 11:52, Dennis YC Hsieh wrote: > > Add assign function in cmdq helper which assign constant value into > > internal register by index. > > > > Signed-off-by: Dennis YC Hsieh > > Re

Re: [PATCH v5 06/13] soc: mediatek: cmdq: add assign function

2020-05-24 Thread Matthias Brugger
On 24/05/2020 19:01, Dennis-YC Hsieh wrote: > Hi Matthias, > > Thanks for your comment. > > On Sat, 2020-05-16 at 19:59 +0200, Matthias Brugger wrote: >> >> On 08/03/2020 11:52, Dennis YC Hsieh wrote: >>> Add assign function in cmdq helper which assign constant value into >>> internal register

Re: [PATCH v5 06/13] soc: mediatek: cmdq: add assign function

2020-05-16 Thread Matthias Brugger
On 08/03/2020 11:52, Dennis YC Hsieh wrote: > Add assign function in cmdq helper which assign constant value into > internal register by index. > > Signed-off-by: Dennis YC Hsieh > Reviewed-by: CK Hu > --- > drivers/soc/mediatek/mtk-cmdq-helper.c | 24 +++- > include/li

[PATCH v5 06/13] soc: mediatek: cmdq: add assign function

2020-03-09 Thread Dennis YC Hsieh
Add assign function in cmdq helper which assign constant value into internal register by index. Signed-off-by: Dennis YC Hsieh Reviewed-by: CK Hu --- drivers/soc/mediatek/mtk-cmdq-helper.c | 24 +++- include/linux/mailbox/mtk-cmdq-mailbox.h | 1 + include/linux/soc/mediat