OSDN Git Service

clk: sprd: Add common infrastructure
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>
Thu, 7 Dec 2017 12:57:05 +0000 (20:57 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 21 Dec 2017 23:00:51 +0000 (15:00 -0800)
commitd41f59fd92f2ef73026f55cd356a4ca253f4716a
treee0f552c57e2c789e2579c905f67e26827e236e2c
parent1ded879e12310b1f8f81b1f84e293933a3b69f14
clk: sprd: Add common infrastructure

Added Spreadtrum's clock driver framework together with common
structures and interface functions.

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