]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: renesas: rzg2l: Rename mstp_clock to mod_clock
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 5 Jun 2025 10:28:03 +0000 (12:28 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 10 Jun 2025 08:32:39 +0000 (10:32 +0200)
commitb263e653c3722349a6efbb42d9e683d8ed1c24bf
treeeb9d766c91bf3353d688a9236f819803da44278c
parente6b6e3e08f012f967bb0babf4b0da4535d7f617b
clk: renesas: rzg2l: Rename mstp_clock to mod_clock

The mstp_clock structure really represents a module clock (cfr. the
various rzg2l_mod_clock_*() functions and the to_mod_clock() helper),
and is not directly related to the "Module stop state".
Rename it to "mod_clock", and replace "mstp_clock" by "mod_clock".
to avoid confusion with the mstop registers.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Link: https://lore.kernel.org/53b3a730a784650762cdb27fdbde7a45b0c20db8.1749119264.git.geert+renesas@glider.be
drivers/clk/renesas/rzg2l-cpg.c