aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/altera_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-11/+11
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-9/+9
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
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