aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29mmc: Fix mmc_switch excessive timeoutKirill Kapranov1-2/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-10mmc: fix device_remove when HS400_ES is enabledYe Li1-3/+5
2021-09-10mmc: fix switch issue with send_status disabledYe Li1-1/+1
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju1-1/+21
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár1-3/+4
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju1-3/+5
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-1/+2
2021-02-19mmc: initialize an err variableJaehoon Chung1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung1-2/+2
2020-11-28mmc: display an error number to debugJaehoon Chung1-5/+5
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson1-83/+58
2020-10-22mmc: Fix comment typoNaoki Hayama1-1/+1
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini1-3/+15
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse1-0/+9
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen1-1/+3
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu1-0/+4
2020-10-12mmc: add a hs400_tuning flagYangbo Lu1-0/+2
2020-10-12mmc: add a reinit() APIYangbo Lu1-2/+6
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu1-6/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-5/+5
2020-07-14mmc: read ssr for SD spiPragnesh Patel1-0/+5
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-1/+8
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler1-1/+1
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen1-1/+8
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut1-2/+14
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+5
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-1/+1
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas1-9/+7
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas1-1/+3
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada1-4/+0
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada1-1/+1
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung1-0/+2
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson1-1/+16
2019-10-10mmc: add a driver callback for power-cycleYann Gautier1-0/+15
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-0/+24
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-12/+12
2019-09-05mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko1-2/+2
2019-07-31mmc: relocate code commentBaruch Siach1-1/+1
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan1-1/+71
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel1-0/+14
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot1-3/+7
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot1-36/+0
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot1-13/+36