summaryrefslogtreecommitdiff
path: root/src/flash/s3c24xx_nand.c
Commit message (Expand)AuthorAgeFilesLines
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-133/+0
* fix s3c24xx device command helperlementec fabien2009-11-281-1/+4
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-5/+0
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-6/+6
* target_t -> struct targetZachary T Welch2009-11-131-5/+5
* s3c24xx_nand_controller_t -> struct s3c24xx_nand_controllerZachary T Welch2009-11-131-7/+7
* s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch2009-11-131-7/+4
* nand: rename device to nandZachary T Welch2009-11-121-13/+13
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-2/+2
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-3/+3
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-181-8/+8
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-7/+7
* Uwe Hermann: oharboe2008-02-291-9/+21
* - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath2008-02-191-0/+133