Re: [PATCH 1/4] clk: renesas: rcar-gen3-cpg: factor out cpg_reg_modify()

2018-11-26 Thread Simon Horman
On Thu, Nov 22, 2018 at 09:39:42PM +0300, Sergei Shtylyov wrote: > There's quite often repeated sequence of a CPG register read-modify-write, > so it seems worth factoring it out into a function -- this saves 68 bytes > of the object code already (AArch64 gcc 4.8.5) and will save more with the >

Re: [PATCH 1/4] clk: renesas: rcar-gen3-cpg: factor out cpg_reg_modify()

2018-11-23 Thread Geert Uytterhoeven
On Thu, Nov 22, 2018 at 7:39 PM Sergei Shtylyov wrote: > There's quite often repeated sequence of a CPG register read-modify-write, > so it seems worth factoring it out into a function -- this saves 68 bytes > of the object code already (AArch64 gcc 4.8.5) and will save more with the > next