Re: [PATCH v3 0/7] clk: replace div_mask() by clk_div_mask()

2015-05-06 Thread Stephen Boyd
On 05/06, Andy Shevchenko wrote: > On Tue, 2015-03-31 at 20:22 +0300, Andy Shevchenko wrote: > > This series introduces clk_div_mask() helper in one place instead of > > div_mask() macros in many clock providers. > > This one is tested on x86 with patchset [1] applied. > > Any comments, suggesti

Re: [PATCH v3 0/7] clk: replace div_mask() by clk_div_mask()

2015-05-06 Thread Andy Shevchenko
On Tue, 2015-03-31 at 20:22 +0300, Andy Shevchenko wrote: > This series introduces clk_div_mask() helper in one place instead of > div_mask() macros in many clock providers. This one is tested on x86 with patchset [1] applied. Any comments, suggestions? [1] https://lkml.org/lkml/2015/4/1/189 >

Re: [PATCH v3 0/7] clk: replace div_mask() by clk_div_mask()

2015-03-31 Thread Russell King - ARM Linux
On Tue, Mar 31, 2015 at 08:22:20PM +0300, Andy Shevchenko wrote: > This series introduces clk_div_mask() helper in one place instead of > div_mask() macros in many clock providers. > > Changelog v3: > - fix clk_div_mask() prototype: seems tired like on Friday evening! Yea, that's three versions

[PATCH v3 0/7] clk: replace div_mask() by clk_div_mask()

2015-03-31 Thread Andy Shevchenko
This series introduces clk_div_mask() helper in one place instead of div_mask() macros in many clock providers. Changelog v3: - fix clk_div_mask() prototype: seems tired like on Friday evening! Changelog v2: - fix patches 5,6,7 where parameter of the macro was d instead of d->width Andy Shevche