aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/ath79.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-14/+2
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-4/+3
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-6/+6
2020-07-08flash/nor/ath79: Use 'bool' data typeMarc Schink1-3/+3
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-16/+13
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-1/+1
2019-01-02flash: nor: ath79: remove base calculationOleksij Rempel1-14/+0
2018-11-29SPI table updates (some new devices and new info)Andreas Bolsch1-8/+31
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-06-02flash: nor: ath79: fix build failure due to recent MIPS changesPaul Fertser1-37/+35
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich1-0/+903