From: Sylwester Nawrocki Date: Tue, 23 Apr 2013 11:34:37 +0000 (+0200) Subject: drm/exynos: rework fimc clocks handling X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f8683923af2fd2bb0c5a7c0a66597cc6b50ef3;p=pandora-kernel.git drm/exynos: rework fimc clocks handling The clocks handling is refactored and a "mux" clock handling is added to account for changes in the clocks driver. After switching to the common clock framework the sclk_fimc clock is now split into two clocks: a gate and a mux clock. In order to retain the exisiting functionality two additional consumer clocks are passed to the driver from device tree: "mux" and "parent". Then the driver sets "parent" clock as a parent clock of the "mux" clock. These two additional clocks are optional, and should go away when there is a standard way of setting up parent clocks on DT platforms. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed