]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: samsung: Add CLK_IGNORE_UNUSED flag for the sysreg clocks
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 10 May 2013 16:38:09 +0000 (18:38 +0200)
committerMike Turquette <mturquette@linaro.org>
Wed, 29 May 2013 18:52:19 +0000 (11:52 -0700)
commit056f3d58db6f7d19be7dbc2aab8d049f28e20d6e
treea164f0d35b55e9779d04ae04974bc013e943829d
parentf586938ba2cf83ed4cbebe96436220d182a7808e
clk: samsung: Add CLK_IGNORE_UNUSED flag for the sysreg clocks

Currently no driver *) handles the sysreg clock, with an assumption
that this clock is always left in its default state (enabled).

Before commit 6e6aac7590f902d14d90bace3fd499
ARM: EXYNOS: Migrate clock support to common clock framework

the sysreg clock was not even defined and hence wasn't handled
explicitly in the kernel.

To restore the previous behaviour disable masking the sysreg clock
off in the clock core by default.

*) Except the Exynos4x12 FIMC-IS driver, which will be modified
   to not touch the sysreg clock.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/samsung/clk-exynos4.c