1. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  2. 5a18f87 dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · Wed Apr 08 08:33:00 2020 -0600
  3. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · Sat Apr 04 12:45:05 2020 +0200
  4. 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · Mon Mar 30 07:24:19 2020 +0200
  5. bf230e1 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · Mon Mar 30 07:24:17 2020 +0200
  6. 1eeadbe mmc: EXT_CSD registers for write protection by Heinrich Schuchardt · Mon Mar 30 07:24:16 2020 +0200
  7. 01db77e mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · Wed Feb 26 13:44:32 2020 +0530
  8. f6fd4ec mmc: Add a deferred_probe() API by Faiz Abbas · Wed Feb 26 13:44:30 2020 +0530
  9. 19a0e72 mmc: Add a saved_clock member by Faiz Abbas · Wed Feb 26 13:44:29 2020 +0530
  10. 990246b mmc: make <mmc.h> self-contained by Masahiro Yamada · Tue Feb 25 02:25:30 2020 +0900
  11. 63c0ae2 mmc: add mmc_get_dma_dir() helper by Masahiro Yamada · Fri Feb 14 16:40:25 2020 +0900
  12. 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · Sat Jan 11 09:08:14 2020 -0700
  13. 6f55833 mmc: add a driver callback for power-cycle by Yann Gautier · Thu Sep 19 17:56:12 2019 +0200
  14. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · Mon Sep 09 14:40:36 2019 +0530
  15. db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · Wed Aug 14 22:52:51 2019 +0300
  16. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  17. 9f7793d cmd: Remove mmc_spi command by Anup Patel · Mon Jul 08 04:10:55 2019 +0000
  18. 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
  19. 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
  20. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  21. 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
  22. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · Tue Jun 25 13:39:02 2019 +0200
  23. a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · Tue Jan 29 04:45:51 2019 +0100
  24. 43c3cb3 env: fix allow to build multiple environments by Rajesh Bhagat · Sat Jan 12 07:30:51 2019 +0000
  25. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · Tue Sep 25 16:40:08 2018 +0200
  26. 4680125 mmc: add HS400 support by Peng Fan · Fri Aug 10 14:07:54 2018 +0800
  27. 2663fe4 mmc: break out get_op_cond code to its own function by Jon Nettleton · Mon Jun 11 15:26:19 2018 +0300
  28. 9b22c0f mmc: drop mention of IN_PROGRESS status by Baruch Siach · Mon Jun 11 15:26:18 2018 +0300
  29. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · Fri Jan 26 19:25:29 2018 +0900
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  31. c64862b mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · Fri Feb 09 12:09:28 2018 +0100
  32. 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
  33. 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
  34. 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
  35. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:33 2018 +0100
  36. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  37. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · Thu Nov 30 17:43:55 2017 +0100
  38. 422b294 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · Thu Sep 21 16:30:13 2017 +0200
  39. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  40. 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
  41. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  42. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  43. 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
  44. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  45. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  46. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  47. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  48. 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
  49. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  50. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  51. 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
  52. 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
  53. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  54. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  55. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  56. 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
  57. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · Tue Aug 01 14:27:10 2017 +0200
  58. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  59. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Aug 01 15:38:32 2017 -0400
  60. 828b725 x86: Convert MMC to driver model by Simon Glass · Sun Jul 30 19:24:01 2017 -0700
  61. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  62. 367b3ac Revert "x86: Convert MMC to driver model" by Bin Meng · Mon Jun 26 16:36:15 2017 -0700
  63. e812831 mmc: Change 'part_config' to be a u8 not char. by Tom Rini · Wed May 10 15:20:16 2017 -0400
  64. 112e4b8 x86: Convert MMC to driver model by Simon Glass · Sun Apr 09 18:38:21 2017 -0600
  65. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · Fri Dec 30 15:30:16 2016 +0900
  66. f537e39 mmc: Tinification of the mmc code by Marek Vasut · Thu Dec 01 02:06:33 2016 +0100
  67. c17dae5 mmc: add bkops-enable command by Tomas Melin · Fri Nov 25 11:01:03 2016 +0200
  68. b3fcf1e mmc: sd: extracting erase related information from sd status by Peng Fan · Thu Sep 01 11:13:38 2016 +0800
  69. 7825d20 mmc: use the generic error number by Jaehoon Chung · Tue Jul 19 16:33:36 2016 +0900
  70. 3845660 mmc-uclass: correct the device number by Kever Yang · Fri Jul 22 17:22:50 2016 +0800
  71. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · Sun Jun 12 23:30:22 2016 -0600
  72. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · Thu Jun 16 17:54:06 2016 +0000
  73. 2821d91 mmc: Drop dead mmc code for non-generic MMC by Simon Glass · Sat May 14 14:02:56 2016 -0600
  74. 4924a06 mmc: Drop mmc_register() by Simon Glass · Sat May 14 14:02:55 2016 -0600
  75. 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · Sun May 01 13:52:41 2016 -0600
  76. a70a146 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · Sun May 01 13:52:40 2016 -0600
  77. 77ca42b dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · Sun May 01 13:52:34 2016 -0600
  78. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  79. 8d60adb dm: mmc: Add a function to obtain the block device by Simon Glass · Sun May 01 13:52:27 2016 -0600
  80. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  81. 6362b11 mmc: add missing prototype for mmc_get_env_dev by Clemens Gruber · Tue Jan 26 16:20:38 2016 +0100
  82. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700
  83. 0b61928 dm: Convert PCI MMC over to use DM PCI API by Simon Glass · Sun Nov 29 13:18:08 2015 -0700
  84. 957e066 mmc: update MMC_ERASE argument to match Linux kernel. by Eric Nelson · Mon Dec 07 07:50:01 2015 -0700
  85. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · Tue Jun 23 15:38:48 2015 -0600
  86. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · Mon Mar 23 17:56:59 2015 -0500
  87. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · Thu Mar 19 07:44:07 2015 -0500
  88. ec600d1 mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · Thu Mar 19 07:44:03 2015 -0500
  89. 90cccbf mmc: Fix typo in MMC type checking macro by Andrew Gabbasov · Thu Mar 19 07:44:02 2015 -0500
  90. ccd887d Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · Mon Mar 02 09:42:53 2015 +0100
  91. a095bfd mmc: Implement SD/MMC versioning properly by Pantelis Antoniou · Fri Jan 23 12:12:01 2015 +0200
  92. fad3e06 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V by Otavio Salvador · Tue Feb 17 10:42:43 2015 -0200
  93. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · Tue Jan 27 22:13:39 2015 -0700
  94. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · Tue Dec 23 10:50:33 2014 +0100
  95. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · Tue Dec 23 10:50:31 2014 +0100
  96. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · Tue Dec 23 10:50:29 2014 +0100
  97. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · Tue Dec 23 10:50:25 2014 +0100
  98. 747f6fa mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · Tue Dec 23 10:50:24 2014 +0100
  99. 3b62d84 mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · Tue Dec 23 10:50:22 2014 +0100
  100. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · Tue Dec 23 10:50:17 2014 +0100