aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)AuthorFilesLines
2023-05-18flash: nand: move in include file the declaration of 'nand_devices'Antonio Borneo2-3/+1
2023-05-18nand: declare exported function in core.hAntonio Borneo2-2/+2
2023-05-18nand: move in driver.h the nand_flash_controller's declarationAntonio Borneo2-20/+15
2023-05-05flash: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo22-22/+22
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo32-416/+64
2022-07-23openocd: src: replace the GPL-2.0-only license tagAntonio Borneo1-12/+2
2022-07-23openocd: src: replace the GPL with eCos exception 2.0 license tagAntonio Borneo1-24/+2
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2022-05-21flash: fix clang static analyzer build errorsErhan Kurubas1-2/+0
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-2/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo2-2/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo6-16/+16
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo8-129/+129
2021-07-20flash: use lowercase for C variablesAntonio Borneo1-24/+24
2021-07-02flash: rename CamelCase symbolsAntonio Borneo4-60/+60
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI1-2/+2
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez3-7/+7
2021-05-22flash: fix some minor typoAntonio Borneo1-1/+1
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+2
2021-03-10flash/nand/lpc32xx: Remove typedef'd structMarc Schink1-10/+10
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-2/+2
2020-11-04flash: declare local symbols as staticAntonio Borneo1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo3-3/+3
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-8/+5
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo6-29/+29
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo2-4/+0
2020-04-20flash/nand/core: fix clang static analyzer warningTomas Vanek1-7/+24
2019-09-08src/flash/nand: Fix some operator precedence bugs.Seth LaForge2-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo7-41/+41
2019-05-14nand/tcl: pass CMD to nand_list_walker()Paul Fertser1-3/+3
2019-05-14nand/fileio: change prototype of nand_fileio_start()Paul Fertser3-6/+6
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-1/+2
2019-01-27command: initialize the command mode for every commandAntonio Borneo1-0/+1
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-41/+38
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-2/+4
2016-05-24Make #include guard naming consistentMarc Schink12-33/+40
2016-05-24Remove FSF address from GPL noticesMarc Schink34-99/+37
2016-05-20nand: change use_raw to booleanIvo Manca2-2/+2
2016-05-20nand: fix return valueIvo Manca1-1/+1
2016-02-29helper/fileio: Remove nested structMarc Schink3-8/+8
2015-11-03helper/fileio: Use size_t for file size.Marc Schink2-4/+4
2014-02-06flash: declare fixed arrays constSpencer Oliver1-4/+4
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver1-3/+1