]> 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)
committerKarel Balej <balejk@matfyz.cz>
Sat, 28 Oct 2023 18:04:50 +0000 (20:04 +0200)
commit6294609de827377b2b58c89bebb90262b4aafdba
tree697b98276cfc93ea756ccc22cd2c4a4a2ca7d0b6
parent05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1
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>
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