Age | Commit message (Expand) | Author |
2018-01-12 | mmc: use mmc modes to select the correct bus speed | Jean-Jacques Hiblot |
2018-01-12 | mmc: Add a function to dump the mmc capabilities | Jean-Jacques Hiblot |
2018-01-12 | mmc: introduce mmc modes | Jean-Jacques Hiblot |
2018-01-12 | mmc: add a function to read and test the ext csd (mmc >= 4) | Jean-Jacques Hiblot |
2018-01-12 | mmc: make ext_csd part of struct mmc | Jean-Jacques Hiblot |
2018-01-12 | mmc: move the MMC startup for version above v4.0 in a separate function | Jean-Jacques Hiblot |
2018-01-12 | mmc: split mmc_startup() | Jean-Jacques Hiblot |
2018-01-12 | mmc: dm: get the IO-line and main voltage regulators from the dts | Jean-Jacques Hiblot |
2018-01-12 | drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro | Suniel Mahesh |
2017-08-17 | dm: mmc: Drop CONFIG_DM_MMC_OPS | Simon Glass |
2017-08-01 | dm: mmc: Allow disabling driver model in SPL | Simon Glass |
2017-06-01 | dm: mmc: Don't call board_mmc_power_init() with driver model | Simon Glass |
2017-03-21 | mmc: drop unnecessary send_status request | Xu Ziyuan |
2017-01-23 | mmc: Print error code for mmc_complete_init failure | Jagan Teki |
2016-12-01 | mmc: Tinification of the mmc code | Marek Vasut |
2016-12-01 | mmc: Fix warning if debug() is not used | Marek Vasut |
2016-12-01 | mmc: add bkops-enable command | Tomas Melin |
2016-11-16 | mmc: Retry the switch command | Maxime Ripard |
2016-10-28 | mmc: add the device name in debugging message for supplying vmmc | Jaehoon Chung |
2016-10-28 | mmc: introduce mmc_power_init | Peng Fan |
2016-09-20 | mmc: sd: extracting erase related information from sd status | Peng Fan |
2016-08-16 | mmc: send CMD0 before CMD1 for some MMC cards | Yangbo Lu |
2016-08-05 | mmc: use the generic error number | Jaehoon Chung |
2016-07-11 | dm: mmc: Add a way to use driver model for MMC operations | Simon Glass |
2016-07-11 | mmc: Move tracing code into separate functions | Simon Glass |
2016-07-11 | mmc: Move MMC boot code into its own file | Simon Glass |
2016-07-11 | dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c | Simon Glass |
2016-07-11 | dm: mmc: Move CONFIG_BLK code into the mmc uclass | Simon Glass |
2016-07-11 | mmc: Add function declarations for mmc_bread() and mmc_switch_part() | Simon Glass |
2016-06-20 | mmc: add MMC_VERSION_5_1 | Stefan Wahren |
2016-06-09 | mmc: revert mmc: Handle switch error status bit in MMC card status | Heiko Schocher |
2016-05-27 | dm: mmc: Use cfg directly in mmc_bind() | Simon Glass |
2016-05-26 | mmc: Use byte array for multipliers | Simon Glass |
2016-05-26 | mmc: Drop mmc_register() | Simon Glass |
2016-05-17 | dm: mmc: Add support for driver-model block devices | Simon Glass |
2016-05-17 | dm: mmc: Add a way to bind MMC devices with driver model | Simon Glass |
2016-05-17 | dm: mmc: Adjust mmc_switch_part() to use a struct mmc | Simon Glass |
2016-05-17 | dm: mmc: Move the device list into a separate file | Simon Glass |
2016-05-17 | dm: mmc: Use the new select_hwpart() API | Simon Glass |
2016-05-17 | dm: mmc: Add a function to obtain the block device | Simon Glass |
2016-05-17 | dm: mmc: Implement the select_hwpart() method | Simon Glass |
2016-05-17 | dm: mmc: Move mmc_switch_part() above its callers | Simon Glass |
2016-05-17 | dm: mmc: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: mmc: Add a legacy block interface for MMC | Simon Glass |
2016-03-27 | mmc: Print send_cmd response only when return value is zero | Bin Meng |
2016-03-27 | mmc: Fix switch..case indention | Bin Meng |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-01-20 | dm: mmc: Try to honour the sequence order | Simon Glass |