summaryrefslogtreecommitdiff
path: root/src/flash/davinci_nand.c
Commit message (Expand)AuthorAgeFilesLines
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-756/+0
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-6/+0
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-11/+11
* 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-19/+19
* target_t -> struct targetZachary T Welch2009-11-131-16/+16
* 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
* change argv to args in command handlersZachary T Welch2009-11-111-12/+12
* Improve davinci_nand.c command argument parsing.Zachary T Welch2009-11-051-5/+4
* David Brownelloharboe2009-09-031-2/+21
* David Brownell <david-b@pacbell.net> Minor code bugfix: check right variable.oharboe2009-08-301-1/+1
* Piotr Ziecik <kosmo@semihalf.com> Due to errors in chipselect management in d...oharboe2009-08-181-3/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-07-021-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-39/+39
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-26/+26
* David Brownell <david-b@pacbell.net>: minor davinci_nand bugfixzwelch2009-05-241-2/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-0/+744