]> git.baikalelectronics.ru Git - uboot.git/commit
clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.c
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 15 Nov 2017 12:14:48 +0000 (13:14 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 30 Nov 2017 03:30:50 +0000 (22:30 -0500)
commite9d4ccb2490cf2b5a3ba0edcf00dc05ab72b0f11
tree73e2d89f6c7650a3ebee40e9bcf82df767eaf2ce
parent142881b6c7ed2426200ce681d2b1e68d969b4576
clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.c

Now that clk_stm32f7.c manages clocks for both STM32F4 and F7 SoCs
rename it to a more generic clk_stm32f.c

Fix also some checkpatch errors/warnings.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk_stm32f.c [new file with mode: 0644]
drivers/clk/clk_stm32f7.c [deleted file]