]> git.baikalelectronics.ru Git - kernel.git/commit
clk: exynos4: Remove SoC-specific registers from save list
authorTomasz Figa <t.figa@samsung.com>
Thu, 4 Apr 2013 04:33:37 +0000 (13:33 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 4 Apr 2013 06:51:16 +0000 (15:51 +0900)
commit8b2ec260d2e5ec1768a42cbe9f0313b3e9faf699
tree4425cf6d556b872f90cf5aef69be6382ef7efecf
parent31df8d38b23b0cadf6322a3862283d0b30a1b0d9
clk: exynos4: Remove SoC-specific registers from save list

Current clock save list is shared for all Exynos4 SoCs, so it must
contain only registers present in all supported SoCs, because accessing
unavailable registers might have undefined effect.

This patch removes registers specific for particular SoCs from shared
save list, as they should be supported by separate SoC-specific lists.

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