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

2020-03-09 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 | 13 + include/linux/soc/mediatek/mtk-cmdq.h | 11 +++ 2 files changed, 24 insertions(+) diff --git a/drivers/soc/

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

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