On Fri, 07 Mar 2025 01:38:26 -0800, Naresh Kumar Ravulapalli wrote: > QSPI driver performs chip select operation before every read/write > access. During this operation, driver needs to enable and disable > the QSPI controller. This may cause data loss if there is inadvertent > halting of any ongoing read/write operation. To avoid this scenario, > waiting for the QSPI status to be idle before next read/write > operation is implemented. > > [...]
Applied to u-boot/master, thanks! [1/1] drivers: spi: Fix data loss issue in QSPI commit: c0ed43c2a934dadc4066e3a1e62e4db43b2fbc20 -- Tom