index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
altera_qspi.c
Age
Commit message (
Expand
)
Author
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