commit | 288f17e6481d556cd9eff62ca64b4d4c5863fd9e | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 09:29:05 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:26:53 2017 -0400 |
tree | fa394aa5bb912e9cf9320a3e6135a913dc5cfb9c | |
parent | 199a2178fe8d7bde8cb176a70a1304ba58670648 [diff] |
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>