Vikas Manocha
e66c49fa93
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>
2016-02-24 18:43:57 -05:00
Vikas Manocha
09959ba3c5
gpio: stm32_gpio: move base addresses to the soc file
...
Base addresses for GPIOs could be different for different socs, this
patch moves the base addresses from driver to the soc specific location.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
2016-02-24 18:42:50 -05:00
Vikas Manocha
14cec06113
gpio: stm32_gpio: move clock config from driver to board
...
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>
2016-02-24 18:42:49 -05:00
Kamil Lulko
5be9356926
Change e-mail address of Kamil Lulko
...
Signed-off-by: Kamil Lulko <kamil.lulko@gmail.com>
2015-12-05 18:22:32 -05:00
Matt Porter
0144caf22c
gpio: stm32: add stm32f1 support
...
Add support for the STM32F1 family to the STM32 gpio driver.
Signed-off-by: Matt Porter <mporter@konsulko.com>
2015-05-28 08:18:24 -04:00
Axel Lin
895b5d65c7
gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places
...
Use clrsetbits_le32() to replace clrbits_le32() + setbits_le32().
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2015-05-08 17:24:17 -04:00
rev13@wp.pl
eaaa4f7e0e
ARMv7M: Add STM32F4 support
...
Signed-off-by: Kamil Lulko <rev13@wp.pl>
Reviewed-by: Tom Rini <trini@konsulko.com>
2015-04-22 12:14:55 -04:00