Re: [U-Boot] [PATCH] QSPI flash driver compatibility fixes for mx6ull

2019-01-28 Thread Stefano Babic
Hi Neil, this patch landed in my queue and I am taking a look at it: On 09/10/18 12:43, Neil Stainton wrote: > Avoid "SF: Timeout!" messages and generally speed up QSPI flash > operations on mx6ull EVK by adding a QSPI sequence for reading > "flag status register" as required for some (ST/Micron)

[U-Boot] [PATCH] QSPI flash driver compatibility fixes for mx6ull

2018-10-09 Thread Neil Stainton
Avoid "SF: Timeout!" messages and generally speed up QSPI flash operations on mx6ull EVK by adding a QSPI sequence for reading "flag status register" as required for some (ST/Micron) NOR flash devices by the DM spi-flash driver. Enable QSPI clock in EVK specific board_init function, as per other