clk: samsung: exynos5250: Move suspend/resume handling to SoC driver
Since there are multiple differences in how suspend/resume of particular Exynos SoCs must be handled, SoC driver is better place for suspend/resume handlers and so this patch moves them. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Thomas Abraham <thomas.ab@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
@ -38,8 +38,9 @@ void samsung_clk_restore(void __iomem *base,
|
||||
writel(rd->value, base + rd->offset);
|
||||
}
|
||||
|
||||
struct samsung_clk_reg_dump *samsung_clk_alloc_reg_dump(unsigned long *rdump,
|
||||
unsigned long nr_rdump)
|
||||
struct samsung_clk_reg_dump *samsung_clk_alloc_reg_dump(
|
||||
const unsigned long *rdump,
|
||||
unsigned long nr_rdump)
|
||||
{
|
||||
struct samsung_clk_reg_dump *rd;
|
||||
unsigned int i;
|
||||
|
Reference in New Issue
Block a user