summaryrefslogtreecommitdiff
path: root/src/flash/s3c2443_nand.c
Commit message (Expand)AuthorAgeFilesLines
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-80/+0
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-1/+0
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* s3c24xx_nand_controller_t -> struct s3c24xx_nand_controllerZachary T Welch2009-11-131-2/+2
* 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
* s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch2009-11-131-5/+1
* nand: rename device to nandZachary T Welch2009-11-121-4/+4
* flash/*nand*.c: remove useless declarationsZachary T Welch2009-11-091-22/+18
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+1
* The following patches was applied:mifi2009-04-181-5/+4
* Uwe Hermann: oharboe2008-02-291-10/+21
* - fix line-endingsdrath2008-02-281-88/+88
* Uwe Hermann fixed some warnings.oharboe2008-02-281-89/+88
* - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath2008-02-191-0/+89