Commit Graph

230 Commits (c3342cd58f251f78fe02955c47b51f7bb94e87ba)

Author SHA1 Message Date
Alexander Kochetkov 76584e3398 mmc: fix off-by-one bug in mmc_startup_v4() 7 years ago
Faiz Abbas 8a856db238 mmc: Drop unnecessary case for mmc_probe() 7 years ago
Jaehoon Chung 1b313aa3e3 mmc: synchronize the sequence with enum bus_mode in mmc.h 7 years ago
Jean-Jacques Hiblot ace1bed327 mmc: fix bug in mmc_startup_v4() 7 years ago
Jean-Jacques Hiblot a0276f3eee mmc: Fix bug in sd_set_card_speed() 7 years ago
Masahiro Yamada d4d64889b0 mmc: use pr_* log functions 7 years ago
Jun Nie 2f516e4aa2 mmc: Poll for broken card detection case 8 years ago
Jaehoon Chung c0fafe64a5 mmc: fix to assign to correct clock value when clock is enabling 8 years ago
Jaehoon Chung 9546eb92cb mmc: fix the wrong disabling clock 8 years ago
Jean-Jacques Hiblot b7a6e2c9c3 mmc: remove hc_wp_grp_size from struct mmc if not needed 8 years ago
Jean-Jacques Hiblot 173c06dfcc mmc: don't read the size of eMMC enhanced user data area in SPL 8 years ago
Jean-Jacques Hiblot e6fa5a5461 mmc: compile out erase and write mmc commands if write operations are not enabled 8 years ago
Jean-Jacques Hiblot 5b2e72f327 mmc: read ssr only if MMC write support is enabled 8 years ago
Jean-Jacques Hiblot 58a6fb7b04 mmc: reworked version lookup in mmc_startup_v4 8 years ago
Jean-Jacques Hiblot baef2070a4 mmc: compile out more code if support for UHS and HS200 is not enabled 8 years ago
Jean-Jacques Hiblot cf17789e07 mmc: make optional the support for eMMC hardware partitioning 8 years ago
Jean-Jacques Hiblot f99c2efe56 mmc: make UHS and HS200 optional 8 years ago
Jean-Jacques Hiblot d8e3d42089 mmc: convert most of printf() to pr_err() and pr_warn() 8 years ago
Jean-Jacques Hiblot f7d5dffc65 mmc: don't use malloc_cache_aligned() 8 years ago
Jean-Jacques Hiblot 1de06b9fa5 mmc: fix for old MMCs (below version 4) 8 years ago
Jean-Jacques Hiblot 1da8eb598f mmc: all hosts support 1-bit bus width and legacy timings 8 years ago
Jean-Jacques Hiblot 00e446fa04 mmc: Fixed a problem with old sd or mmc that do not support High speed 8 years ago
Jean-Jacques Hiblot 52d241dfba mmc: dump card and host capabilities if debug is enabled 8 years ago
Jean-Jacques Hiblot 9815e3ba80 mmc: add a library function to send tuning command 8 years ago
Jean-Jacques Hiblot bc1e3272ff mmc: use the right voltage level for MMC DDR and HS200 modes 8 years ago
Kishon Vijay Abraham I 83dc42271f mmc: Retry some MMC cmds on failure 8 years ago
Jean-Jacques Hiblot 01298da31d mmc: Change mode when switching to a boot partition 8 years ago
Jean-Jacques Hiblot 04a2ea248f mmc: disable UHS modes if Vcc cannot be switched on and off 8 years ago
Jean-Jacques Hiblot c10b85d6c2 mmc: Add support for UHS modes 8 years ago
Kishon Vijay Abraham I 634d484940 mmc: add HS200 support in MMC core 8 years ago
Kishon Vijay Abraham I ec841209a7 mmc: Add a execute_tuning() callback to the mmc operations. 8 years ago
Kishon Vijay Abraham I 2e7410d76a mmc: disable the mmc clock during power off 8 years ago
Kishon Vijay Abraham I 35f6782055 mmc: add a new mmc parameter to disable mmc clock 8 years ago
Kishon Vijay Abraham I fb7c3beb51 mmc: add power cyle support in mmc core 8 years ago
Jean-Jacques Hiblot 318a7a576b mmc: Add a new callback function to perform the 74 clocks cycle sequence 8 years ago
Kishon Vijay Abraham I aff5d3c83f mmc: Enable signal voltage to be selected from mmc core 8 years ago
Kishon Vijay Abraham I 2a4d212f71 mmc: make mmc_set_ios() return status 8 years ago
Jean-Jacques Hiblot 3862b85474 mmc: refactor MMC startup to make it easier to support new modes 8 years ago
Jean-Jacques Hiblot d0c221fe73 mmc: refactor SD startup to make it easier to support new modes 8 years ago
Jean-Jacques Hiblot 05038576e0 mmc: use mmc modes to select the correct bus speed 8 years ago
Jean-Jacques Hiblot 4c9d2aaa7e mmc: Add a function to dump the mmc capabilities 8 years ago
Jean-Jacques Hiblot 35f9e196f9 mmc: introduce mmc modes 8 years ago
Jean-Jacques Hiblot 7382e691ca mmc: add a function to read and test the ext csd (mmc >= 4) 8 years ago
Jean-Jacques Hiblot dfda9d88e5 mmc: make ext_csd part of struct mmc 8 years ago
Jean-Jacques Hiblot c744b6f6dc mmc: move the MMC startup for version above v4.0 in a separate function 8 years ago
Jean-Jacques Hiblot 8ac8a26304 mmc: split mmc_startup() 8 years ago
Jean-Jacques Hiblot 06ec045fee mmc: dm: get the IO-line and main voltage regulators from the dts 8 years ago
Suniel Mahesh 18e7c8f6aa drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro 8 years ago
Simon Glass e7881d85a9 dm: mmc: Drop CONFIG_DM_MMC_OPS 8 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 8 years ago