summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Check support for TRIM operationsLoic Poulain2023-04-101-0/+3
* Correct SPL use of MMC_QUIRKSSimon Glass2023-02-091-1/+1
* cmd: mmc: Expand bkops handlingMarek Vasut2023-01-311-5/+9
* mmc: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-241-2/+4
* mmc: Do not send status of send_status is falseMarek Vasut2022-08-101-0/+3
* drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)2022-07-271-0/+27
* mmc: Add support for wait_dat0 callbackLoic Poulain2022-06-151-0/+3
* mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár2022-04-261-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* mmc: Fix mmc_switch excessive timeoutKirill Kapranov2021-10-291-2/+2
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* mmc: fix device_remove when HS400_ES is enabledYe Li2021-09-101-3/+5
* mmc: fix switch issue with send_status disabledYe Li2021-09-101-1/+1
* mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-101-1/+21
* mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár2021-07-151-3/+4
* mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju2021-04-061-3/+5
* 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...WIP/15Oct2020Tom 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 headerWIP/2020-05-18-reduce-size-of-common.hSimon 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