]> git.ipfire.org Git - people/ms/u-boot.git/commit
clk: stm32f7: add clock .get_rate() callback
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 07:29:05 +0000 (09:29 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 15:26:53 +0000 (11:26 -0400)
commit288f17e6481d556cd9eff62ca64b4d4c5863fd9e
treefa394aa5bb912e9cf9320a3e6135a913dc5cfb9c
parent199a2178fe8d7bde8cb176a70a1304ba58670648
clk: stm32f7: add clock .get_rate() callback

Add clock framework .get_rate callback.
This step will allow to convert all drivers which was using
proprietary clock_get() to use clock framework .get_rate().

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