Re: [PATCH v5 02/13] mailbox: cmdq: variablize address shift in platform

2020-03-23 Thread Dennis-YC Hsieh
Hi Jassi, On Thu, 2020-03-19 at 20:05 -0500, Jassi Brar wrote: > On Sun, Mar 8, 2020 at 5:53 AM Dennis YC Hsieh > wrote: > > > > Some gce hardware shift pc and end address in register to support > > large dram addressing. > > Implement gce address shift when write or read pc and end register. >

Re: [PATCH v5 02/13] mailbox: cmdq: variablize address shift in platform

2020-03-20 Thread Jassi Brar
On Sun, Mar 8, 2020 at 5:53 AM Dennis YC Hsieh wrote: > > Some gce hardware shift pc and end address in register to support > large dram addressing. > Implement gce address shift when write or read pc and end register. > And add shift bit in platform definition. > > Signed-off-by: Dennis YC Hsieh

[PATCH v5 02/13] mailbox: cmdq: variablize address shift in platform

2020-03-09 Thread Dennis YC Hsieh
Some gce hardware shift pc and end address in register to support large dram addressing. Implement gce address shift when write or read pc and end register. And add shift bit in platform definition. Signed-off-by: Dennis YC Hsieh Reviewed-by: CK Hu --- drivers/mailbox/mtk-cmdq-mailbox.c