summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2022-07-20LFU-363 mmc: fix deference before null checkPeng Fan
2022-04-06LF-3483-15 mmc: fix switch issue with send_status disabledYe Li
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-29mmc: Fix mmc_switch excessive timeoutKirill Kapranov
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-10mmc: fix device_remove when HS400_ES is enabledYe Li
2021-09-10mmc: fix switch issue with send_status disabledYe Li
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju
2021-02-19mmc: fix response timeout after switch commandStefan Bosch
2021-02-19mmc: initialize an err variableJaehoon Chung
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung
2020-11-28mmc: display an error number to debugJaehoon Chung
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson
2020-10-22mmc: Fix comment typoNaoki Hayama
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu
2020-10-12mmc: add a hs400_tuning flagYangbo Lu
2020-10-12mmc: add a reinit() APIYangbo Lu
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-14mmc: read ssr for SD spiPragnesh Patel
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson
2019-10-10mmc: add a driver callback for power-cycleYann Gautier
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko
2019-09-05mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko
2019-07-31mmc: relocate code commentBaruch Siach
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel