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