]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sprd: add gate clock support
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>
Thu, 7 Dec 2017 12:57:06 +0000 (20:57 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 21 Dec 2017 23:00:51 +0000 (15:00 -0800)
commit4c5d3c84943d61a3f5efb600a88bb7b263e9a3f0
tree2d99315e7b4547a04890c55b00aded1f064fa284
parent33d569922d53c29747caee6445ebffd07ec31f3a
clk: sprd: add gate clock support

Some clocks on the Spreadtrum's SoCs are just simple gates. Add
support for those 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/gate.c [new file with mode: 0644]
drivers/clk/sprd/gate.h [new file with mode: 0644]