]> git.ipfire.org Git - people/ms/u-boot.git/commit
clk: stm32f7: remove clock_get()
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 07:29:10 +0000 (09:29 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 15:28:08 +0000 (11:28 -0400)
commit81d0128d2bec6aaa69d7f41c96a5a659075f79f7
tree31c0139aeed5ca07f0c3a2b5f018bc846953bfb9
parent541cd6e54eb80159d9212e2dda8fdea8c246eea7
clk: stm32f7: remove clock_get()

All drivers which was using clock_get() are now using
clk_get_rate() from clock framework, now it's safe to
remove clock_get().

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
arch/arm/include/asm/arch-stm32f7/stm32.h
drivers/clk/clk_stm32f7.c