[RFC 0/2] clk: samsung: add composite clocks
Rahul Sharma
rahul.sharma at samsung.com
Tue May 21 00:17:06 EST 2013
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
More information about the devicetree-discuss
mailing list