]> git.baikalelectronics.ru Git - uboot.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)
commit7ed2007ff0d099c781cfd6681e714014c0a21148
treefa394aa5bb912e9cf9320a3e6135a913dc5cfb9c
parent2e6fc74b311b27add143455d13f84064f63cbcdf
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