aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-4/+4
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-8/+5
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-05-14nand/fileio: change prototype of nand_fileio_start()Paul Fertser1-4/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20nand: fix return valueIvo Manca1-1/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-4/+4
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver1-62/+40
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-1/+7
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-1/+1
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-1/+1
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch1-0/+244