aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/xcf.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-11/+11
2021-07-20flash: use lowercase for C variablesAntonio Borneo1-38/+38
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-3/+3
2021-05-11flash/nor/xcf: Do not use 'Yoda conditions'Marc Schink1-11/+11
2020-11-04flash: declare local symbols as staticAntonio Borneo1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-19/+22
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-1/+0
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-1/+3
2018-01-13XCF (Xilinx platfrom flash) support.barthess1-0/+897