aboutsummaryrefslogtreecommitdiff
path: root/src/flash/orion_nand.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch1-180/+0
2009-11-24remove nand_controller->register_callbacksZachary T Welch1-6/+0
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-3/+3
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch1-9/+9
2009-11-13target_t -> struct targetZachary T Welch1-5/+5
2009-11-13orion_nand_controller_t -> struct orion_nand_controllerZachary T Welch1-8/+8
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch1-1/+1
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch1-3/+1
2009-11-12nand: rename device to nandZachary T Welch1-20/+20
2009-11-05Improve orion_nand.c command argument parsing.Zachary T Welch1-1/+1
2009-09-03David Brownelloharboe1-72/+11
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-6/+6
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-6/+6
2009-05-31Add target_bulk_write_memory wrapper:zwelch1-2/+1
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-2/+2
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-7/+1
2009-04-18The following patches was applied:mifi1-10/+10
2009-03-02- add missing svn props from previous commitntfreak1-256/+256
2009-03-01Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe1-0/+256