aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/mdr.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-1/+0
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-3/+3
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+2
2020-07-08flash/nor/mdr: Use 'bool' data typeMarc Schink1-3/+3
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-3/+4
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-12/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-11-04flash: nor: mdr: do not mass erase when clearing INFO memoryPaul Fertser1-1/+2
2016-08-02flash: nor: mdr: fix verification problem with 1986VE1T or 1986VE3TAndrey Skvortsov1-0/+7
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29flash: nor: mdr: implement read/verify for Info memoryPaul Fertser1-1/+95
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-04-16flash/nor/mdr: add docs, remove memory leak on probe()Paul Fertser1-0/+7
2014-03-17flash: Constify write bufferAndreas Fritiofson1-3/+3
2014-02-04flash/nor/mdr.c: fix uninitialised variable warningPaul Fertser1-5/+7
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-08-07mdr32fx: support for Milandr's MDR32Fx internal flash memoryPaul Fertser1-0/+527