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