aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.c
AgeCommit message (Expand)Author
2009-11-24remove nand_controller->register_callbacksZachary T Welch
2009-11-24nand: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-19NAND verify doesn't advance.Dean Glazeski
2009-11-19add support for naming NAND banksZachary T Welch
2009-11-19refactor handle_nand_device_commandZachary T Welch
2009-11-19rename flash and nand command helpersZachary T Welch
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch
2009-11-19nand_fileio_parse_args parses wrong param for sizeDean Glazeski
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16struct fileio: improve member typesZachary T Welch
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch
2009-11-16Add 'nand verify' commandZachary T Welch
2009-11-16Use nand_fileio_* in write/dump commands.Zachary T Welch
2009-11-16Add nand_fileio_* helper APIs.Zachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch
2009-11-13nand_block_t -> struct nand_blockZachary T Welch
2009-11-13nand_info_t -> struct nand_infoZachary T Welch
2009-11-13nand_manufacturer_t -> struct nand_manufacturerZachary T Welch
2009-11-13nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-12nand: rename device to nandZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09flash/*nand*.c: remove useless declarationsZachary T Welch
2009-11-09Overhaul time support APIZachary T Welch
2009-11-06Simplify nand indentation.Zachary T Welch
2009-11-05Improve nand.c command argument parsing.Zachary T Welch
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch
2009-09-17Minor fixes to NAND code and docsdbrownell
2009-09-10Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-05remove unused include file: inttypes.hoharboe
2009-05-24David Brownell <david-b@pacbell.net>:zwelch