Files
u-boot/drivers/spi
Naresh Kumar Ravulapalli c0ed43c2a9 drivers: spi: Fix data loss issue in QSPI
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.

Signed-off-by: Naresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
2025-04-29 15:28:54 -06:00
..
2024-10-11 11:44:47 -06:00
2024-01-29 22:35:02 -05:00