cfi: add time format to cfi query output
[fw/openocd] / src / flash / nand /
2010-11-18 Spencer Oliverbuild: add common.mk
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-21 Øyvind Harboeflash: fix error handling
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-07-19 Spencer Oliverflash: add nuc910 nand driver
2010-07-19 Spencer Olivernand: nand probe also outputs manufacturer
2010-06-21 Antonio Borneonand/mx2: review scope of symbols
2010-06-16 Øyvind Harboearm_io: -Wshadow warning fix
2010-06-16 Øyvind Harboenand: when verify failed, it didn't return an error
2010-06-14 Øyvind Harboe-Wshadow fixes
2010-05-20 gcembednand : Add Freescale iMX27 nand flash controller support
2010-05-18 Jon PoveyNAND/davinci: Fix segfault for hwecc4_infix reads
2010-05-18 Jon PoveyNAND: catch read errors when building BBT
2010-05-16 Jon PoveyChange kb/s to KiB/s in messages about kibibytes
2010-05-14 Jon PoveyNAND: fix first and last handling in nand_build_bbt
2010-05-14 Jon PoveyNAND: fix off-by-one error in erase command argument...
2010-04-10 Antonio BorneoNAND/TCL: review scope of functions
2010-04-10 Antonio BorneoNAND/ARM_IO: review scope of functions
2010-04-10 Antonio BorneoNAND/CORE: review scope of functions
2010-04-10 Antonio BorneoNAND/MX3: review scope of data
2010-03-25 Daniel Bäderchange %x and %d to PRIx32 and PRId32 where needed...
2010-03-16 richard veghlpc3180: LPC3180(LPC3250) SLC driver implemented
2010-01-16 richard veghNAND: lpc3180 crashes on LPC3250
2010-01-14 Peter Korsgaardnand flash support for s3c64xx
2010-01-09 David BrownellNAND: help/usage/doc updates
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-21 David BrownellPackaging fix, NEWS update
2009-12-19 David Brownellcygwin build fixes
2009-12-19 Dean GlazeskiAT91SAM9 NAND flash driver.
2009-12-18 Dean GlazeskiNAND write data page refactoring.
2009-12-18 Dean GlazeskiNAND read data page refactor.
2009-12-12 Zachary T Welchadd missing call to add new NAND devices
2009-12-09 David BrownellComment and doxygen fixes
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
2009-12-05 Zachary T Welchmove remaining nand helper files
2009-12-05 Zachary T Welchsplit nand.c into nand/{core,fileio,tcl}.c
2009-12-05 Zachary T Welchsplit NAND driver handling into nand/driver.[ch]
2009-12-04 Dean GlazeskiARM NAND I/O interface update
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "../hello.h" to "hello.h"
2009-12-03 Zachary T Welchchange #include "s3c24xx_regs.h" to <flash/nand/s3c24xx...
2009-12-03 Zachary T Welchchange #include "nand.h" to <flash/nand.h>
2009-12-03 Zachary T Welchchange #include "arm_nandio.h" to <flash/arm_nandio.h>
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchnormalize headers to make changing easier
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-03 Zachary T Welchmove nand drivers to src/flash/nand/