This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
linux_old1
Watch
1
Star
0
Fork
You've already forked linux_old1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cdb09f67a2
linux_old1
/
drivers
/
clk
/
sprd
/
Makefile
5 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2017-12-07 20:57:05 +08:00
obj-$(CONFIG_SPRD_COMMON_CLK)
+=
clk-sprd.o
clk-sprd-y
+=
common.o
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>
2017-12-07 20:57:06 +08:00
clk-sprd-y
+=
gate.o