summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-22drivers: mmc: Remove duplicate newlinesMarek Vasut1-1/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini1-7/+8
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-8/+7
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini1-1/+2
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini1-6/+6
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut1-4/+15
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut1-2/+2
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut1-1/+1
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt1-2/+11
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-08-14mmc: Use regulator_set_enable_if_allowedJonas Karlman1-4/+6
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak1-0/+1
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham1-13/+21
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut1-1/+10
2023-05-31mmc: fix improper use of memsetSam Edwards1-1/+1
2023-04-10mmc: Check support for TRIM operationsLoic Poulain1-0/+3
2023-02-09Correct SPL use of MMC_QUIRKSSimon Glass1-1/+1
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut1-5/+9
2022-10-24mmc: Fix static checker warningsVenkatesh Yadav Abbarapu1-2/+4
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut1-0/+3
2022-07-27drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)1-0/+27
2022-06-15mmc: Add support for wait_dat0 callbackLoic Poulain1-0/+3
2022-04-26mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
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