aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc_write.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-4/+4
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot1-2/+2
2019-01-16mmc: Use proper IS_ENABLED macro to check block supportEzequiel Garcia1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-10-09dm: mmc: Support eraseSimon Glass1-2/+8
2016-09-20mmc: sd: optimize erasePeng Fan1-2/+7
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass1-0/+9
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass1-2/+2
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-2/+3
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-0/+9
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-2/+6
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson1-1/+1
2015-06-18mmc_write.c: Make mmc_berase do 32bit safe 64bit mathTom Rini1-1/+11
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-1/+2
2013-09-20mmc: don't support write & erase for SPL buildsPaul Burton1-0/+179