openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / at91sam7.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-08-08 Tomas Vanekflash/nor: remove useless setting of bus_width and...
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens...
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-20 Antonio Borneoflash: use lowercase for C variables
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2020-09-05 Antonio Borneoflash: use proper format with uint32_t
2020-07-26 Antonio Borneoflash: fix typos and duplicated words
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-03-07 Tomas Vaneksrc/flash/nor/at91sam3|4l|7: fix clang static analyzer...
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-03-27 Christopher HeadConstify struct flash_driver instances
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-08-14 Andreas Fritiofsonat91sam7: do not touch flash banks which belong to...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-02-06 Spencer Oliverflash: declare fixed arrays const
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-08-24 Spencer Oliverbuild: fix memory leaks
2012-06-26 Mirela TauciucAT91SAM7 Flash: fixed redundant assignation warning
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-04 Mathias KChange return value on error.
2011-11-15 Aurelien Jacobsat91sam7: ensure probed flash bank has a name (fix...
2011-11-09 Øyvind Harboeat91sam7: fix warnings by removing dead assignments
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file at91sam7.h
2010-06-15 Øyvind Harboeat91sam7: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor