On Wed, 26 Mar 2025 13:24:07 +0100, Caleb Connolly wrote: > SCSI devices like UFS may maintain their own cache to speed up writes, > however this is lost on board reset (and may be lost on device removal > or reset by OS drivers). > > Currently this can be worked around by "waiting for a while" after > writing data to disk, but of course this is not an acceptable solution. > > [...]
Applied to u-boot/master, thanks! [1/3] scsi: fix typo in setup_read_ext() commit: 0cd3c1e7d0201cf9e4dbcac1e0179604f4461062 [2/3] scsi: sync cache on write commit: ffe4e6ab42d2534302be825e49a2d085acf80f30 [3/3] ata: ahci: implement SCSI_SYNC_CACHE commit: 77c13f30b67c1a30b33b4dd4820c5a2528c3a3bb -- Tom