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
2024-12-15 12:56:41 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a351a1b03b
linux_dsm_epyc7002
/
drivers
/
clk
/
st
/
Makefile
2 lines
63 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: st: STiH407: Support for Flexgen Clocks This patch is the Flexgen implementation reusing as much as possible of Common Clock Framework functions. The idea is to have an instance of "struct flexgen" per output clock. It represents the clock cross bar (by a mux element), and the pre and final dividers (using dividers and gates elements). Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Olivier Bideau <olivier.bideau@st.com> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> Acked-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
2014-07-15 22:20:22 +07:00
obj-y
+=
clkgen-mux.o clkgen-pll.o clkgen-fsyn.o clk-flexgen.o
Reference in New Issue
Copy Permalink