Re: [PATCH v11 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-10 Thread houlong wei
On Mon, 2019-07-29 at 15:01 +0800, Bibby Hsieh wrote: > GCE cannot know the register base address, this function > can help cmdq client to get the cmdq_client_reg structure. > > Signed-off-by: Bibby Hsieh > --- > drivers/soc/mediatek/mtk-cmdq-helper.c | 29 ++ >

[PATCH v11 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-07-29 Thread Bibby Hsieh
GCE cannot know the register base address, this function can help cmdq client to get the cmdq_client_reg structure. Signed-off-by: Bibby Hsieh --- drivers/soc/mediatek/mtk-cmdq-helper.c | 29 ++ include/linux/soc/mediatek/mtk-cmdq.h | 21 +++ 2 files