summaryrefslogtreecommitdiff
path: root/src/flash/nand.h
Commit message (Expand)AuthorAgeFilesLines
* rename nand.h to flash//nand/core.hZachary T Welch2009-12-041-246/+0
* split NAND driver handling into nand/driver.[ch]Zachary T Welch2009-12-041-62/+2
* split NOR and NAND flash headersZachary T Welch2009-12-041-1/+3
* NAND page command refactoring.Dean Glazeski2009-12-031-0/+3
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-031-1/+1
* NAND Flash documentation update.Dean Glazeski2009-11-261-1/+47
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-1/+1
* add support for naming NAND banksZachary T Welch2009-11-191-0/+1
* rename flash and nand command helpersZachary T Welch2009-11-191-1/+1
* allow flash/nand banks commands to accept namesZachary T Welch2009-11-191-0/+9
* nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-24/+24
* nand_block_t -> struct nand_blockZachary T Welch2009-11-131-3/+3
* nand_info_t -> struct nand_infoZachary T Welch2009-11-131-3/+3
* nand_manufacturer_t -> struct nand_manufacturerZachary T Welch2009-11-131-3/+3
* nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch2009-11-131-2/+2
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-131-3/+3
* nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+6
* nand: rename device to nandZachary T Welch2009-11-121-19/+19
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* src/flash: remove 'extern' and wrap headersZachary T Welch2009-11-091-10/+17
* Add Flash/NAND bank command argument helpers.Zachary T Welch2009-11-051-0/+5
* David Brownelloharboe2009-09-031-0/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-6/+6
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-11/+11
* David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe2009-05-191-0/+1
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-181-14/+14
* 4-bit ECC support for Marvell Kirkwood SOCoharboe2009-05-121-0/+2
* Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe2009-04-021-0/+12
* Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe2009-04-021-0/+1
* Uwe Hermann: oharboe2008-02-291-6/+4
* - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath2008-02-191-0/+2
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-0/+4
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+207