Re: [PATCH v2 4/6] soc: mediatek: devapc: rename variable for new IC support

2021-04-07 Thread Nina Wu
Hi, Matthias On Tue, 2021-04-06 at 15:43 +0200, Matthias Brugger wrote: > Regarding the commit subject: > "soc: mediatek: devapc: rename variable for new IC support" > maybe something like: > "soc: mediatek: devapc: rename register variable infra_base" > > Other then that looks good to me. > OK

Re: [PATCH v2 4/6] soc: mediatek: devapc: rename variable for new IC support

2021-04-06 Thread Matthias Brugger
Regarding the commit subject: "soc: mediatek: devapc: rename variable for new IC support" maybe something like: "soc: mediatek: devapc: rename register variable infra_base" Other then that looks good to me. On 01/04/2021 08:38, Nina Wu wrote: > From: Nina Wu > > For new ICs, there are multiple

[PATCH v2 4/6] soc: mediatek: devapc: rename variable for new IC support

2021-03-31 Thread Nina Wu
From: Nina Wu For new ICs, there are multiple devapc HWs for different subsys. For example, there is devapc respectively for infra, peri, peri2, etc. So we rename the variable 'infra_base' to 'base' for code readability. Signed-off-by: Nina Wu --- drivers/soc/mediatek/mtk-devapc.c | 24 +++