Searched hist:"03 d790f04fb2507173913cad9c213272ac983a60" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mfd/ |
H A D | intel-lpss.c | diff 03d790f04fb2507173913cad9c213272ac983a60 Mon Dec 11 12:14:41 CET 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> mfd: intel-lpss: Fix the fractional clock divider flags
The conversion to CLK_FRAC_DIVIDER_POWER_OF_TWO_PS uses wrong flags in the parameters and hence miscalculates the values in the clock divider. Fix this by applying the flag to the proper parameter.
Fixes: 82f53f9ee577 ("clk: fractional-divider: Introduce POWER_OF_TWO_PS flag") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reported-by: Alex Vinarskis <alex.vinarskis@gmail.com> Link: https://lore.kernel.org/r/20231211111441.3910083-1-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones <lee@kernel.org>
|