aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13nand_block_t -> struct nand_blockZachary T Welch1-1/+1
2009-11-13nand_info_t -> struct nand_infoZachary T Welch1-1/+1
2009-11-13nand_manufacturer_t -> struct nand_manufacturerZachary T Welch1-1/+1
2009-11-13nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch1-3/+3
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch1-12/+12
2009-11-13fileio_t -> struct fileioZachary T Welch1-2/+2
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-4/+2
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-9/+9
2009-11-12nand: rename device to nandZachary T Welch1-213/+213
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09flash/*nand*.c: remove useless declarationsZachary T Welch1-37/+37
2009-11-09Overhaul time support APIZachary T Welch1-15/+17
2009-11-06Simplify nand indentation.Zachary T Welch1-314/+287
2009-11-05Improve nand.c command argument parsing.Zachary T Welch1-72/+53
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch1-0/+13
2009-09-17Minor fixes to NAND code and docsdbrownell1-25/+43
2009-09-10Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe1-0/+2
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-3/+3
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23- Fixes '[|]' whitespacezwelch1-2/+2
2009-06-23- Fixes '+' whitespacezwelch1-5/+5
2009-06-21C99 printf() -Werror fixesduane1-5/+9
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-32/+32
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-24/+24
2009-06-05remove unused include file: inttypes.hoharboe1-3/+0
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-34/+75
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-0/+2
2009-05-22Author: David Brownell <david-b@pacbell.net>kc8apf1-28/+3
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-5/+5
2009-05-19David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe1-4/+7
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf1-160/+160
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe1-1/+18
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-11/+3
2009-04-19Zach Welch <zw@superlucidity.net> add missing initializers in nand.coharboe1-1/+1
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-3/+3
2009-04-18The following patches was applied:mifi1-35/+36
2009-04-03Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line.oharboe1-1/+1
2009-04-02Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe1-5/+56
2009-04-02Nicolas Pitre nico at cam.org This at least should make the "nand info" comma...oharboe1-0/+8
2009-04-02Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc...oharboe1-3/+1
2009-03-01Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe1-0/+2
2009-03-01Nicolas Pitre nico at cam.org support for NAND controllers without explicit ...oharboe1-6/+36
2009-03-01Nicolas Pitre nico at cam.org don't ignore bad options passed to the "nand w...oharboe1-2/+4
2009-03-01Nicolas Pitre nico at cam.org The code unconditionally writes into the oob ar...oharboe1-1/+4
2009-03-01Nicolas Pitre nico at cam.org spellingoharboe1-2/+2
2008-12-28Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-2/+2