clk: sprd: add composite clock support
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>
Thu, 7 Dec 2017 12:57:09 +0000 (20:57 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 21 Dec 2017 23:00:52 +0000 (15:00 -0800)
commit4fcba55cc621795caee6ba3503dbe70d10e268b2
tree2247517c443cd2372d2f77843ecd4e1f3096a8ed
parente3f05d3b18e6cfbddaed687b4a57c280015acc1f
clk: sprd: add composite clock support

This patch introduced composite driver for Spreadtrum's SoCs. The
functions of this composite clock simply consist of divider and
mux clocks.

Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sprd/Makefile
drivers/clk/sprd/composite.c [new file with mode: 0644]
drivers/clk/sprd/composite.h [new file with mode: 0644]