History log of /rk3399_rockchip-uboot/arch/arm/mach-stm32/stm32f7/timer.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 081de09d 22-Jan-2017 Michael Kurz <michi.kurz@gmail.com>

ARM: stm32: use clock setup function defined in clock.c

Use the clock setup function defined in clock.c instead of setting the
clock bits directly in the drivers.
Remove register definitions of RCC

ARM: stm32: use clock setup function defined in clock.c

Use the clock setup function defined in clock.c instead of setting the
clock bits directly in the drivers.
Remove register definitions of RCC in rcc.h as these are already
defined in the struct in stm32.h

Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>

show more ...


# e66c49fa 11-Feb-2016 Vikas Manocha <vikas.manocha@st.com>

stm32: add support for stm32f7 & stm32f746 discovery board

This patch adds support for stm32f7 family & stm32f746 board.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>