This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-02-06 02:05:23 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cdb09f67a2
linux_dsm_epyc7002
/
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 19:57:05 +07: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 19:57:06 +07:00
clk-sprd-y
+=
gate.o
Reference in New Issue
Copy Permalink