Re: [PATCH v3 7/9] soc: mediatek: cmdq: add jump function

2020-09-22 Thread Matthias Brugger
On 07/07/2020 17:45, Dennis YC Hsieh wrote: Add jump function so that client can jump to any address which contains instruction. Signed-off-by: Dennis YC Hsieh Now pushed to v5.9-next/soc Thanks! --- drivers/soc/mediatek/mtk-cmdq-helper.c | 13 + include/linux/soc/media

[PATCH v3 7/9] soc: mediatek: cmdq: add jump function

2020-07-08 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/