- 145429a mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 7 months ago
- 0469d84 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 7 months ago
- 1601ea2 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · 4 years, 7 months ago
- e8d5dde mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · 4 years, 8 months ago
- 32860bd mmc: Add a deferred_probe() API by Faiz Abbas · 4 years, 8 months ago
- 76ca2d1 mmc: remove unneeded forward declarations by Masahiro Yamada · 4 years, 10 months ago
- 8adf50e mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · 4 years, 10 months ago
- 4af6659 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · 4 years, 10 months ago
- d4a5fa3 mmc: add additional quirk for APP_CMD retry by Joel Johnson · 4 years, 10 months ago
- 3602a56 mmc: add a driver callback for power-cycle by Yann Gautier · 5 years ago
- 80f0201 spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
- 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
- 6cf8a90 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
- 116cffe mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · 5 years ago
- fea3939 mmc: relocate code comment by Baruch Siach · 5 years ago
- 44acd49 mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
- f49ff79 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · 5 years ago
- 0538477 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · 5 years ago
- 9bc5666 mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · 5 years ago
- bb98b8c mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · 5 years ago
- 513e00b mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · 5 years ago
- 39320c5 mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · 5 years ago
- cd0b80e mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
- 863d100 mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · 5 years ago
- c5bda37 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
- 72119aa mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · 5 years ago
- 5cf1203 mmc: correct the HS400 initialization process by BOUGH CHEN · 6 years ago
- 7d5ccb1 mmc: Align MMC_TRACE with tiny printf by Marek Vasut · 6 years ago
- fceea99 mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · 6 years ago
- 6892550 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · 6 years ago
- b9a2a0e mmc: Add support for downgrading HS200/HS400 to HS mode by Marek Vasut · 6 years ago
- eef05fd mmc: bring back partition init for non-DM MMC drivers by Andre Przywara · 6 years ago
- cf34576 mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 by Marek Vasut · 6 years ago
- d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
- 3dd2626 mmc: add HS400 support by Peng Fan · 6 years ago
- 6c09eba mmc: break out get_op_cond code to its own function by Jon Nettleton · 6 years ago
- 62d77ce mmc: Improve tinification by Marek Vasut · 7 years ago
- 36332b6 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · 7 years ago
- d2faadb mmc: add the debug message in mmc_set_clock by Jaehoon Chung · 7 years ago
- 6511718 mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 0a4c2b0 mmc: fix return value check condition by Peng Fan · 7 years ago
- ec360e6 mmc: Staticize sd_select_bus_width by Marek Vasut · 7 years ago
- 76584e3 mmc: fix off-by-one bug in mmc_startup_v4() by Alexander Kochetkov · 7 years ago
- 8a856db mmc: Drop unnecessary case for mmc_probe() by Faiz Abbas · 7 years ago
- 1b313aa mmc: synchronize the sequence with enum bus_mode in mmc.h by Jaehoon Chung · 7 years ago
- ace1bed mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · 7 years ago
- a0276f3 mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · 7 years ago
- d4d6488 mmc: use pr_* log functions by Masahiro Yamada · 7 years ago
- 2f516e4 mmc: Poll for broken card detection case by Jun Nie · 7 years ago
- c0fafe6 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · 7 years ago
- 9546eb9 mmc: fix the wrong disabling clock by Jaehoon Chung · 7 years ago
- b7a6e2c mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
- 173c06d mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
- e6fa5a5 mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
- 5b2e72f mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
- 58a6fb7 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · 7 years ago
- baef207 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · 7 years ago
- cf17789 mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
- f99c2ef mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
- d8e3d42 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · 7 years ago
- f7d5dff mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · 7 years ago
- 1de06b9 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · 7 years ago
- 1da8eb5 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · 7 years ago
- 00e446f mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · 7 years ago
- 52d241d mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
- 9815e3b mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
- bc1e327 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
- 83dc422 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
- 01298da mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
- 04a2ea2 mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
- c10b85d mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
- 634d484 mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
- ec84120 mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
- 2e7410d mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · 7 years ago
- 35f6782 mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
- fb7c3be mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · 7 years ago
- 318a7a5 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
- aff5d3c mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
- 2a4d212 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
- 3862b85 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
- d0c221f mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
- 0503857 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · 7 years ago
- 4c9d2aa mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
- 35f9e19 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
- 7382e69 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · 7 years ago
- dfda9d8 mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
- c744b6f mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · 7 years ago
- 8ac8a26 mmc: split mmc_startup() by Jean-Jacques Hiblot · 7 years ago
- 06ec045 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
- 18e7c8f drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · 7 years ago
- e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
- c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
- 05cbeb7 dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · 8 years ago
- 166c2b8 mmc: drop unnecessary send_status request by Xu Ziyuan · 8 years ago
- 919b485 mmc: Print error code for mmc_complete_init failure by Jagan Teki · 8 years ago
- b5b838f mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
- ce9eca9 mmc: Fix warning if debug() is not used by Marek Vasut · 8 years ago
- cd3d488 mmc: add bkops-enable command by Tomas Melin · 8 years ago
- a9003dc mmc: Retry the switch command by Maxime Ripard · 8 years ago