This patch adds support for composite clocks for samsung SoCs. Many drivers need access to a common clock which support gating and/or muxing and/or rate control operations. For example hdmi which needs to switch between parents and call enable/disable for "sclk_hdmi". This patch set also adds composite clock for exyno5250 hdmi. Based on the review comment, I will extended this to other exynos SoCs clocks files. This patch series is based on for-next branch of tree: git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git Rahul Sharma (2): clk: samsung: add support for composite clocks clk: samsung: add exynos5250 composite clock for hdmi drivers/clk/samsung/clk-exynos5250.c | 20 ++++- drivers/clk/samsung/clk.c | 149 ++++++++++++++++++++++++++++++++++ drivers/clk/samsung/clk.h | 49 +++++++++++ 3 files changed, 215 insertions(+), 3 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html