Re: [PATCH v5 0/8] clk: replace div_mask() by GENMASK()

2015-10-09 Thread Andy Shevchenko
On Mon, 2015-07-13 at 17:07 +0300, Andy Shevchenko wrote: > This series replaces div_mask() and similar macros in many clock > providers by > GENMASK() generic helper. So, if anyone finds this useful, please, ACK/apply. > > Changelog v5: > - amend patch for softpga by covering all cases > - e

[PATCH v5 0/8] clk: replace div_mask() by GENMASK()

2015-07-13 Thread Andy Shevchenko
This series replaces div_mask() and similar macros in many clock providers by GENMASK() generic helper. Changelog v5: - amend patch for softpga by covering all cases - extend patchset to hisilicon and bcm clk implementation - rebase on top of clk-next Changelog v4: - use GENMASK() instead of