summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: fix response timeout after switch commandStefan Bosch2021-02-191-1/+2
* mmc: initialize an err variableJaehoon Chung2021-02-191-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* mmc: check a return value about regulator's always-onJaehoon Chung2020-11-281-2/+2
* mmc: display an error number to debugJaehoon Chung2020-11-281-5/+5
* mmc: Add some helper functions for retrying on errorSean Anderson2020-11-281-83/+58
* mmc: Fix comment typoNaoki Hayama2020-10-221-1/+1
* Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2020-10-151-3/+15
|\
| * mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen2020-10-121-1/+3
| * mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-121-0/+4
| * mmc: add a hs400_tuning flagYangbo Lu2020-10-121-0/+2
| * mmc: add a reinit() APIYangbo Lu2020-10-121-2/+6
* | mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2020-10-141-0/+9
|/
* Move eSDHC adapter card identification to board filesYangbo Lu2020-07-271-6/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-5/+5
* mmc: read ssr for SD spiPragnesh Patel2020-07-141-0/+5
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-1/+8
|\
| * mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen2020-06-241-1/+8
* | mmc: add missing space before comment delimiterMarcel Ziswiler2020-06-301-1/+1
|/
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* mmc: Add option to adjust b_max before long readMarek Vasut2020-04-221-2/+14
* cmd: mmc: provide boot area protection commandHeinrich Schuchardt2020-04-221-0/+5
* mmc: export mmc_send_ext_csd()Heinrich Schuchardt2020-04-221-1/+1
* mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-091-9/+7
* mmc: Add a deferred_probe() APIFaiz Abbas2020-03-091-1/+3
* mmc: remove unneeded forward declarationsMasahiro Yamada2020-02-171-4/+0
* mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada2020-02-171-1/+1
* mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung2020-02-171-0/+2
* mmc: add additional quirk for APP_CMD retryJoel Johnson2020-01-161-1/+16
* mmc: add a driver callback for power-cycleYann Gautier2019-10-101-0/+15
* spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-0/+24
* spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-081-1/+1
* mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-12/+12
* mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko2019-09-051-2/+2
* mmc: relocate code commentBaruch Siach2019-07-311-1/+1
* mmc: support hs400 enhanced strobe modePeng Fan2019-07-151-1/+71
* mmc: skip select_mode_and_width for MMC SPI hostAnup Patel2019-07-151-0/+14
* mmc: retry a few times if a partition switch failedJean-Jacques Hiblot2019-07-151-3/+7
* mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot2019-07-151-36/+0
* mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot2019-07-151-13/+36
* mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot2019-07-151-0/+10
* mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-151-1/+9
* mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-151-2/+4
* mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot2019-07-151-15/+30
* Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2019-07-151-5/+0
* mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut2019-06-191-2/+2
* mmc: correct the HS400 initialization processBOUGH CHEN2019-03-291-2/+1