Re: [PATCH v4 11/13] soc: mediatek: cmdq: add jump function

2020-03-05 Thread Dennis-YC Hsieh
Hi CK, Thanks for your comment. On Wed, 2020-03-04 at 10:57 +0800, CK Hu wrote: > Hi, Dennis: > > On Tue, 2020-03-03 at 18:58 +0800, Dennis YC Hsieh wrote: > > Add jump function so that client can jump to any address which > > contains instruction. > > > > Signed-off-by: Dennis YC Hsieh > > --

[PATCH v4 11/13] soc: mediatek: cmdq: add jump function

2020-03-03 Thread Dennis YC Hsieh
Add jump function so that client can jump to any address which contains instruction. Signed-off-by: Dennis YC Hsieh --- drivers/soc/mediatek/mtk-cmdq-helper.c | 12 include/linux/soc/mediatek/mtk-cmdq.h | 11 +++ 2 files changed, 23 insertions(+) diff --git a/drivers/soc/m

Re: [PATCH v4 11/13] soc: mediatek: cmdq: add jump function

2020-03-03 Thread CK Hu
Hi, Dennis: On Tue, 2020-03-03 at 18:58 +0800, Dennis YC Hsieh wrote: > Add jump function so that client can jump to any address which > contains instruction. > > Signed-off-by: Dennis YC Hsieh > --- > drivers/soc/mediatek/mtk-cmdq-helper.c | 12 > include/linux/soc/mediatek/mtk-cm