summaryrefslogtreecommitdiff
path: root/drivers/mtd/altera_qspi.c
AgeCommit message (Expand)Author
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek BehĂșn
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou
2015-12-28altera_qspi: show erase progressThomas Chou
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou
2015-12-28altera_qspi: set fail_addr for erase opsThomas Chou
2015-12-28altera_qspi: call callback even if the erase failedThomas Chou
2015-12-19altera_qspi: initialize instr.mtd in flash_eraseThomas Chou
2015-12-06altera_qspi: fix erase and write error codeThomas Chou
2015-12-06altera_qspi: add lock unlock opsThomas Chou
2015-11-18altera_qspi: change ioremap to map_physmemThomas Chou
2015-11-12mtd: add altera quadspi driverThomas Chou