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
/
mmc
/
mmc_write.c
Age
Commit message (
Expand
)
Author
2023-04-10
mmc: erase: Use TRIM erase when available
Loic Poulain
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-06-15
mmc: fix error message for unaligned erase request
Patrick Delaunay
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2019-09-05
mmc: Rename timeout parameters for clarification
Sam Protsenko
2019-07-15
mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
Jean-Jacques Hiblot
2019-01-16
mmc: Use proper IS_ENABLED macro to check block support
Ezequiel Garcia
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-10-09
dm: mmc: Support erase
Simon Glass
2016-09-20
mmc: sd: optimize erase
Peng Fan
2016-05-17
dm: mmc: Add support for driver-model block devices
Simon Glass
2016-05-17
dm: mmc: Move the device list into a separate file
Simon Glass
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-13
mmc: store hwpart in the block device
Stephen Warren
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-04
mmc: update MMC_ERASE argument to match Linux kernel.
Eric Nelson
2015-06-18
mmc_write.c: Make mmc_berase do 32bit safe 64bit math
Tom Rini
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
2013-09-20
mmc: don't support write & erase for SPL builds
Paul Burton