Re: [PATCH 7/8] memory: mtk-smi: Rearrange some function position alphabetically

2017-08-12 Thread Yong Wu
On Fri, 2017-08-11 at 19:09 +0100, Robin Murphy wrote: > On 11/08/17 10:56, Yong Wu wrote: > > Only adjust some code position in Soc numerical order, from mt2701, > > mt2712 to mt8173. > > > > Besides, 3 minor changes: > > 1) fix a coding style issue: > > CHECK: Alignment should match open par

Re: [PATCH 7/8] memory: mtk-smi: Rearrange some function position alphabetically

2017-08-11 Thread Robin Murphy
On 11/08/17 10:56, Yong Wu wrote: > Only adjust some code position in Soc numerical order, from mt2701, > mt2712 to mt8173. > > Besides, 3 minor changes: > 1) fix a coding style issue: > CHECK: Alignment should match open parenthesis > + writel(reg_val, > +

[PATCH 7/8] memory: mtk-smi: Rearrange some function position alphabetically

2017-08-11 Thread Yong Wu
Only adjust some code position in Soc numerical order, from mt2701, mt2712 to mt8173. Besides, 3 minor changes: 1) fix a coding style issue: CHECK: Alignment should match open parenthesis + writel(reg_val, + common->smi_ao_base 2) change from readl t