]> 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, 29 Jun 2024 10:52:28 +0000 (12:52 +0200)
commit3881ff3748cc49dc52e00e818aee55537a3afb6c
treeb5faa6f4c871e9496a81386a345000ade325239c
parentf2661062f16b2de5d7b6a5c42a9a5c96326b8454
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