Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32: stm32_flash: add memory barrier during flash write | Vikas Manocha | 2016-04-11 | 1 | -0/+4 |
| | | | | | | | | After writing data to flash space, next instruction is checking if flash controller is busy writing to the flash memory. Memory barrier is required here to avoid transaction re-ordering for data write and busy status check. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> | ||||
* | stm32: stm32f4: move flash driver to mtd driver location | Vikas Manocha | 2016-03-26 | 1 | -0/+147 |
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> |