aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mx3_nand.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch1-879/+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-19/+19
2009-11-13target_t -> struct targetZachary T Welch1-18/+18
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch1-1/+1
2009-11-13mx3_nf_controller_t -> struct mx3_nf_controllerZachary T Welch1-12/+12
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch1-3/+1
2009-11-12nand: rename device to nandZachary T Welch1-80/+80
2009-11-11remove more useless declarationsZachary T Welch1-31/+16
2009-10-10printf format warning fixesDavid Brownell1-2/+2
2009-09-11Alexei Babich <a.babich@rez.ru> cleanupoharboe1-7/+1
2009-09-10Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe1-0/+908