1. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  2. 4680125 mmc: add HS400 support by Peng Fan · Fri Aug 10 14:07:54 2018 +0800
  3. 2663fe4 mmc: break out get_op_cond code to its own function by Jon Nettleton · Mon Jun 11 15:26:19 2018 +0300
  4. a318a7a mmc: Improve tinification by Marek Vasut · Sun Apr 15 00:37:11 2018 +0200
  5. dbad7b4 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · Thu May 03 12:20:54 2018 +0530
  6. c8477d6 mmc: add the debug message in mmc_set_clock by Jaehoon Chung · Fri Jan 26 19:25:30 2018 +0900
  7. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · Fri Jan 26 19:25:29 2018 +0900
  8. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  9. 2d2fe8e mmc: fix return value check condition by Peng Fan · Mon Mar 05 16:20:40 2018 +0800
  10. 8ff55fb mmc: Staticize sd_select_bus_width by Marek Vasut · Sun Apr 15 00:36:45 2018 +0200
  11. f1133c9 mmc: fix off-by-one bug in mmc_startup_v4() by Alexander Kochetkov · Tue Feb 20 14:35:55 2018 +0300
  12. b3857fd mmc: Drop unnecessary case for mmc_probe() by Faiz Abbas · Mon Feb 12 19:35:24 2018 +0530
  13. 7c5c730 mmc: synchronize the sequence with enum bus_mode in mmc.h by Jaehoon Chung · Tue Jan 30 14:10:16 2018 +0900
  14. c64862b mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · Fri Feb 09 12:09:28 2018 +0100
  15. e7f664e mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · Fri Feb 09 12:09:27 2018 +0100
  16. f97b148 mmc: use pr_* log functions by Masahiro Yamada · Sun Jan 28 19:11:42 2018 +0900
  17. b4f4f6e mmc: Poll for broken card detection case by Jun Nie · Tue Jan 02 12:25:57 2018 +0800
  18. ab4d405 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · Tue Jan 23 14:04:30 2018 +0900
  19. 8a93329 mmc: fix the wrong disabling clock by Jaehoon Chung · Wed Jan 17 19:36:58 2018 +0900
  20. 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
  21. 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
  22. 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
  23. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:33 2018 +0100
  24. fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · Thu Jan 04 15:23:31 2018 +0100
  25. 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
  26. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:02 2017 +0100
  27. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  28. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · Thu Nov 30 17:44:00 2017 +0100
  29. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · Thu Nov 30 17:43:59 2017 +0100
  30. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · Thu Nov 30 17:43:58 2017 +0100
  31. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · Thu Nov 30 17:43:57 2017 +0100
  32. 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
  33. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · Thu Nov 30 17:43:54 2017 +0100
  34. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  35. 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
  36. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  37. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  38. 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
  39. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  40. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  41. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  42. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · Thu Sep 21 16:30:04 2017 +0200
  43. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  44. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:02 2017 +0200
  45. 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
  46. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  47. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  48. 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
  49. 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
  50. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · Thu Sep 21 16:29:55 2017 +0200
  51. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  52. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  53. 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
  54. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  55. 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
  56. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · Thu Sep 21 16:29:49 2017 +0200
  57. 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
  58. 2f423da drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · Thu Oct 05 11:32:00 2017 +0530
  59. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  60. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  61. 833b80d dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · Sat Apr 22 19:10:56 2017 -0600
  62. 66702b5 mmc: drop unnecessary send_status request by Xu Ziyuan · Sun Mar 12 14:19:04 2017 +0800
  63. 9bee2b5 mmc: Print error code for mmc_complete_init failure by Jagan Teki · Tue Jan 10 11:18:43 2017 +0100
  64. f537e39 mmc: Tinification of the mmc code by Marek Vasut · Thu Dec 01 02:06:33 2016 +0100
  65. 5eecff2 mmc: Fix warning if debug() is not used by Marek Vasut · Thu Dec 01 02:06:32 2016 +0100
  66. c17dae5 mmc: add bkops-enable command by Tomas Melin · Fri Nov 25 11:01:03 2016 +0200
  67. e7462aa mmc: Retry the switch command by Maxime Ripard · Fri Nov 04 16:18:08 2016 +0100
  68. 4446250 mmc: add the device name in debugging message for supplying vmmc by Jaehoon Chung · Mon Oct 24 15:22:22 2016 +0900
  69. 1530596 mmc: introduce mmc_power_init by Peng Fan · Tue Oct 11 15:08:43 2016 +0800
  70. b3fcf1e mmc: sd: extracting erase related information from sd status by Peng Fan · Thu Sep 01 11:13:38 2016 +0800
  71. 9c72061 mmc: send CMD0 before CMD1 for some MMC cards by Yangbo Lu · Tue Aug 02 15:33:18 2016 +0800
  72. 7825d20 mmc: use the generic error number by Jaehoon Chung · Tue Jul 19 16:33:36 2016 +0900
  73. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · Sun Jun 12 23:30:22 2016 -0600
  74. b23d96e mmc: Move tracing code into separate functions by Simon Glass · Sun Jun 12 23:30:20 2016 -0600
  75. 84f9df9 mmc: Move MMC boot code into its own file by Simon Glass · Sun Jun 12 23:30:18 2016 -0600
  76. 21875cf dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · Sun Jun 12 23:30:17 2016 -0600
  77. 2f1ea90 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · Sun Jun 12 23:30:16 2016 -0600
  78. 62e293a mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · Sun Jun 12 23:30:15 2016 -0600
  79. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · Thu Jun 16 17:54:06 2016 +0000
  80. 9016ab9 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · Tue Jun 07 08:31:21 2016 +0200
  81. 434c487 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · Sat May 14 14:03:10 2016 -0600
  82. 03317cc mmc: Use byte array for multipliers by Simon Glass · Sat May 14 14:02:57 2016 -0600
  83. 4924a06 mmc: Drop mmc_register() by Simon Glass · Sat May 14 14:02:55 2016 -0600
  84. 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · Sun May 01 13:52:41 2016 -0600
  85. a70a146 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · Sun May 01 13:52:40 2016 -0600
  86. 984db5d dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · Sun May 01 13:52:37 2016 -0600
  87. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · Sun May 01 13:52:35 2016 -0600
  88. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  89. 8d60adb dm: mmc: Add a function to obtain the block device by Simon Glass · Sun May 01 13:52:27 2016 -0600
  90. 518a896 dm: mmc: Implement the select_hwpart() method by Simon Glass · Sun May 01 13:52:26 2016 -0600
  91. e774fd4 dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · Sun May 01 13:52:25 2016 -0600
  92. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:15 2016 -0600
  93. 4f7011a dm: mmc: Add a legacy block interface for MMC by Simon Glass · Sun May 01 11:36:07 2016 -0600
  94. 8d1ad1e mmc: Print send_cmd response only when return value is zero by Bin Meng · Thu Mar 17 21:53:14 2016 -0700
  95. 4a4ef87 mmc: Fix switch..case indention by Bin Meng · Thu Mar 17 21:53:13 2016 -0700
  96. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  97. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  98. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  99. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · Tue Dec 29 05:22:49 2015 -0700
  100. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700