summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-stm32f4/stm32_periph.h
Commit message (Collapse)AuthorAgeLines
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-24-0/+11
| | | | | | | 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-08-0/+27
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>