| Commit message (Expand) | Author | Age | Files | Lines |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -12/+12 |
* | NAND verify doesn't advance. | Dean Glazeski | 2009-11-19 | 1 | -1/+1 |
* | add support for naming NAND banks | Zachary T Welch | 2009-11-19 | 1 | -3/+10 |
* | refactor handle_nand_device_command | Zachary T Welch | 2009-11-19 | 1 | -62/+62 |
* | rename flash and nand command helpers | Zachary T Welch | 2009-11-19 | 1 | -7/+7 |
* | allow flash/nand banks commands to accept names | Zachary T Welch | 2009-11-19 | 1 | -1/+23 |
* | nand_fileio_parse_args parses wrong param for size | Dean Glazeski | 2009-11-19 | 1 | -1/+1 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -8/+1 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -33/+33 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -28/+28 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -12/+12 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -3/+3 |
* | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | nand_command_get_device_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 1 | -8/+9 |
* | Add 'nand verify' command | Zachary T Welch | 2009-11-16 | 1 | -0/+65 |
* | Use nand_fileio_* in write/dump commands. | Zachary T Welch | 2009-11-16 | 1 | -248/+46 |
* | Add nand_fileio_* helper APIs. | Zachary T Welch | 2009-11-16 | 1 | -0/+216 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | nand_device_t -> struct nand_device | Zachary T Welch | 2009-11-13 | 1 | -28/+28 |
* | nand_block_t -> struct nand_block | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | nand_info_t -> struct nand_info | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | nand_manufacturer_t -> struct nand_manufacturer | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | nand_ecclayout_t -> struct nand_ecclayout | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | nand_flash_controller_t -> struct nand_flash_controller | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 1 | -4/+2 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | nand: rename device to nand | Zachary T Welch | 2009-11-12 | 1 | -213/+213 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 1 | -1/+1 |
* | flash/*nand*.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -37/+37 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -15/+17 |
* | Simplify nand indentation. | Zachary T Welch | 2009-11-06 | 1 | -314/+287 |
* | Improve nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -72/+53 |
* | Add Flash/NAND bank command argument helpers. | Zachary T Welch | 2009-11-05 | 1 | -0/+13 |
* | Minor fixes to NAND code and docs | dbrownell | 2009-09-17 | 1 | -25/+43 |
* | Alexei Babich <a.babich@rez.ru> imx31 nand flash controller support | oharboe | 2009-09-10 | 1 | -0/+2 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -5/+5 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -5/+9 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -32/+32 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -24/+24 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -3/+0 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -34/+75 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -0/+2 |
* | Author: David Brownell <david-b@pacbell.net> | kc8apf | 2009-05-22 | 1 | -28/+3 |