Page MenuHomeFreeBSD

mx25l: Only check once if the device is ready
AbandonedPublic

Authored by manu on May 16 2018, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 1 2024, 6:53 AM
Unknown Object (File)
Dec 25 2023, 1:06 AM
Unknown Object (File)
Sep 10 2023, 10:24 AM
Unknown Object (File)
May 25 2023, 10:46 AM
Subscribers
None

Details

Reviewers
imp
ian
Summary

We only call mx25l_erase_cmd from mx25l_write and we already test if the flash
is ready before setting it writable.
Same thing for the call after the transfer, we already wait before it.
While here disable the write operation at the end, it seems that some flash
(mx25l1606e for example) do not auto reset it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped