index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
altera_qspi.c
Age
Commit message (
Expand
)
Author
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
fdt: Rename a few functions in fdt_support
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2015-12-28
altera_qspi: allow ctrl-c to abort the erase ops
Thomas Chou
2015-12-28
altera_qspi: show erase progress
Thomas Chou
2015-12-28
altera_qspi: skip erase if the sector is blank
Thomas Chou
2015-12-28
altera_qspi: set fail_addr for erase ops
Thomas Chou
2015-12-28
altera_qspi: call callback even if the erase failed
Thomas Chou
2015-12-19
altera_qspi: initialize instr.mtd in flash_erase
Thomas Chou
2015-12-06
altera_qspi: fix erase and write error code
Thomas Chou
2015-12-06
altera_qspi: add lock unlock ops
Thomas Chou
2015-11-18
altera_qspi: change ioremap to map_physmem
Thomas Chou
2015-11-12
mtd: add altera quadspi driver
Thomas Chou