]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33d569922d53c29747caee6445ebffd07ec31f3a
treee0f552c57e2c789e2579c905f67e26827e236e2c
parent46caaea80823f698ca84cd180634cda78b970a07
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]