aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32/stm32f1/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32f1: remove stm32f1 supportPatrice Chotard2017-08-131-121/+0
| | | | | | | | | | | | | | | | | A few years ago STM32F1 SoCs support has been added : 0144caf22ce6acd5c gpio: stm32: add stm32f1 support 2d18ef2364fd3561a ARMv7M: add STM32F1 support But neither STM32F1 dedicated defconfig nor board was associated to these commits. Got confirmation from Tom Rini and Matt Porter to remove all this code [1] [1] http://u-boot.10912.n7.nabble.com/Remove-STM32F1-support-td301603.html Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* stm32: move stm32 specific code to mach-stm32Vikas Manocha2016-01-201-0/+121
This patch moves stm32 sources at one place, with this armv7m now contains only generic stuff. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>