| Commit message (Expand) | Author | Age | Files | Lines |
* | nand_command_get_device_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 1 | -8/+9 |
* | Add 'nand verify' command | Zachary T Welch | 2009-11-16 | 1 | -0/+65 |
* | Use nand_fileio_* in write/dump commands. | Zachary T Welch | 2009-11-16 | 1 | -248/+46 |
* | Add nand_fileio_* helper APIs. | Zachary T Welch | 2009-11-16 | 1 | -0/+216 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | nand_device_t -> struct nand_device | Zachary T Welch | 2009-11-13 | 1 | -28/+28 |
* | nand_block_t -> struct nand_block | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | nand_info_t -> struct nand_info | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | nand_manufacturer_t -> struct nand_manufacturer | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | nand_ecclayout_t -> struct nand_ecclayout | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | nand_flash_controller_t -> struct nand_flash_controller | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 1 | -4/+2 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | nand: rename device to nand | Zachary T Welch | 2009-11-12 | 1 | -213/+213 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 1 | -1/+1 |
* | flash/*nand*.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -37/+37 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -15/+17 |
* | Simplify nand indentation. | Zachary T Welch | 2009-11-06 | 1 | -314/+287 |
* | Improve nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -72/+53 |
* | Add Flash/NAND bank command argument helpers. | Zachary T Welch | 2009-11-05 | 1 | -0/+13 |
* | Minor fixes to NAND code and docs | dbrownell | 2009-09-17 | 1 | -25/+43 |
* | Alexei Babich <a.babich@rez.ru> imx31 nand flash controller support | oharboe | 2009-09-10 | 1 | -0/+2 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -5/+5 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -5/+9 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -32/+32 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -24/+24 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -3/+0 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -34/+75 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -0/+2 |
* | Author: David Brownell <david-b@pacbell.net> | kc8apf | 2009-05-22 | 1 | -28/+3 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -5/+5 |
* | David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix | oharboe | 2009-05-19 | 1 | -4/+7 |
* | Whitespace cleanup from David Brownell <david-b@pacbell.net> | kc8apf | 2009-05-18 | 1 | -160/+160 |
* | 4-bit ECC support for Marvell Kirkwood SOC | oharboe | 2009-05-12 | 1 | -1/+18 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -11/+3 |
* | Zach Welch <zw@superlucidity.net> add missing initializers in nand.c | oharboe | 2009-04-19 | 1 | -1/+1 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -3/+3 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -35/+36 |
* | Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line. | oharboe | 2009-04-03 | 1 | -1/+1 |
* | Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ... | oharboe | 2009-04-02 | 1 | -5/+56 |
* | Nicolas Pitre nico at cam.org This at least should make the "nand info" comma... | oharboe | 2009-04-02 | 1 | -0/+8 |
* | Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc... | oharboe | 2009-04-02 | 1 | -3/+1 |
* | Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ... | oharboe | 2009-03-01 | 1 | -0/+2 |