aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.h
AgeCommit message (Expand)Author
2009-11-19add support for naming NAND banksZachary T Welch
2009-11-19rename flash and nand command helpersZachary T Welch
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch
2009-11-13nand_block_t -> struct nand_blockZachary T Welch
2009-11-13nand_info_t -> struct nand_infoZachary T Welch
2009-11-13nand_manufacturer_t -> struct nand_manufacturerZachary T Welch
2009-11-13nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch
2009-11-12nand: rename device to nandZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09src/flash: remove 'extern' and wrap headersZachary T Welch
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch
2009-09-03David Brownelloharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-19David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe
2009-04-02Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe
2009-04-02Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe
2008-02-29Uwe Hermann: oharboe
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath