aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-246/+0
2009-12-04split NAND driver handling into nand/driver.[ch]Zachary T Welch1-62/+2
2009-12-04split NOR and NAND flash headersZachary T Welch1-1/+3
2009-12-03NAND page command refactoring.Dean Glazeski1-0/+3
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-11-26NAND Flash documentation update.Dean Glazeski1-1/+47
2009-11-24remove nand_controller->register_callbacksZachary T Welch1-1/+1
2009-11-19add support for naming NAND banksZachary T Welch1-0/+1
2009-11-19rename flash and nand command helpersZachary T Welch1-1/+1
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch1-0/+9
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch1-24/+24
2009-11-13nand_block_t -> struct nand_blockZachary T Welch1-3/+3
2009-11-13nand_info_t -> struct nand_infoZachary T Welch1-3/+3
2009-11-13nand_manufacturer_t -> struct nand_manufacturerZachary T Welch1-3/+3
2009-11-13nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch1-2/+2
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch1-3/+3
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch1-1/+6
2009-11-12nand: rename device to nandZachary T Welch1-19/+19
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09src/flash: remove 'extern' and wrap headersZachary T Welch1-10/+17
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch1-0/+5
2009-09-03David Brownelloharboe1-0/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-6/+6
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-11/+11
2009-05-19David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe1-0/+1
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf1-14/+14
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe1-0/+2
2009-04-02Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe1-0/+12
2009-04-02Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe1-0/+1
2008-02-29Uwe Hermann: oharboe1-6/+4
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath1-0/+2
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-0/+4
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-0/+207