index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
altera_qspi.c
Age
Commit message (
Expand
)
Author
2025-06-02
include/mtd.h: Cleanup usage
Tom Rini
2024-09-24
flash: prefix error codes with FL_
Jerome Forissier
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
mtd: Remove <common.h> and add needed includes
Tom Rini
2021-10-23
mtd: Remove mtd_erase_callback() entirely
Marek BehĂșn
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