| Commit message (Expand) | Author | Age | Files | Lines |
* | NAND: lpc3180 crashes on LPC3250 | richard vegh | 2010-01-16 | 1 | -13/+38 |
* | nand flash support for s3c64xx | Peter Korsgaard | 2010-01-14 | 3 | -0/+79 |
* | NAND: help/usage/doc updates | David Brownell | 2010-01-08 | 3 | -48/+50 |
* | MinGW build fixes | Freddie Chopin | 2009-12-28 | 1 | -2/+2 |
* | Packaging fix, NEWS update | David Brownell | 2009-12-21 | 1 | -1/+3 |
* | cygwin build fixes | David Brownell | 2009-12-19 | 1 | -2/+6 |
* | AT91SAM9 NAND flash driver. | Dean Glazeski | 2009-12-19 | 3 | -1/+754 |
* | NAND write data page refactoring. | Dean Glazeski | 2009-12-18 | 2 | -59/+69 |
* | NAND read data page refactor. | Dean Glazeski | 2009-12-18 | 2 | -45/+25 |
* | add missing call to add new NAND devices | Zachary T Welch | 2009-12-11 | 2 | -0/+4 |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 1 | -1/+1 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+3 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 2 | -2/+2 |
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 18 | -16/+268 |
* | move remaining nand helper files | Zachary T Welch | 2009-12-04 | 7 | -2/+606 |
* | split nand.c into nand/{core,fileio,tcl}.c | Zachary T Welch | 2009-12-04 | 6 | -0/+1900 |
* | split NAND driver handling into nand/driver.[ch] | Zachary T Welch | 2009-12-04 | 3 | -0/+190 |
* | ARM NAND I/O interface update | Dean Glazeski | 2009-12-03 | 2 | -0/+2 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -6/+1 |
* | change #include "../hello.h" to "hello.h" | Zachary T Welch | 2009-12-03 | 1 | -0/+2 |
* | change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "nand.h" to <flash/nand.h> | Zachary T Welch | 2009-12-03 | 4 | -4/+4 |
* | change #include "arm_nandio.h" to <flash/arm_nandio.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "armv4_5.h" to <target/armv4_5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | normalize headers to make changing easier | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
* | move nand drivers to src/flash/nand/ | Zachary T Welch | 2009-12-02 | 15 | -0/+3791 |