Re: [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-28 Thread Bibby Hsieh
On Tue, 2019-08-27 at 12:13 +0200, Matthias Brugger wrote: > > On 27/08/2019 05:59, Bibby Hsieh wrote: > > On Fri, 2019-08-23 at 16:21 +0200, Matthias Brugger wrote: > >> > >> On 20/08/2019 10:49, Bibby Hsieh wrote: > >>> GCE cannot know the register base address, this function > >>> can help

Re: [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-27 Thread Matthias Brugger
On 27/08/2019 05:59, Bibby Hsieh wrote: > On Fri, 2019-08-23 at 16:21 +0200, Matthias Brugger wrote: >> >> On 20/08/2019 10:49, 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:

Re: [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-26 Thread Bibby Hsieh
On Fri, 2019-08-23 at 16:21 +0200, Matthias Brugger wrote: > > On 20/08/2019 10:49, 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 > > Reviewed-by: CK Hu > > --- >

Re: [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-23 Thread Matthias Brugger
On 20/08/2019 10:49, 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 > Reviewed-by: CK Hu > --- > drivers/soc/mediatek/mtk-cmdq-helper.c | 29 ++

Re: [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-20 Thread houlong wei
On Tue, 2019-08-20 at 16:49 +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 > Reviewed-by: CK Hu > --- > drivers/soc/mediatek/mtk-cmdq-helper.c | 29

Re: [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-20 Thread houlong wei
Reviewed-by: Houlong Wei

[RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

2019-08-20 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 Reviewed-by: CK Hu --- drivers/soc/mediatek/mtk-cmdq-helper.c | 29 ++ include/linux/soc/mediatek/mtk-cmdq.h | 21