Age | Commit message (Expand) | Author |
2018-07-23 | mmc: break out get_op_cond code to its own function | Jon Nettleton |
2018-07-23 | mmc: drop mention of IN_PROGRESS status | Baruch Siach |
2018-05-08 | mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h | Jaehoon Chung |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-02-19 | mmc: fix bug in mmc_startup_v4() | Jean-Jacques Hiblot |
2018-01-12 | mmc: remove hc_wp_grp_size from struct mmc if not needed | Jean-Jacques Hiblot |
2018-01-12 | mmc: don't read the size of eMMC enhanced user data area in SPL | Jean-Jacques Hiblot |
2018-01-12 | mmc: compile out erase and write mmc commands if write operations are not ena... | Jean-Jacques Hiblot |
2018-01-12 | mmc: read ssr only if MMC write support is enabled | Jean-Jacques Hiblot |
2018-01-12 | mmc: make UHS and HS200 optional | Jean-Jacques Hiblot |
2018-01-12 | dm: mmc: update mmc_of_parse() | Jean-Jacques Hiblot |
2018-01-12 | dm: mmc: Add a library function to parse generic dt binding | Kishon Vijay Abraham I |
2018-01-12 | mmc: add a library function to send tuning command | Jean-Jacques Hiblot |
2018-01-12 | mmc: use the right voltage level for MMC DDR and HS200 modes | Jean-Jacques Hiblot |
2018-01-12 | mmc: Retry some MMC cmds on failure | Kishon Vijay Abraham I |
2018-01-12 | mmc: Change mode when switching to a boot partition | Jean-Jacques Hiblot |
2018-01-12 | mmc: disable UHS modes if Vcc cannot be switched on and off | Jean-Jacques Hiblot |
2018-01-12 | mmc: Add support for UHS modes | Jean-Jacques Hiblot |
2018-01-12 | mmc: add HS200 support in MMC core | Kishon Vijay Abraham I |
2018-01-12 | mmc: Add a execute_tuning() callback to the mmc operations. | Kishon Vijay Abraham I |
2018-01-12 | mmc: add a new mmc parameter to disable mmc clock | Kishon Vijay Abraham I |
2018-01-12 | mmc: Add a new callback function to perform the 74 clocks cycle sequence | Jean-Jacques Hiblot |
2018-01-12 | mmc: Enable signal voltage to be selected from mmc core | Kishon Vijay Abraham I |
2018-01-12 | mmc: make mmc_set_ios() return status | Kishon Vijay Abraham I |
2018-01-12 | mmc: refactor MMC startup to make it easier to support new modes | Jean-Jacques Hiblot |
2018-01-12 | mmc: refactor SD startup to make it easier to support new modes | 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: make ext_csd part of struct mmc | Jean-Jacques Hiblot |
2018-01-12 | mmc: dm: get the IO-line and main voltage regulators from the dts | Jean-Jacques Hiblot |
2017-08-17 | cmd: mmc: add mmc partconf read capability | Angelo Dureghello |
2017-08-17 | dm: mmc: Drop CONFIG_DM_MMC_OPS | Simon Glass |
2017-08-01 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |
2017-08-01 | x86: Convert MMC to driver model | Simon Glass |
2017-08-01 | dm: mmc: Allow disabling driver model in SPL | Simon Glass |
2017-06-27 | Revert "x86: Convert MMC to driver model" | Bin Meng |
2017-05-29 | mmc: Change 'part_config' to be a u8 not char. | Tom Rini |
2017-05-17 | x86: Convert MMC to driver model | Simon Glass |
2017-01-11 | mmc: change the set_ios return type from void to int | Jaehoon Chung |
2016-12-01 | mmc: Tinification of the mmc code | Marek Vasut |
2016-12-01 | mmc: add bkops-enable command | Tomas Melin |
2016-09-20 | mmc: sd: extracting erase related information from sd status | Peng Fan |
2016-08-05 | mmc: use the generic error number | Jaehoon Chung |
2016-07-31 | mmc-uclass: correct the device number | Kever Yang |
2016-07-11 | dm: mmc: Add a way to use driver model for MMC operations | Simon Glass |
2016-06-20 | mmc: add MMC_VERSION_5_1 | Stefan Wahren |
2016-05-26 | mmc: Drop dead mmc code for non-generic MMC | 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 |