]> Git Repo - linux.git/commit
clk: ralink: make system controller node a reset provider
authorSergio Paracuellos <[email protected]>
Thu, 10 Feb 2022 09:48:59 +0000 (10:48 +0100)
committerGreg Kroah-Hartman <[email protected]>
Tue, 15 Feb 2022 16:06:37 +0000 (17:06 +0100)
commit38a8553b0a22ed54f014d8402fedd268b529175c
treedd46933e0e70e2978a51d6ea89eb376da3d8d621
parent478b09fa2c00cbc40d25bc061befdf11f04a27ad
clk: ralink: make system controller node a reset provider

MT7621 system controller node is already providing the clocks for the whole
system but must also serve as a reset provider. Hence, add reset controller
related code to the clock driver itself. To get resets properly ready for
the rest of the world we need to move platform driver initialization process
to 'arch_initcall'.

CC: Philipp Zabel <[email protected]>
Reviewed-by: Philipp Zabel <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Signed-off-by: Sergio Paracuellos <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/clk/ralink/clk-mt7621.c
This page took 0.05645 seconds and 4 git commands to generate.