aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/lpc3180.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-3/+3
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2019-09-08src/flash/nand: Fix some operator precedence bugs.Seth LaForge1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24build: fix memory leaksSpencer Oliver1-4/+12
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver1-625/+618
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-2/+1
2011-07-10Fix typo in command outputLuca Bruno1-1/+1
2011-01-02NAND/LPC3180: remove private "target" copyAntonio Borneo1-23/+16
2011-01-02flash/nand: review NAND driver interfaceAntonio Borneo1-1/+0
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-06-14-Wshadow fixesØyvind Harboe1-1/+1
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder1-4/+4
2010-03-16lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh1-9/+440
2010-01-16NAND: lpc3180 crashes on LPC3250richard vegh1-13/+38
2010-01-08NAND: help/usage/doc updatesDavid Brownell1-17/+17
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-1/+3
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch1-1/+1
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch1-0/+910