summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32
Commit message (Collapse)AuthorAgeFilesLines
* stm32: stm32f4: move flash driver to mtd driver locationVikas Manocha2016-03-263-156/+2
| | | | | | | Same flash driver can be used by other stm32 families like stm32f7. Better place for this driver would be mtd driver location. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
* stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha2016-02-246-0/+189
| | | | | | This patch adds support for stm32f7 family & stm32f746 board. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-241-0/+48
| | | | | | | This patch removes the gpio clock enable from gpio driver & move it in the board code, making it possible to use the gpio driver with other socs. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
* serial: serial_stm32: move clock config from driver to boardVikas Manocha2016-02-081-0/+20
| | | | | | | | This patch removes the uart clock enable from serial driver & move it in the board code. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* stm32: move stm32 specific code to mach-stm32Vikas Manocha2016-01-2014-0/+1114
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>
OpenPOWER on IntegriCloud