1. 62e293a mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · Sun Jun 12 23:30:15 2016 -0600
  2. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · Thu Jun 16 17:54:06 2016 +0000
  3. 9016ab9 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · Tue Jun 07 08:31:21 2016 +0200
  4. 434c487 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · Sat May 14 14:03:10 2016 -0600
  5. 03317cc mmc: Use byte array for multipliers by Simon Glass · Sat May 14 14:02:57 2016 -0600
  6. 4924a06 mmc: Drop mmc_register() by Simon Glass · Sat May 14 14:02:55 2016 -0600
  7. 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · Sun May 01 13:52:41 2016 -0600
  8. a70a146 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · Sun May 01 13:52:40 2016 -0600
  9. 984db5d dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · Sun May 01 13:52:37 2016 -0600
  10. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · Sun May 01 13:52:35 2016 -0600
  11. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  12. 8d60adb dm: mmc: Add a function to obtain the block device by Simon Glass · Sun May 01 13:52:27 2016 -0600
  13. 518a896 dm: mmc: Implement the select_hwpart() method by Simon Glass · Sun May 01 13:52:26 2016 -0600
  14. e774fd4 dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · Sun May 01 13:52:25 2016 -0600
  15. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:15 2016 -0600
  16. 4f7011a dm: mmc: Add a legacy block interface for MMC by Simon Glass · Sun May 01 11:36:07 2016 -0600
  17. 8d1ad1e mmc: Print send_cmd response only when return value is zero by Bin Meng · Thu Mar 17 21:53:14 2016 -0700
  18. 4a4ef87 mmc: Fix switch..case indention by Bin Meng · Thu Mar 17 21:53:13 2016 -0700
  19. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  20. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  21. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  22. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · Tue Dec 29 05:22:49 2015 -0700
  23. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700
  24. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  25. d67754f mmc: mmc: Don't use sprintf when using tiny-printf by Sjoerd Simons · Fri Dec 04 23:27:40 2015 +0100
  26. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  27. df8aa52 mmc: Probe DM based mmc devices in u-boot by Sjoerd Simons · Sun Aug 30 16:55:45 2015 -0600
  28. 13df57b mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · Fri May 29 16:55:43 2015 +0200
  29. a4343c4 mmc: Add debug() output on read errors by Simon Glass · Tue Jun 23 15:38:50 2015 -0600
  30. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · Tue Jun 23 15:38:48 2015 -0600
  31. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue May 05 14:57:23 2015 -0400
  32. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · Mon Mar 23 17:56:59 2015 -0500
  33. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · Thu Mar 19 07:44:07 2015 -0500
  34. 034857c mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · Thu Mar 19 07:44:06 2015 -0500
  35. 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
  36. 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
  37. ec600d1 mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · Thu Mar 19 07:44:03 2015 -0500
  38. b124f8a mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · Wed Apr 22 13:57:00 2015 +0800
  39. 7bc4e30 mmc: print SD/eMMC type for inited mmc devices by Przemyslaw Marczak · Fri Feb 20 12:29:27 2015 +0100
  40. ccb7b04 mmc: Skip changing bus width for MMC cards earlier than version 4.0 by Andrew Gabbasov · Thu Dec 25 10:22:25 2014 -0600
  41. c1b2cf0 mmc: Avoid redundant switching to 1-bit bus width for MMC cards by Andrew Gabbasov · Thu Dec 25 10:22:24 2014 -0600
  42. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · Tue Dec 23 10:50:33 2014 +0100
  43. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · Tue Dec 23 10:50:31 2014 +0100
  44. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · Tue Dec 23 10:50:29 2014 +0100
  45. ca25e06 mmc: the ext_csd data may be used during init even if reading failed by Diego Santa Cruz · Tue Dec 23 10:50:28 2014 +0100
  46. a7a7599 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · Tue Dec 23 10:50:27 2014 +0100
  47. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · Tue Dec 23 10:50:25 2014 +0100
  48. 747f6fa mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · Tue Dec 23 10:50:24 2014 +0100
  49. 3b62d84 mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · Tue Dec 23 10:50:22 2014 +0100
  50. e5a2a3a mmc: computation of eMMC GP partition size was missing 512 KiB factor by Diego Santa Cruz · Tue Dec 23 10:50:21 2014 +0100
  51. cea8c5c mmc: incomplete test to switch to high-capacity group size definitions by Diego Santa Cruz · Tue Dec 23 10:50:20 2014 +0100
  52. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · Tue Dec 23 10:50:17 2014 +0100
  53. 532663b mmc: Fix block length for DDR mode by Andrew Gabbasov · Mon Dec 01 06:59:11 2014 -0600
  54. 95a3713 mmc: Fix Dual Data Rate capability recognition by Andrew Gabbasov · Mon Dec 01 06:59:10 2014 -0600
  55. 9fc2a41 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · Mon Dec 01 06:59:09 2014 -0600
  56. 32f53b6 MMC: add MMC_VERSION_5_0 by Markus Niebel · Tue Nov 18 15:13:53 2014 +0100
  57. 6d39892 MMC: fix user capacity for partitioned eMMC card by Markus Niebel · Tue Nov 18 15:11:42 2014 +0100
  58. 456104e mmc: Cosmetic fix for nicer, aligned device list printout by Lubomir Popov · Tue Nov 11 12:25:42 2014 +0200
  59. 2439fe9 mmc: Board-specific MMC power initializations by Paul Kocialkowski · Sat Nov 08 20:55:45 2014 +0100
  60. 968f6c0 mmc: Fix mmc bus width by Mario Schuknecht · Tue Sep 30 17:04:42 2014 +0200
  61. 45fde89 mmc: restore capacity when switching to partition 0 by Peter Bigot · Tue Sep 02 18:31:23 2014 -0500
  62. 15e874d mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · Fri Aug 08 09:47:22 2014 +0200
  63. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · Sat Jul 12 21:24:08 2014 +0200
  64. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · Thu Jul 10 22:46:28 2014 +0200
  65. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · Fri May 23 12:47:06 2014 -0600
  66. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jun 02 08:43:48 2014 +0200
  67. 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · Wed May 07 12:19:02 2014 -0600
  68. e80682f mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · Thu Apr 03 04:34:32 2014 -0500
  69. da35178 mmc: postponed needless timer initialization by Mateusz Zalega · Tue Apr 29 20:15:30 2014 +0200
  70. 38ce30b mmc: support the DDR mode for eMMC by Jaehoon Chung · Fri May 16 13:59:54 2014 +0900
  71. 0d1791d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · Fri May 16 13:59:53 2014 +0900
  72. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · Fri Feb 07 14:15:20 2014 -0500
  73. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · Tue Mar 11 19:34:20 2014 +0200
  74. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · Wed Feb 26 19:28:45 2014 +0200
  75. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · Wed Feb 05 10:24:23 2014 -0500
  76. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · Wed Feb 05 10:24:22 2014 -0500
  77. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · Wed Feb 05 10:24:21 2014 -0500
  78. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · Thu Jan 30 16:11:12 2014 -0700
  79. 0395141 mmc: add setdsr support by Markus Niebel · Mon Dec 16 13:40:46 2013 +0100
  80. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · Tue Oct 01 20:32:07 2013 +0200
  81. 8d30cc9 mmc: don't support write & erase for SPL builds by Paul Burton · Mon Sep 09 15:30:26 2013 +0100
  82. 6a7c5ba mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · Wed Sep 04 16:12:25 2013 +0100
  83. 03652dd mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · Tue Aug 06 13:50:10 2013 +0300
  84. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · Fri Aug 16 15:16:11 2013 +0800
  85. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  86. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · Fri Jun 14 13:07:25 2013 +0200
  87. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sat Jun 22 07:38:12 2013 -0400
  88. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Wed Jun 19 12:53:59 2013 +0200
  89. e315ae8 mmc: report capacity for the selected partition by Stephen Warren · Tue Jun 11 15:14:01 2013 -0600
  90. aa05e01 mmc write bug fix by Ruud Commandeur · Wed May 22 13:19:43 2013 +0200
  91. 1104e9b MMC: APIs to support resize of EMMC boot partition by Amar · Sat Apr 27 11:42:58 2013 +0530
  92. 4a2c7d7 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · Wed Nov 28 15:21:13 2012 +0000
  93. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · Tue Apr 09 21:11:56 2013 +0000
  94. a09c2b7 mmc: Define a constant for the maximum block size by Simon Glass · Wed Apr 03 08:54:30 2013 +0000
  95. d552bd1 mmc: check the revision for sd3.0 by Jaehoon Chung · Tue Jan 29 22:58:16 2013 +0000
  96. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · Tue Jan 29 19:31:16 2013 +0000
  97. f7b1510 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · Thu Mar 21 04:00:03 2013 +0000
  98. 020f261 mmc: add support for write protection by Nikita Kiryanov · Mon Dec 03 02:19:46 2012 +0000
  99. eb766ad mmc: Properly determine maximum supported bus width by Andy Fleming · Wed Oct 31 19:02:38 2012 +0000
  100. 7367ec2 mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID by Taylor Hutt · Sat Oct 20 17:15:59 2012 +0000