Re: [PATCH v2] clk: exynos4: Add CLK_GET_RATE_NOCACHE flag for the Exynos4x12 ISP clocks

2013-07-26 Thread Sylwester Nawrocki
On 07/26/2013 10:30 PM, Mike Turquette wrote: Quoting Sylwester Nawrocki (2013-07-25 14:07:05) From: Sylwester Nawrocki The ISP clock registers belong to the ISP power domain and may change their values if this power domain is switched off/on. Add CLK_GET_RATE_NOCACHE flags to ensure we do not

[PATCH v2] clk: exynos4: Add CLK_GET_RATE_NOCACHE flag for the Exynos4x12 ISP clocks

2013-07-25 Thread Sylwester Nawrocki
From: Sylwester Nawrocki The ISP clock registers belong to the ISP power domain and may change their values if this power domain is switched off/on. Add CLK_GET_RATE_NOCACHE flags to ensure we do not rely on invalid cached data when setting or getting frequency of those clocks. Signed-off-by: Sy