Commit Graph

202 Commits (c10b85d6c25f9ae0cdcf3ec9809a3063e0c3c2c9)

Author SHA1 Message Date
Jean-Jacques Hiblot c10b85d6c2 mmc: Add support for UHS modes 6 years ago
Kishon Vijay Abraham I 634d484940 mmc: add HS200 support in MMC core 6 years ago
Kishon Vijay Abraham I ec841209a7 mmc: Add a execute_tuning() callback to the mmc operations. 6 years ago
Kishon Vijay Abraham I 2e7410d76a mmc: disable the mmc clock during power off 6 years ago
Kishon Vijay Abraham I 35f6782055 mmc: add a new mmc parameter to disable mmc clock 6 years ago
Kishon Vijay Abraham I fb7c3beb51 mmc: add power cyle support in mmc core 6 years ago
Jean-Jacques Hiblot 318a7a576b mmc: Add a new callback function to perform the 74 clocks cycle sequence 6 years ago
Kishon Vijay Abraham I aff5d3c83f mmc: Enable signal voltage to be selected from mmc core 6 years ago
Kishon Vijay Abraham I 2a4d212f71 mmc: make mmc_set_ios() return status 6 years ago
Jean-Jacques Hiblot 3862b85474 mmc: refactor MMC startup to make it easier to support new modes 6 years ago
Jean-Jacques Hiblot d0c221fe73 mmc: refactor SD startup to make it easier to support new modes 6 years ago
Jean-Jacques Hiblot 05038576e0 mmc: use mmc modes to select the correct bus speed 6 years ago
Jean-Jacques Hiblot 4c9d2aaa7e mmc: Add a function to dump the mmc capabilities 6 years ago
Jean-Jacques Hiblot 35f9e196f9 mmc: introduce mmc modes 6 years ago
Jean-Jacques Hiblot 7382e691ca mmc: add a function to read and test the ext csd (mmc >= 4) 6 years ago
Jean-Jacques Hiblot dfda9d88e5 mmc: make ext_csd part of struct mmc 6 years ago
Jean-Jacques Hiblot c744b6f6dc mmc: move the MMC startup for version above v4.0 in a separate function 6 years ago
Jean-Jacques Hiblot 8ac8a26304 mmc: split mmc_startup() 6 years ago
Jean-Jacques Hiblot 06ec045fee mmc: dm: get the IO-line and main voltage regulators from the dts 6 years ago
Suniel Mahesh 18e7c8f6aa drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro 6 years ago
Simon Glass e7881d85a9 dm: mmc: Drop CONFIG_DM_MMC_OPS 7 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 7 years ago
Simon Glass 05cbeb7c36 dm: mmc: Don't call board_mmc_power_init() with driver model 7 years ago
Xu Ziyuan 6f730459d9 mmc: drop unnecessary send_status request 7 years ago
Xu Ziyuan 166c2b8fd9 mmc: drop unnecessary send_status request 7 years ago
Jagan Teki 919b485834 mmc: Print error code for mmc_complete_init failure 7 years ago
Marek Vasut b5b838f1a7 mmc: Tinification of the mmc code 8 years ago
Marek Vasut ce9eca9438 mmc: Fix warning if debug() is not used 8 years ago
Tomas Melin cd3d48807d mmc: add bkops-enable command 8 years ago
Maxime Ripard a9003dc641 mmc: Retry the switch command 8 years ago
Jaehoon Chung 288db7c7c0 mmc: add the device name in debugging message for supplying vmmc 8 years ago
Peng Fan 2051aefe71 mmc: introduce mmc_power_init 8 years ago
Peng Fan 3697e5992f mmc: sd: extracting erase related information from sd status 8 years ago
Yangbo Lu d188b11302 mmc: send CMD0 before CMD1 for some MMC cards 8 years ago
Jaehoon Chung 915ffa5213 mmc: use the generic error number 8 years ago
Simon Glass 8ca51e51c1 dm: mmc: Add a way to use driver model for MMC operations 8 years ago
Simon Glass c0c76ebae3 mmc: Move tracing code into separate functions 8 years ago
Simon Glass c40704f4b1 mmc: Move MMC boot code into its own file 8 years ago
Simon Glass 5aed4cbba0 dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c 8 years ago
Simon Glass eede897e27 dm: mmc: Move CONFIG_BLK code into the mmc uclass 8 years ago
Simon Glass 7dba0b9367 mmc: Add function declarations for mmc_bread() and mmc_switch_part() 8 years ago
Stefan Wahren 1a3619cf82 mmc: add MMC_VERSION_5_1 8 years ago
Heiko Schocher a5e27b416f mmc: revert mmc: Handle switch error status bit in MMC card status 8 years ago
Simon Glass e6c28073f9 dm: mmc: Use cfg directly in mmc_bind() 8 years ago
Simon Glass 61fe076f0f mmc: Use byte array for multipliers 8 years ago
Simon Glass e98dd20cce mmc: Drop mmc_register() 8 years ago
Simon Glass 33fb211dd2 dm: mmc: Add support for driver-model block devices 8 years ago
Simon Glass ad27dd5e13 dm: mmc: Add a way to bind MMC devices with driver model 8 years ago
Simon Glass fdbb139f0c dm: mmc: Adjust mmc_switch_part() to use a struct mmc 8 years ago
Simon Glass c40fdca6b7 dm: mmc: Move the device list into a separate file 8 years ago