openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / str9xpec.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens...
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-07 Antonio Borneoflash/nor/str9xpec: fix help and usage for command...
2019-03-27 Christopher HeadConstify struct flash_driver instances
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-10-03 Andreas Fritiofsonflash/nor: Make info function optional
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-03-06 Fredrik Hederstiernaflash: Additional check for NULL in str9xpec enable_turbo
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Mathias Koptimize: replace while loop by memcpy
2012-01-04 Mathias KChange return value on error.
2011-01-14 Santeri Salkostr9xpec: Find flash controller from the chain.
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file str9xpec.h
2010-06-15 Øyvind Harboestr9xpec: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-04-10 Antonio BorneoSTR9XPEC: review scope of functions
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-10 Spencer OliverSTR9: flash loader cleanup
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-12 Spencer OliverSTR9xpec: issue warning when unlocking device
2010-01-29 David BrownellNOR: cleanup driver decls
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "arm7_9_common.h" to <target/arm7_9_com...
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor