summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-08-14mmc: Use regulator_set_enable_if_allowedJonas Karlman
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut
2023-05-31mmc: fix improper use of memsetSam Edwards
2023-04-10mmc: Check support for TRIM operationsLoic Poulain
2023-02-09Correct SPL use of MMC_QUIRKSSimon Glass
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut
2022-10-24mmc: Fix static checker warningsVenkatesh Yadav Abbarapu
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut
2022-07-27drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)
2022-06-15mmc: Add support for wait_dat0 callbackLoic Poulain
2022-04-26mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár
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