clk: samsung: exynos4: Add remaining suspend/resume handling
authorTomasz Figa <t.figa@samsung.com>
Thu, 13 Feb 2014 23:16:01 +0000 (08:16 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 13 Feb 2014 23:16:01 +0000 (08:16 +0900)
commit4fcf47e2db145f72b31b344fda64a8a6dacd8d1d
treebd49b51004f7027683725c09b2f4562d12a51a63
parent3efb25116774f69f0649fd6774fd46306cabdb56
clk: samsung: exynos4: Add remaining suspend/resume handling

As of now, part of Exynos4 clock suspend/resume handling is located
in mach-exynos/pm.c, which is not where code accessing CMU registers
should reside.

This patch implements all the necessary suspend/resume handling code
in Exynos4 clock driver to allow dropping that old code.

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>
drivers/clk/samsung/clk-exynos4.c