tree: 2c590e8f3cc4e34bd4736c03478efa7a7aa9994e [path history] [tgz]
  1. tests/
  2. bind-tests.json
  3. BUILD.gn
  4. nand-info.json
  5. nand.bind
  6. nand.cc
  7. nand.h
  8. read_cache.cc
  9. read_cache.h
  10. 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.