]> 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>
Sat, 20 Jan 2024 19:51:59 +0000 (20:51 +0100)
commit4164765f567b8fd13debc0413a4f4bf41c297d41
treecf77d9c889e47044d0def6947fa4c57d68a76945
parent0dd3ee31125508cd67f7e7172247f05b7fd1753a
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