1. c64862b mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · Fri Feb 09 12:09:28 2018 +0100
  2. e7f664e mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · Fri Feb 09 12:09:27 2018 +0100
  3. f97b148 mmc: use pr_* log functions by Masahiro Yamada · Sun Jan 28 19:11:42 2018 +0900
  4. b4f4f6e mmc: Poll for broken card detection case by Jun Nie · Tue Jan 02 12:25:57 2018 +0800
  5. ab4d405 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · Tue Jan 23 14:04:30 2018 +0900
  6. 8a93329 mmc: fix the wrong disabling clock by Jaehoon Chung · Wed Jan 17 19:36:58 2018 +0900
  7. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · Thu Jan 04 15:23:36 2018 +0100
  8. c94c547 mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · Thu Jan 04 15:23:35 2018 +0100
  9. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:34 2018 +0100
  10. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:33 2018 +0100
  11. fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · Thu Jan 04 15:23:31 2018 +0100
  12. 74c98b2 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:30 2018 +0100
  13. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:02 2017 +0100
  14. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  15. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · Thu Nov 30 17:44:00 2017 +0100
  16. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · Thu Nov 30 17:43:59 2017 +0100
  17. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · Thu Nov 30 17:43:58 2017 +0100
  18. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · Thu Nov 30 17:43:57 2017 +0100
  19. 3f2ffc2 mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · Thu Nov 30 17:43:56 2017 +0100
  20. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · Thu Nov 30 17:43:54 2017 +0100
  21. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  22. b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:11 2017 +0200
  23. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  24. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  25. dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · Thu Sep 21 16:30:08 2017 +0200
  26. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  27. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  28. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  29. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · Thu Sep 21 16:30:04 2017 +0200
  30. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  31. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:02 2017 +0200
  32. 5f23d87 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · Thu Sep 21 16:30:01 2017 +0200
  33. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  34. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  35. ec34683 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:58 2017 +0200
  36. 5b1a4d9 mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:57 2017 +0200
  37. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · Thu Sep 21 16:29:55 2017 +0200
  38. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  39. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  40. 933d126 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · Thu Sep 21 16:29:52 2017 +0200
  41. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  42. e84459c mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · Thu Sep 21 16:29:50 2017 +0200
  43. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · Thu Sep 21 16:29:49 2017 +0200
  44. a49ffa1 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · Thu Sep 21 16:29:48 2017 +0200
  45. 2f423da drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · Thu Oct 05 11:32:00 2017 +0530
  46. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  47. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  48. 833b80d dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · Sat Apr 22 19:10:56 2017 -0600
  49. 66702b5 mmc: drop unnecessary send_status request by Xu Ziyuan · Sun Mar 12 14:19:04 2017 +0800
  50. 9bee2b5 mmc: Print error code for mmc_complete_init failure by Jagan Teki · Tue Jan 10 11:18:43 2017 +0100
  51. f537e39 mmc: Tinification of the mmc code by Marek Vasut · Thu Dec 01 02:06:33 2016 +0100
  52. 5eecff2 mmc: Fix warning if debug() is not used by Marek Vasut · Thu Dec 01 02:06:32 2016 +0100
  53. c17dae5 mmc: add bkops-enable command by Tomas Melin · Fri Nov 25 11:01:03 2016 +0200
  54. e7462aa mmc: Retry the switch command by Maxime Ripard · Fri Nov 04 16:18:08 2016 +0100
  55. 4446250 mmc: add the device name in debugging message for supplying vmmc by Jaehoon Chung · Mon Oct 24 15:22:22 2016 +0900
  56. 1530596 mmc: introduce mmc_power_init by Peng Fan · Tue Oct 11 15:08:43 2016 +0800
  57. b3fcf1e mmc: sd: extracting erase related information from sd status by Peng Fan · Thu Sep 01 11:13:38 2016 +0800
  58. 9c72061 mmc: send CMD0 before CMD1 for some MMC cards by Yangbo Lu · Tue Aug 02 15:33:18 2016 +0800
  59. 7825d20 mmc: use the generic error number by Jaehoon Chung · Tue Jul 19 16:33:36 2016 +0900
  60. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · Sun Jun 12 23:30:22 2016 -0600
  61. b23d96e mmc: Move tracing code into separate functions by Simon Glass · Sun Jun 12 23:30:20 2016 -0600
  62. 84f9df9 mmc: Move MMC boot code into its own file by Simon Glass · Sun Jun 12 23:30:18 2016 -0600
  63. 21875cf dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · Sun Jun 12 23:30:17 2016 -0600
  64. 2f1ea90 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · Sun Jun 12 23:30:16 2016 -0600
  65. 62e293a mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · Sun Jun 12 23:30:15 2016 -0600
  66. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · Thu Jun 16 17:54:06 2016 +0000
  67. 9016ab9 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · Tue Jun 07 08:31:21 2016 +0200
  68. 434c487 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · Sat May 14 14:03:10 2016 -0600
  69. 03317cc mmc: Use byte array for multipliers by Simon Glass · Sat May 14 14:02:57 2016 -0600
  70. 4924a06 mmc: Drop mmc_register() by Simon Glass · Sat May 14 14:02:55 2016 -0600
  71. 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · Sun May 01 13:52:41 2016 -0600
  72. a70a146 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · Sun May 01 13:52:40 2016 -0600
  73. 984db5d dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · Sun May 01 13:52:37 2016 -0600
  74. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · Sun May 01 13:52:35 2016 -0600
  75. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  76. 8d60adb dm: mmc: Add a function to obtain the block device by Simon Glass · Sun May 01 13:52:27 2016 -0600
  77. 518a896 dm: mmc: Implement the select_hwpart() method by Simon Glass · Sun May 01 13:52:26 2016 -0600
  78. e774fd4 dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · Sun May 01 13:52:25 2016 -0600
  79. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:15 2016 -0600
  80. 4f7011a dm: mmc: Add a legacy block interface for MMC by Simon Glass · Sun May 01 11:36:07 2016 -0600
  81. 8d1ad1e mmc: Print send_cmd response only when return value is zero by Bin Meng · Thu Mar 17 21:53:14 2016 -0700
  82. 4a4ef87 mmc: Fix switch..case indention by Bin Meng · Thu Mar 17 21:53:13 2016 -0700
  83. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  84. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  85. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  86. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · Tue Dec 29 05:22:49 2015 -0700
  87. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700
  88. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  89. d67754f mmc: mmc: Don't use sprintf when using tiny-printf by Sjoerd Simons · Fri Dec 04 23:27:40 2015 +0100
  90. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  91. df8aa52 mmc: Probe DM based mmc devices in u-boot by Sjoerd Simons · Sun Aug 30 16:55:45 2015 -0600
  92. 13df57b mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · Fri May 29 16:55:43 2015 +0200
  93. a4343c4 mmc: Add debug() output on read errors by Simon Glass · Tue Jun 23 15:38:50 2015 -0600
  94. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · Tue Jun 23 15:38:48 2015 -0600
  95. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue May 05 14:57:23 2015 -0400
  96. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · Mon Mar 23 17:56:59 2015 -0500
  97. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · Thu Mar 19 07:44:07 2015 -0500
  98. 034857c mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · Thu Mar 19 07:44:06 2015 -0500
  99. 5a513ca mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · Thu Mar 19 07:44:05 2015 -0500
  100. fafa6a0 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · Thu Mar 19 07:44:04 2015 -0500