summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/altera_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-11/+11
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-9/+9
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* altera_qspi: allow ctrl-c to abort the erase opsThomas Chou2015-12-281-0/+9
* altera_qspi: show erase progressThomas Chou2015-12-281-0/+14
* altera_qspi: skip erase if the sector is blankThomas Chou2015-12-281-14/+25
* altera_qspi: set fail_addr for erase opsThomas Chou2015-12-281-0/+1
* altera_qspi: call callback even if the erase failedThomas Chou2015-12-281-0/+1
* altera_qspi: initialize instr.mtd in flash_eraseThomas Chou2015-12-191-0/+1
* altera_qspi: fix erase and write error codeThomas Chou2015-12-061-2/+2
* altera_qspi: add lock unlock opsThomas Chou2015-12-061-0/+95
* altera_qspi: change ioremap to map_physmemThomas Chou2015-11-181-1/+1
* mtd: add altera quadspi driverThomas Chou2015-11-121-0/+273