aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/mrvlqspi.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-4/+3
2021-05-22flash: fix some minor typoAntonio Borneo1-1/+1
2020-11-04flash: declare local symbols as staticAntonio Borneo1-2/+2
2020-07-26flash: fix minor typo s/fifo's/fifos/Antonio Borneo1-4/+4
2020-07-08flash/nor/mrvlqspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-11/+10
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-5/+5
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-11-29SPI table updates (some new devices and new info)Andreas Bolsch1-6/+22
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-8/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-4/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-03-25flash/nor: mrvlqspi: fix printf formatting issuesMahavir Jain1-9/+10
2014-09-22flash/nor: add mrvlqspi flash controller driverMahavir Jain1-0/+960