-
- Downloads
stm32: stm32f4: move flash driver to mtd driver location
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>
Showing
- arch/arm/include/asm/arch-stm32f4/stm32.h 9 additions, 22 deletionsarch/arm/include/asm/arch-stm32f4/stm32.h
- arch/arm/mach-stm32/stm32f4/Makefile 1 addition, 1 deletionarch/arm/mach-stm32/stm32f4/Makefile
- arch/arm/mach-stm32/stm32f4/clock.c 1 addition, 9 deletionsarch/arm/mach-stm32/stm32f4/clock.c
- drivers/mtd/Makefile 1 addition, 0 deletionsdrivers/mtd/Makefile
- drivers/mtd/stm32_flash.c 18 additions, 17 deletionsdrivers/mtd/stm32_flash.c
- drivers/mtd/stm32_flash.h 27 additions, 0 deletionsdrivers/mtd/stm32_flash.h
- include/configs/stm32f429-discovery.h 1 addition, 0 deletionsinclude/configs/stm32f429-discovery.h
- include/flash.h 1 addition, 1 deletioninclude/flash.h
drivers/mtd/stm32_flash.h
0 → 100644
Please register or sign in to comment