2536f18b | 09-Feb-2018 |
Patrice Chotard <patrice.chotard@st.com> |
arch-stm32: Factorize stm32.h for STM32F4 and F7
For STM32F4 and F7 SoCx family, a specific stm32.h file exists. Some common defines are duplicated or even unused in each of these stm32.h.
Factoriz
arch-stm32: Factorize stm32.h for STM32F4 and F7
For STM32F4 and F7 SoCx family, a specific stm32.h file exists. Some common defines are duplicated or even unused in each of these stm32.h.
Factorize all common definition in arch/arm/include/asm/stm32f.h and keep specific definitions in each arch/arm/include/asm/arch-stm32fx/stm32.h.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
show more ...
|
f36bcf23 | 09-Feb-2018 |
Patrice Chotard <patrice.chotard@st.com> |
arch-stm32: Move gpio.h for STM32 SoCs in include/asm/
Instead to have 3 identical gpio.h for all STM32 SoCs, migrate them in one file in include/asm.
Signed-off-by: Patrice Chotard <patrice.chotar
arch-stm32: Move gpio.h for STM32 SoCs in include/asm/
Instead to have 3 identical gpio.h for all STM32 SoCs, migrate them in one file in include/asm.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
show more ...
|
bb43fe6e | 09-Feb-2018 |
Patrice Chotard <patrice.chotard@st.com> |
arch-stm32f4: Remove fmc.h file
fmc.h file is no more used, remove it. All FMC related defines are declared in drivers/ram/stm32_sdram.c which is common to all STM32 SoCs.
Signed-off-by: Patrice Ch
arch-stm32f4: Remove fmc.h file
fmc.h file is no more used, remove it. All FMC related defines are declared in drivers/ram/stm32_sdram.c which is common to all STM32 SoCs.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
show more ...
|
09959ba3 | 11-Feb-2016 |
Vikas Manocha <vikas.manocha@st.com> |
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.
S
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>
show more ...
|