- 7c63962 mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · 3 years, 5 months ago
- 57e2ccb mmc: Check for device with a seq number equal to num before checking against index by Aswath Govindraju · 3 years, 8 months ago
- a463bbe mmc: fix response timeout after switch command by Stefan Bosch · 3 years, 10 months ago
- 6b3431c mmc: initialize an err variable by Jaehoon Chung · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- c71c95c mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years, 1 month ago
- ad9f7ce mmc: display an error number to debug by Jaehoon Chung · 4 years ago
- 8632509 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years, 1 month ago
- 3110dcb mmc: Fix comment typo by Naoki Hayama · 4 years, 2 months ago
- 53a55a1 Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 2 months ago
- 49fee03 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 4 months ago
- d8de5e4 mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch by Haibo Chen · 4 years, 2 months ago
- 5347aea mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 3 months ago
- 3ed53ac mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 3 months ago
- c46f5d7 mmc: add a reinit() API by Yangbo Lu · 4 years, 3 months ago
- f9049b2 Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 6 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- a01f57e mmc: read ssr for SD spi by Pragnesh Patel · 4 years, 5 months ago
- d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
- b2b7fc8 mmc: add missing space before comment delimiter by Marcel Ziswiler · 6 years ago
- 7194951 mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready by Haibo Chen · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 8 months ago
- 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 8 months ago
- bf230e1 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · 4 years, 8 months ago
- 01db77e mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · 4 years, 9 months ago
- f6fd4ec mmc: Add a deferred_probe() API by Faiz Abbas · 4 years, 9 months ago
- bd9bb2b mmc: remove unneeded forward declarations by Masahiro Yamada · 4 years, 10 months ago
- bf1f25c mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · 4 years, 10 months ago
- 58b9eb8 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · 4 years, 11 months ago
- 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · 4 years, 11 months ago
- 6f55833 mmc: add a driver callback for power-cycle by Yann Gautier · 5 years ago
- c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
- 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
- db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
- 6962be8 mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · 5 years ago
- 0448ce6 mmc: relocate code comment by Baruch Siach · 5 years ago
- eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
- d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · 5 years ago
- faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · 5 years ago
- e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · 5 years ago
- 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · 5 years ago
- 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · 5 years ago
- 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · 5 years ago
- 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
- 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · 5 years ago
- a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
- 9e3d7b6 mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · 6 years ago
- 8702bbc mmc: correct the HS400 initialization process by BOUGH CHEN · 6 years ago
- 6eeee30 mmc: Align MMC_TRACE with tiny printf by Marek Vasut · 6 years ago
- a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · 6 years ago
- 8a96647 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · 6 years ago
- 111572f mmc: Add support for downgrading HS200/HS400 to HS mode by Marek Vasut · 6 years ago
- 1779804 mmc: bring back partition init for non-DM MMC drivers by Andre Przywara · 6 years ago
- 4105e97 mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 by Marek Vasut · 6 years ago
- cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
- 4680125 mmc: add HS400 support by Peng Fan · 6 years ago
- 2663fe4 mmc: break out get_op_cond code to its own function by Jon Nettleton · 6 years ago
- a318a7a mmc: Improve tinification by Marek Vasut · 7 years ago
- dbad7b4 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · 7 years ago
- c8477d6 mmc: add the debug message in mmc_set_clock by Jaehoon Chung · 7 years ago
- 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 2d2fe8e mmc: fix return value check condition by Peng Fan · 7 years ago
- 8ff55fb mmc: Staticize sd_select_bus_width by Marek Vasut · 7 years ago
- f1133c9 mmc: fix off-by-one bug in mmc_startup_v4() by Alexander Kochetkov · 7 years ago
- b3857fd mmc: Drop unnecessary case for mmc_probe() by Faiz Abbas · 7 years ago
- 7c5c730 mmc: synchronize the sequence with enum bus_mode in mmc.h by Jaehoon Chung · 7 years ago
- c64862b mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · 7 years ago
- e7f664e mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · 7 years ago
- f97b148 mmc: use pr_* log functions by Masahiro Yamada · 7 years ago
- b4f4f6e mmc: Poll for broken card detection case by Jun Nie · 7 years ago
- ab4d405 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · 7 years ago
- 8a93329 mmc: fix the wrong disabling clock by Jaehoon Chung · 7 years ago
- ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
- c94c547 mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
- 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
- cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
- fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · 7 years ago
- 74c98b2 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · 7 years ago
- 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
- 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
- 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · 7 years ago
- 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · 7 years ago
- 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · 7 years ago
- d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · 7 years ago
- 3f2ffc2 mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · 7 years ago
- 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
- 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
- b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
- 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
- 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
- dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
- f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
- 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
- ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
- aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · 7 years ago