1. a0276f3 mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · 7 years ago
  2. d4d6488 mmc: use pr_* log functions by Masahiro Yamada · 7 years ago
  3. 2f516e4 mmc: Poll for broken card detection case by Jun Nie · 7 years ago
  4. c0fafe6 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · 7 years ago
  5. 9546eb9 mmc: fix the wrong disabling clock by Jaehoon Chung · 7 years ago
  6. b7a6e2c mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  7. 173c06d mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
  8. e6fa5a5 mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  9. 5b2e72f mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
  10. 58a6fb7 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · 7 years ago
  11. baef207 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · 7 years ago
  12. cf17789 mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  13. f99c2ef mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
  14. d8e3d42 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · 7 years ago
  15. f7d5dff mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · 7 years ago
  16. 1de06b9 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · 7 years ago
  17. 1da8eb5 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · 7 years ago
  18. 00e446f mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · 7 years ago
  19. 52d241d mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
  20. 9815e3b mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
  21. bc1e327 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
  22. 83dc422 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
  23. 01298da mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
  24. 04a2ea2 mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
  25. c10b85d mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  26. 634d484 mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
  27. ec84120 mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  28. 2e7410d mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · 7 years ago
  29. 35f6782 mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  30. fb7c3be mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · 7 years ago
  31. 318a7a5 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  32. aff5d3c mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
  33. 2a4d212 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
  34. 3862b85 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  35. d0c221f mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  36. 0503857 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · 7 years ago
  37. 4c9d2aa mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
  38. 35f9e19 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
  39. 7382e69 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · 7 years ago
  40. dfda9d8 mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
  41. c744b6f mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · 7 years ago
  42. 8ac8a26 mmc: split mmc_startup() by Jean-Jacques Hiblot · 7 years ago
  43. 06ec045 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
  44. 18e7c8f drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · 7 years ago
  45. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  46. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  47. 05cbeb7 dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · 7 years ago
  48. 166c2b8 mmc: drop unnecessary send_status request by Xu Ziyuan · 8 years ago
  49. 919b485 mmc: Print error code for mmc_complete_init failure by Jagan Teki · 8 years ago
  50. b5b838f mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  51. ce9eca9 mmc: Fix warning if debug() is not used by Marek Vasut · 8 years ago
  52. cd3d488 mmc: add bkops-enable command by Tomas Melin · 8 years ago
  53. a9003dc mmc: Retry the switch command by Maxime Ripard · 8 years ago
  54. 288db7c mmc: add the device name in debugging message for supplying vmmc by Jaehoon Chung · 8 years ago
  55. 2051aef mmc: introduce mmc_power_init by Peng Fan · 8 years ago
  56. 3697e59 mmc: sd: extracting erase related information from sd status by Peng Fan · 8 years ago
  57. d188b11 mmc: send CMD0 before CMD1 for some MMC cards by Yangbo Lu · 8 years ago
  58. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  59. 8ca51e5 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  60. c0c76eb mmc: Move tracing code into separate functions by Simon Glass · 8 years ago
  61. c40704f mmc: Move MMC boot code into its own file by Simon Glass · 8 years ago
  62. 5aed4cb dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · 8 years ago
  63. eede897 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  64. 7dba0b9 mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · 8 years ago
  65. 1a3619c mmc: add MMC_VERSION_5_1 by Stefan Wahren · 8 years ago
  66. a5e27b4 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · 8 years ago
  67. e6c2807 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · 8 years ago
  68. 61fe076 mmc: Use byte array for multipliers by Simon Glass · 8 years ago
  69. e98dd20 mmc: Drop mmc_register() by Simon Glass · 8 years ago
  70. 33fb211 dm: mmc: Add support for driver-model block devices by Simon Glass · 8 years ago
  71. ad27dd5 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · 8 years ago
  72. fdbb139 dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · 8 years ago
  73. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 8 years ago
  74. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  75. cb5ec33 dm: mmc: Add a function to obtain the block device by Simon Glass · 8 years ago
  76. e17d114 dm: mmc: Implement the select_hwpart() method by Simon Glass · 8 years ago
  77. ff3882a dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · 8 years ago
  78. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 8 years ago
  79. 663acab dm: mmc: Add a legacy block interface for MMC by Simon Glass · 8 years ago
  80. 7863ce5 mmc: Print send_cmd response only when return value is zero by Bin Meng · 9 years ago
  81. 53e8e40 mmc: Fix switch..case indention by Bin Meng · 9 years ago
  82. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  83. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  84. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  85. 4a1db6d dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  86. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  87. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  88. fc011f6 mmc: mmc: Don't use sprintf when using tiny-printf by Sjoerd Simons · 9 years ago
  89. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  90. 8e3332e mmc: Probe DM based mmc devices in u-boot by Sjoerd Simons · 9 years ago
  91. 1b26bab mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · 9 years ago
  92. 1169299 mmc: Add debug() output on read errors by Simon Glass · 9 years ago
  93. e7ecf7c dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago
  94. d81572c Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 9 years ago
  95. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  96. bd47c13 mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  97. 1677eef mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · 10 years ago
  98. cc17c01 mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · 10 years ago
  99. 5289b53 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · 10 years ago
  100. a626c8d mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago