Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 1 | -1/+1 |
| | | | | Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | split NAND driver handling into nand/driver.[ch] | Zachary T Welch | 2009-12-04 | 1 | -0/+106 |
This work parallels the NOR directory, encapsulating the NAND drivers into a separate file. This takes an extra step by encapsulating the type of data structure used to manage the drivers, allowing it to be changed from an array to a dynamic list in the future. |