aboutsummaryrefslogtreecommitdiff
path: root/src/flash/s3c24xx_nand.c
AgeCommit message (Expand)Author
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13s3c24xx_nand_controller_t -> struct s3c24xx_nand_controllerZachary T Welch
2009-11-13s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch
2009-11-12nand: rename device to nandZachary T Welch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-29Uwe Hermann: oharboe
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath