commit | 934e2536b1bfe663de033298f75c1b8ff9d0c9ea | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Sep 22 18:54:09 2015 +0300 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Oct 02 11:29:46 2015 -0700 |
tree | e202cb43d3677925d386debfe66fae179a49974a | |
parent | f7f087c262771ab1d3be8b9c54266637f6136963 [diff] |
clk: fractional-divider: keep mwidth and nwidth internally The patch adds mwidth and nwidth fields to the struct clk_fractional_divider for further usage. While here, use GENMASK() instead of open coding this functionality. Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>