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)
commit0f1fce908efb2aa76b713d424b422f117376a04a
tree4425cf6d556b872f90cf5aef69be6382ef7efecf
parent017ab64bdbca6f2f421d59a8235cdee90da08463
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
This page took 0.024549 seconds and 5 git commands to generate.