]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: renesas: rcar-gen4: Clarify custom PLL clock support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 Jul 2024 11:50:22 +0000 (13:50 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 30 Jul 2024 08:44:18 +0000 (10:44 +0200)
commit9edc5c209d3e192baed2230af90591a6dad51607
treedc5ab61f191bf4e287c08ce63314a0d1d595e056
parent4897930debb4abb98317b4a18c4f20bad1f71b9f
clk: renesas: rcar-gen4: Clarify custom PLL clock support

The custom clock driver that models the PLL clocks on R-Car Gen4 assumes
the integer and fractional[*] multiplication field sizes as used on
R-Car V4H and V4M, representing a fractional 8.25 number.

Rename the related definitions, functions, and structures to clarify
this, and to prepare for the advent of support for the different field
sizes on R-Car S4-8.

[*] The fractional part is not yet supported.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/2ce9f9c75bfb6312129d416672f9691bbd11c0e7.1721648548.git.geert+renesas@glider.be
drivers/clk/renesas/rcar-gen4-cpg.c