aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/altera_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou1-0/+9
2015-12-28altera_qspi: show erase progressThomas Chou1-0/+14
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou1-14/+25
2015-12-28altera_qspi: set fail_addr for erase opsThomas Chou1-0/+1
2015-12-28altera_qspi: call callback even if the erase failedThomas Chou1-0/+1
2015-12-19altera_qspi: initialize instr.mtd in flash_eraseThomas Chou1-0/+1
2015-12-06altera_qspi: fix erase and write error codeThomas Chou1-2/+2
2015-12-06altera_qspi: add lock unlock opsThomas Chou1-0/+95
2015-11-18altera_qspi: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-12mtd: add altera quadspi driverThomas Chou1-0/+273