aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/renesas/rcar-gen2-cpg.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-06-21 22:24:15 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2017-10-20 11:15:33 +0200
commit1f4023cdd1bdbe6cb01d0b2cbd1f46207189e3cf (patch)
tree722b66d177d78224d334f2c170d775fc151a06c0 /drivers/clk/renesas/rcar-gen2-cpg.h
parentclk: renesas: cpg-mssr: Restore module clocks during resume (diff)
downloadlinux-dev-1f4023cdd1bdbe6cb01d0b2cbd1f46207189e3cf.tar.xz
linux-dev-1f4023cdd1bdbe6cb01d0b2cbd1f46207189e3cf.zip
clk: renesas: cpg-mssr: Add support to restore core clocks during resume
On R-Car Gen3 systems, PSCI system suspend powers down the SoC, possibly losing clock configuration. Hence add a notifier chain that can be used by core clocks to save/restore clock state during system suspend/resume. The implementation of the actual clock state save/restore operations is clock-specific, and to be registered with the notifier chain in the SoC or family-specific cpg_mssr_info.cpg_clk_register() callback. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Diffstat (limited to 'drivers/clk/renesas/rcar-gen2-cpg.h')
-rw-r--r--drivers/clk/renesas/rcar-gen2-cpg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/clk/renesas/rcar-gen2-cpg.h b/drivers/clk/renesas/rcar-gen2-cpg.h
index 9eba07ff8b11..020a3baad015 100644
--- a/drivers/clk/renesas/rcar-gen2-cpg.h
+++ b/drivers/clk/renesas/rcar-gen2-cpg.h
@@ -34,9 +34,9 @@ struct rcar_gen2_cpg_pll_config {
};
struct clk *rcar_gen2_cpg_clk_register(struct device *dev,
- const struct cpg_core_clk *core,
- const struct cpg_mssr_info *info,
- struct clk **clks, void __iomem *base);
+ const struct cpg_core_clk *core, const struct cpg_mssr_info *info,
+ struct clk **clks, void __iomem *base,
+ struct raw_notifier_head *notifiers);
int rcar_gen2_cpg_init(const struct rcar_gen2_cpg_pll_config *config,
unsigned int pll0_div, u32 mode);