diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-04-04 00:35:35 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-04 02:51:22 -0400 |
commit | 6b5756e8bd19f8f1f23386d41997d0309e7a82a6 (patch) | |
tree | db0b29a9071e7f079079ace3b2fa358c757374da /drivers/clk/samsung/clk.h | |
parent | fb948f74ce05c5540f9ad7e92242e1c931f7c2f6 (diff) |
clk: exynos4: Add support for SoC-specific register save list
This patch extends suspend/resume support for SoC-specific registers to
handle differences in register sets on particular SoCs.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/clk.h')
-rw-r--r-- | drivers/clk/samsung/clk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h index 6bacd6fa0200..10b2111f0c0f 100644 --- a/drivers/clk/samsung/clk.h +++ b/drivers/clk/samsung/clk.h | |||
@@ -262,7 +262,8 @@ struct samsung_clk_reg_dump { | |||
262 | 262 | ||
263 | extern void __init samsung_clk_init(struct device_node *np, void __iomem *base, | 263 | extern void __init samsung_clk_init(struct device_node *np, void __iomem *base, |
264 | unsigned long nr_clks, unsigned long *rdump, | 264 | unsigned long nr_clks, unsigned long *rdump, |
265 | unsigned long nr_rdump); | 265 | unsigned long nr_rdump, unsigned long *soc_rdump, |
266 | unsigned long nr_soc_rdump); | ||
266 | extern void __init samsung_clk_of_register_fixed_ext( | 267 | extern void __init samsung_clk_of_register_fixed_ext( |
267 | struct samsung_fixed_rate_clock *fixed_rate_clk, | 268 | struct samsung_fixed_rate_clock *fixed_rate_clk, |
268 | unsigned int nr_fixed_rate_clk, | 269 | unsigned int nr_fixed_rate_clk, |