-
- Downloads
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>
Showing
- arch/arm/include/asm/arch-stm32f4/stm32_periph.h 11 additions, 0 deletionsarch/arm/include/asm/arch-stm32f4/stm32_periph.h
- arch/arm/mach-stm32/stm32f4/clock.c 48 additions, 0 deletionsarch/arm/mach-stm32/stm32f4/clock.c
- board/st/stm32f429-discovery/stm32f429-discovery.c 8 additions, 0 deletionsboard/st/stm32f429-discovery/stm32f429-discovery.c
- drivers/gpio/stm32_gpio.c 0 additions, 5 deletionsdrivers/gpio/stm32_gpio.c
Loading
Please register or sign in to comment