summaryrefslogtreecommitdiff
path: root/src/flash/nand.c
Commit message (Expand)AuthorAgeFilesLines
* split nand.c into nand/{core,fileio,tcl}.cZachary T Welch2009-12-041-1766/+0
* split NAND driver handling into nand/driver.[ch]Zachary T Welch2009-12-041-42/+13
* NAND page command refactoring.Dean Glazeski2009-12-031-59/+32
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-031-1/+1
* nand: factor init to 'nand init'Zachary T Welch2009-12-021-0/+26
* add 'nonce' nand driverZachary T Welch2009-11-281-0/+2
* fix 'nand info' commandZachary T Welch2009-11-271-5/+5
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-5/+6
* nand: use register_commands()Zachary T Welch2009-11-241-47/+98
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-12/+12
* NAND verify doesn't advance.Dean Glazeski2009-11-191-1/+1
* add support for naming NAND banksZachary T Welch2009-11-191-3/+10
* refactor handle_nand_device_commandZachary T Welch2009-11-191-62/+62
* rename flash and nand command helpersZachary T Welch2009-11-191-7/+7
* allow flash/nand banks commands to accept namesZachary T Welch2009-11-191-1/+23
* nand_fileio_parse_args parses wrong param for sizeDean Glazeski2009-11-191-1/+1
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-8/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-33/+33
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-28/+28
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-12/+12
* fileio: improve API typesZachary T Welch2009-11-161-3/+3
* struct fileio: improve member typesZachary T Welch2009-11-161-1/+1
* nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-8/+9
* Add 'nand verify' commandZachary T Welch2009-11-161-0/+65
* Use nand_fileio_* in write/dump commands.Zachary T Welch2009-11-161-248/+46
* Add nand_fileio_* helper APIs.Zachary T Welch2009-11-161-0/+216
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-28/+28
* nand_block_t -> struct nand_blockZachary T Welch2009-11-131-1/+1
* nand_info_t -> struct nand_infoZachary T Welch2009-11-131-1/+1
* nand_manufacturer_t -> struct nand_manufacturerZachary T Welch2009-11-131-1/+1
* nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch2009-11-131-3/+3
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-131-12/+12
* fileio_t -> struct fileioZachary T Welch2009-11-131-2/+2
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-4/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-9/+9
* nand: rename device to nandZachary T Welch2009-11-121-213/+213
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* flash/*nand*.c: remove useless declarationsZachary T Welch2009-11-091-37/+37
* Overhaul time support APIZachary T Welch2009-11-091-15/+17
* Simplify nand indentation.Zachary T Welch2009-11-061-314/+287
* Improve nand.c command argument parsing.Zachary T Welch2009-11-051-72/+53
* Add Flash/NAND bank command argument helpers.Zachary T Welch2009-11-051-0/+13
* Minor fixes to NAND code and docsdbrownell2009-09-171-25/+43
* Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe2009-09-101-0/+2
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2