Re: [PATCH v5 03/13] mailbox: cmdq: support mt6779 gce platform definition

2020-05-16 Thread Matthias Brugger
On 08/03/2020 11:52, Dennis YC Hsieh wrote: > Add gce v4 hardware support with different thread number and shift. > > Signed-off-by: Dennis YC Hsieh > Reviewed-by: CK Hu Reviewed-by: Matthias Brugger > --- > drivers/mailbox/mtk-cmdq-mailbox.c | 2 ++ > 1 file changed, 2 insertions(+) > >

[PATCH v5 03/13] mailbox: cmdq: support mt6779 gce platform definition

2020-03-09 Thread Dennis YC Hsieh
Add gce v4 hardware support with different thread number and shift. Signed-off-by: Dennis YC Hsieh Reviewed-by: CK Hu --- drivers/mailbox/mtk-cmdq-mailbox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c index 4dbee