summaryrefslogtreecommitdiff
path: root/src/flash/nand.c
Commit message (Expand)AuthorAgeFilesLines
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-28/+28
* nand_block_t -> struct nand_blockZachary T Welch2009-11-131-1/+1
* nand_info_t -> struct nand_infoZachary T Welch2009-11-131-1/+1
* nand_manufacturer_t -> struct nand_manufacturerZachary T Welch2009-11-131-1/+1
* nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch2009-11-131-3/+3
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-131-12/+12
* fileio_t -> struct fileioZachary T Welch2009-11-131-2/+2
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-4/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-9/+9
* nand: rename device to nandZachary T Welch2009-11-121-213/+213
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* flash/*nand*.c: remove useless declarationsZachary T Welch2009-11-091-37/+37
* Overhaul time support APIZachary T Welch2009-11-091-15/+17
* Simplify nand indentation.Zachary T Welch2009-11-061-314/+287
* Improve nand.c command argument parsing.Zachary T Welch2009-11-051-72/+53
* Add Flash/NAND bank command argument helpers.Zachary T Welch2009-11-051-0/+13
* Minor fixes to NAND code and docsdbrownell2009-09-171-25/+43
* Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe2009-09-101-0/+2
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-5/+5
* C99 printf() -Werror fixesduane2009-06-211-5/+9
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-32/+32
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-24/+24
* remove unused include file: inttypes.hoharboe2009-06-051-3/+0
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-34/+75
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-0/+2
* Author: David Brownell <david-b@pacbell.net>kc8apf2009-05-221-28/+3
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-5/+5
* David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe2009-05-191-4/+7
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-181-160/+160
* 4-bit ECC support for Marvell Kirkwood SOCoharboe2009-05-121-1/+18
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-11/+3
* Zach Welch <zw@superlucidity.net> add missing initializers in nand.coharboe2009-04-191-1/+1
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-3/+3
* The following patches was applied:mifi2009-04-181-35/+36
* Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line.oharboe2009-04-031-1/+1
* Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe2009-04-021-5/+56
* Nicolas Pitre nico at cam.org This at least should make the "nand info" comma...oharboe2009-04-021-0/+8
* Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc...oharboe2009-04-021-3/+1
* Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe2009-03-011-0/+2
* Nicolas Pitre nico at cam.org support for NAND controllers without explicit ...oharboe2009-03-011-6/+36
* Nicolas Pitre nico at cam.org don't ignore bad options passed to the "nand w...oharboe2009-03-011-2/+4
* Nicolas Pitre nico at cam.org The code unconditionally writes into the oob ar...oharboe2009-03-011-1/+4
* Nicolas Pitre nico at cam.org spellingoharboe2009-03-011-2/+2
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-1/+1