summaryrefslogtreecommitdiff
path: root/src/flash/orion_nand.c
Commit message (Expand)AuthorAgeFilesLines
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-180/+0
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-6/+0
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-9/+9
* target_t -> struct targetZachary T Welch2009-11-131-5/+5
* orion_nand_controller_t -> struct orion_nand_controllerZachary T Welch2009-11-131-8/+8
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-131-1/+1
* nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch2009-11-131-3/+1
* nand: rename device to nandZachary T Welch2009-11-121-20/+20
* Improve orion_nand.c command argument parsing.Zachary T Welch2009-11-051-1/+1
* David Brownelloharboe2009-09-031-72/+11
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-1/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-6/+6
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-6/+6
* Add target_bulk_write_memory wrapper:zwelch2009-05-311-2/+1
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-7/+1
* The following patches was applied:mifi2009-04-181-10/+10
* - add missing svn props from previous commitntfreak2009-03-021-256/+256
* Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe2009-03-011-0/+256