]> git.dujemihanovic.xyz Git - linux.git/commit
clk: mmp: Switch to use struct u32_fract instead of custom one
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Jul 2023 09:48:38 +0000 (12:48 +0300)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 1 Oct 2024 16:18:19 +0000 (18:18 +0200)
commit6c828543f4ddaf8fff7a75edcb998b18b6dfdffc
tree356a88772ec58a8cb94306debf5769f8558bd970
parent98f7e32f20d28ec452afb208f9cffc08448a2652
clk: mmp: Switch to use struct u32_fract instead of custom one

The struct mmp_clk_factor_tbl repeats the generic struct u32_fract.
Kill the custom one and use the generic one instead.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Duje Mihanović <duje.mihanovic@skole.hr>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
drivers/clk/mmp/clk-frac.c
drivers/clk/mmp/clk-of-mmp2.c
drivers/clk/mmp/clk-of-pxa168.c
drivers/clk/mmp/clk-of-pxa1928.c
drivers/clk/mmp/clk-of-pxa910.c
drivers/clk/mmp/clk.h