1. 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · Sat Jan 11 09:08:14 2020 -0700
  2. 6f55833 mmc: add a driver callback for power-cycle by Yann Gautier · Thu Sep 19 17:56:12 2019 +0200
  3. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · Mon Sep 09 14:40:36 2019 +0530
  4. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · Wed Sep 25 08:56:27 2019 -0600
  5. db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · Wed Aug 14 22:52:51 2019 +0300
  6. 6962be8 mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · Wed Aug 14 22:52:50 2019 +0300
  7. 0448ce6 mmc: relocate code comment by Baruch Siach · Mon Jul 22 15:52:12 2019 +0300
  8. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  9. d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · Mon Jul 08 04:10:43 2019 +0000
  10. faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · Tue Jul 02 10:53:58 2019 +0200
  11. e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · Tue Jul 02 10:53:57 2019 +0200
  12. 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · Tue Jul 02 10:53:56 2019 +0200
  13. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:55 2019 +0200
  14. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:54 2019 +0200
  15. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  16. 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · Tue Jul 02 10:53:52 2019 +0200
  17. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · Tue Jul 02 10:53:50 2019 +0200
  18. 9e3d7b6 mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · Fri May 31 15:22:44 2019 +0200
  19. 8702bbc mmc: correct the HS400 initialization process by BOUGH CHEN · Tue Mar 26 06:24:17 2019 +0000
  20. 6eeee30 mmc: Align MMC_TRACE with tiny printf by Marek Vasut · Sat Mar 23 18:54:45 2019 +0100
  21. a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · Tue Jan 29 04:45:51 2019 +0100
  22. 8a96647 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · Wed Feb 06 11:34:27 2019 +0100
  23. 111572f mmc: Add support for downgrading HS200/HS400 to HS mode by Marek Vasut · Thu Jan 03 21:19:24 2019 +0100
  24. 1779804 mmc: bring back partition init for non-DM MMC drivers by Andre Przywara · Mon Dec 17 10:05:45 2018 +0000
  25. 4105e97 mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 by Marek Vasut · Sun Nov 18 03:25:08 2018 +0100
  26. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  27. 4680125 mmc: add HS400 support by Peng Fan · Fri Aug 10 14:07:54 2018 +0800
  28. 2663fe4 mmc: break out get_op_cond code to its own function by Jon Nettleton · Mon Jun 11 15:26:19 2018 +0300
  29. a318a7a mmc: Improve tinification by Marek Vasut · Sun Apr 15 00:37:11 2018 +0200
  30. dbad7b4 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · Thu May 03 12:20:54 2018 +0530
  31. c8477d6 mmc: add the debug message in mmc_set_clock by Jaehoon Chung · Fri Jan 26 19:25:30 2018 +0900
  32. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · Fri Jan 26 19:25:29 2018 +0900
  33. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  34. 2d2fe8e mmc: fix return value check condition by Peng Fan · Mon Mar 05 16:20:40 2018 +0800
  35. 8ff55fb mmc: Staticize sd_select_bus_width by Marek Vasut · Sun Apr 15 00:36:45 2018 +0200
  36. f1133c9 mmc: fix off-by-one bug in mmc_startup_v4() by Alexander Kochetkov · Tue Feb 20 14:35:55 2018 +0300
  37. b3857fd mmc: Drop unnecessary case for mmc_probe() by Faiz Abbas · Mon Feb 12 19:35:24 2018 +0530
  38. 7c5c730 mmc: synchronize the sequence with enum bus_mode in mmc.h by Jaehoon Chung · Tue Jan 30 14:10:16 2018 +0900
  39. c64862b mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · Fri Feb 09 12:09:28 2018 +0100
  40. e7f664e mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · Fri Feb 09 12:09:27 2018 +0100
  41. f97b148 mmc: use pr_* log functions by Masahiro Yamada · Sun Jan 28 19:11:42 2018 +0900
  42. b4f4f6e mmc: Poll for broken card detection case by Jun Nie · Tue Jan 02 12:25:57 2018 +0800
  43. ab4d405 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · Tue Jan 23 14:04:30 2018 +0900
  44. 8a93329 mmc: fix the wrong disabling clock by Jaehoon Chung · Wed Jan 17 19:36:58 2018 +0900
  45. 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
  46. 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
  47. 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
  48. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:33 2018 +0100
  49. fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · Thu Jan 04 15:23:31 2018 +0100
  50. 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
  51. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:02 2017 +0100
  52. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  53. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · Thu Nov 30 17:44:00 2017 +0100
  54. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · Thu Nov 30 17:43:59 2017 +0100
  55. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · Thu Nov 30 17:43:58 2017 +0100
  56. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · Thu Nov 30 17:43:57 2017 +0100
  57. 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
  58. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · Thu Nov 30 17:43:54 2017 +0100
  59. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  60. 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
  61. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  62. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  63. 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
  64. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  65. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  66. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  67. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · Thu Sep 21 16:30:04 2017 +0200
  68. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  69. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:02 2017 +0200
  70. 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
  71. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  72. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  73. 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
  74. 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
  75. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · Thu Sep 21 16:29:55 2017 +0200
  76. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  77. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  78. 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
  79. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  80. 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
  81. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · Thu Sep 21 16:29:49 2017 +0200
  82. 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
  83. 2f423da drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · Thu Oct 05 11:32:00 2017 +0530
  84. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  85. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  86. 833b80d dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · Sat Apr 22 19:10:56 2017 -0600
  87. 66702b5 mmc: drop unnecessary send_status request by Xu Ziyuan · Sun Mar 12 14:19:04 2017 +0800
  88. 9bee2b5 mmc: Print error code for mmc_complete_init failure by Jagan Teki · Tue Jan 10 11:18:43 2017 +0100
  89. f537e39 mmc: Tinification of the mmc code by Marek Vasut · Thu Dec 01 02:06:33 2016 +0100
  90. 5eecff2 mmc: Fix warning if debug() is not used by Marek Vasut · Thu Dec 01 02:06:32 2016 +0100
  91. c17dae5 mmc: add bkops-enable command by Tomas Melin · Fri Nov 25 11:01:03 2016 +0200
  92. e7462aa mmc: Retry the switch command by Maxime Ripard · Fri Nov 04 16:18:08 2016 +0100
  93. 4446250 mmc: add the device name in debugging message for supplying vmmc by Jaehoon Chung · Mon Oct 24 15:22:22 2016 +0900
  94. 1530596 mmc: introduce mmc_power_init by Peng Fan · Tue Oct 11 15:08:43 2016 +0800
  95. b3fcf1e mmc: sd: extracting erase related information from sd status by Peng Fan · Thu Sep 01 11:13:38 2016 +0800
  96. 9c72061 mmc: send CMD0 before CMD1 for some MMC cards by Yangbo Lu · Tue Aug 02 15:33:18 2016 +0800
  97. 7825d20 mmc: use the generic error number by Jaehoon Chung · Tue Jul 19 16:33:36 2016 +0900
  98. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · Sun Jun 12 23:30:22 2016 -0600
  99. b23d96e mmc: Move tracing code into separate functions by Simon Glass · Sun Jun 12 23:30:20 2016 -0600
  100. 84f9df9 mmc: Move MMC boot code into its own file by Simon Glass · Sun Jun 12 23:30:18 2016 -0600