tree: 139cf1e51b7feb29648dfd9b68dd40fa652f1403 [path history] [tgz]
  1. meta/
  2. tests/
  3. bind-tests.json
  4. BUILD.gn
  5. nand-info.json
  6. nand.bind
  7. nand.cc
  8. nand.h
  9. read_cache.cc
  10. read_cache.h
  11. README.md
src/devices/nand/drivers/nand/README.md

The NAND driver is a simple layer on top of a device-specific rawnand driver. It adds an asynchronous interface with retry logic and will split large requests into the smaller per-page requests required by the rawnand driver.