1. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · Wed Feb 05 10:24:23 2014 -0500
  2. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · Wed Feb 05 10:24:22 2014 -0500
  3. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · Wed Feb 05 10:24:21 2014 -0500
  4. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · Thu Jan 30 16:11:12 2014 -0700
  5. 0395141 mmc: add setdsr support by Markus Niebel · Mon Dec 16 13:40:46 2013 +0100
  6. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · Tue Oct 01 20:32:07 2013 +0200
  7. 8d30cc9 mmc: don't support write & erase for SPL builds by Paul Burton · Mon Sep 09 15:30:26 2013 +0100
  8. 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
  9. 03652dd mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · Tue Aug 06 13:50:10 2013 +0300
  10. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · Fri Aug 16 15:16:11 2013 +0800
  11. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  12. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · Fri Jun 14 13:07:25 2013 +0200
  13. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sat Jun 22 07:38:12 2013 -0400
  14. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Wed Jun 19 12:53:59 2013 +0200
  15. e315ae8 mmc: report capacity for the selected partition by Stephen Warren · Tue Jun 11 15:14:01 2013 -0600
  16. aa05e01 mmc write bug fix by Ruud Commandeur · Wed May 22 13:19:43 2013 +0200
  17. 1104e9b MMC: APIs to support resize of EMMC boot partition by Amar · Sat Apr 27 11:42:58 2013 +0530
  18. 4a2c7d7 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · Wed Nov 28 15:21:13 2012 +0000
  19. 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
  20. a09c2b7 mmc: Define a constant for the maximum block size by Simon Glass · Wed Apr 03 08:54:30 2013 +0000
  21. d552bd1 mmc: check the revision for sd3.0 by Jaehoon Chung · Tue Jan 29 22:58:16 2013 +0000
  22. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · Tue Jan 29 19:31:16 2013 +0000
  23. f7b1510 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · Thu Mar 21 04:00:03 2013 +0000
  24. 020f261 mmc: add support for write protection by Nikita Kiryanov · Mon Dec 03 02:19:46 2012 +0000
  25. eb766ad mmc: Properly determine maximum supported bus width by Andy Fleming · Wed Oct 31 19:02:38 2012 +0000
  26. 7367ec2 mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID by Taylor Hutt · Sat Oct 20 17:15:59 2012 +0000
  27. 87ea389 drivers/mmc/mmc.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:43 2012 +0000
  28. 5ac2064 MMC: Remove the MMC bounce buffer by Marek Vasut · Sun Aug 26 15:19:09 2012 +0000
  29. 6ce8aed mmc_get_dev: Return error if mmc_init fails by Benoît Thébaudeau · Fri Aug 10 08:59:12 2012 +0000
  30. 009784c mmc: detect boot sectors using EXT_CSD_BOOT_MULT too by Stephen Warren · Mon Jul 30 10:55:43 2012 +0000
  31. 5cbfa8e7a MMC: u-boot-spl may be compiled without partition support by Mikhail Kshevetskiy · Mon Jul 09 08:53:38 2012 +0000
  32. f6bec73 mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used by Yoshihiro Shimoda · Thu Jun 07 19:09:11 2012 +0000
  33. 1be00d9 mmc: fix wrong timeout check in mmc_send_status() by Jongman Heo · Sun Jun 03 21:32:13 2012 +0000
  34. ee939dd mmc: Remove unused item flags in struct mmc_cmd by Kaspter Ju · Thu May 31 04:27:50 2012 +0000
  35. 15c9ad9 SD/MMC: check the card status during erase operation by Jerry Huang · Thu May 17 23:00:51 2012 +0000
  36. 65b04cf mmc:fix Call mmc_init() when executing mmc_get_dev() by Łukasz Majewski · Thu Apr 19 02:39:18 2012 +0000
  37. e1d4c7b mmc: remove the hard setting for tran_speed by Jaehoon Chung · Mon Mar 26 21:16:03 2012 +0000
  38. b6fe0dc mmc:fix: Set mmc width according to MMC host capabilities by Łukasz Majewski · Mon Mar 12 22:07:18 2012 +0000
  39. c9cb4a9 mmc: Fix warning if CONFIG_MMC_TRACE is enabled by Dirk Behme · Thu Mar 08 02:35:34 2012 +0000
  40. dfad56c drivers/mmc/mmc.c: Fix build warning by Anatolij Gustschin · Wed Mar 28 21:24:32 2012 +0000
  41. dccb608 MMC: Implement generic bounce buffer by Marek Vasut · Thu Mar 15 18:41:35 2012 +0000
  42. 3178932 mmc: make mmc_send_status() more reliable by Jan Kloetzke · Sun Feb 05 22:29:12 2012 +0000
  43. 4e929dd mmc: fix card busy polling by Jan Kloetzke · Sun Feb 05 22:29:11 2012 +0000
  44. b9c8b77 mmc: Implement card detection. by Thierry Reding · Mon Jan 02 01:15:37 2012 +0000
  45. d7aebf4 mmc: Change board_mmc_getcd() function prototype. by Thierry Reding · Mon Jan 02 01:15:36 2012 +0000
  46. 24e92ec mmc: add host_caps checking avoid switch card improperly by Macpaul Lin · Mon Nov 28 16:31:09 2011 +0000
  47. 028bde1 Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" by Macpaul Lin · Mon Nov 14 23:35:39 2011 +0000
  48. 4a32fba mmc: CMD7:MMC_CMD_SELECT_CARD response fix by Ajay Bhargav · Wed Oct 05 03:13:23 2011 +0000
  49. 4f5a6a5 mmc: test mmc bus width on startup by Lei Wen · Mon Oct 03 20:35:11 2011 +0000
  50. 217467f mmc: change magic number to macro define by Lei Wen · Mon Oct 03 20:35:10 2011 +0000
  51. 2ecf6e9 mmc: retry the cmd8 to meet 74 clocks requirement in the spec by Lei Wen · Fri Sep 02 17:34:17 2011 +0000
  52. 82d04cb mmc: dcache: allocate cache aligned buffers for ext_csd by Anton staaf · Tue Oct 04 11:24:50 2011 +0000
  53. 9b00f0d mmc: dcache: allocate cache aligned buffer for scr and switch_status by Anton staaf · Mon Oct 03 13:54:59 2011 +0000
  54. c442739 mmc: Fix mmc_send_status() by Marek Vasut · Wed Aug 10 09:24:48 2011 +0200
  55. 6252b4f disk/part.c: Make features optional by Matthew McClintock · Tue May 24 05:31:19 2011 +0000
  56. 237823e mmc: Access mode validation for eMMC cards > 2 GiB by Łukasz Majewski · Tue Jul 05 02:19:44 2011 +0000
  57. 7d88de5 mmc: fix the condition for MMC version 4 by Yoshihiro Shimoda · Mon Jul 04 22:13:26 2011 +0000
  58. ea52676 MMC: add erase function to both mmc and sd by Lei Wen · Wed Jun 22 17:03:31 2011 +0000
  59. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  60. 31b9980 mmc: enable partition switch function for emmc by Lei Wen · Mon May 02 16:26:26 2011 +0000
  61. d430d7c cmd_mmc: eliminate device num in the mmc command by Lei Wen · Mon May 02 16:26:25 2011 +0000
  62. f2f4366 MMC: make b_max unconditional by John Rigby · Mon Apr 18 05:50:08 2011 +0000
  63. 6348b13 MMC may wrongly regconize 2GB eMMC as high capacity by Raffaele Recalcati · Wed Mar 23 04:06:50 2011 +0000
  64. 894b1e2 mmc: trace added by Raffaele Recalcati · Fri Mar 11 02:01:14 2011 +0000
  65. 1df837e mmc: SEND_OP_COND considers card capabilities (voltage) by Raffaele Recalcati · Fri Mar 11 02:01:13 2011 +0000
  66. 01a0dc6 mmc: checking status after commands with R1b response by Raffaele Recalcati · Fri Mar 11 02:01:12 2011 +0000
  67. 4c92a65 mmc: remove duplicated header file by Minkyu Kang · Tue Jan 04 01:04:56 2011 +0000
  68. 1254c3d mmc: add generic mmc spi driver by Thomas Chou · Fri Dec 24 13:12:21 2010 +0000
  69. b588caf mmc: constify & localize data by Mike Frysinger · Wed Oct 20 01:15:53 2010 +0000
  70. d0e3c80 MMC: Max blocks value adjustable by Matt Waddel · Thu Feb 24 16:35:23 2011 +0000
  71. 24bb5ab SD1.00 wide-bus fix by Alagu Sankar · Wed May 12 15:08:24 2010 +0530
  72. c25d1b9 mmc: Add multi-block read support to the generic mmc driver by Alagu Sankar · Mon Oct 25 07:23:56 2010 -0700
  73. eb28886 mmc: Clean up generic mmc driver multi-block write functions by Steve Sakoman · Thu Oct 28 09:00:26 2010 -0700
  74. 6b405b7 mmc: seperate block number into small parts for multi-write cmd by Lei Wen · Thu Oct 14 13:38:11 2010 +0800
  75. 232293c MMC: Fix for capacity calculation on eMMC by Sukumar Ghorai · Mon Sep 20 18:29:29 2010 +0530
  76. b030574 mmc: fix compiler warnings by Wolfgang Denk · Sun Sep 19 01:03:20 2010 +0200
  77. e1cc9c8 mmc: add boundary check for mmc operation by Lei Wen · Mon Sep 13 22:07:27 2010 +0800
  78. b98d58e Fix memory leak in mmc_read() by Wolfgang Denk · Thu Mar 11 23:35:43 2010 +0100
  79. 6e00edf MMC: add weak function to detect MMC/SD card by Stefano Babic · Fri Feb 05 15:04:43 2010 +0100
  80. f8e9a21 mmc: check correctness of the voltage mask in ocr by Stefano Babic · Wed Jan 20 18:20:39 2010 +0100
  81. 8459aab mmc: set bus width to 1 and clock to minimum early during initialization by Ilya Yanok · Mon Jun 29 17:53:16 2009 +0400
  82. 6e8edf4 mmc: Fix decoding of SCR & function switch data on little-endian machines by Yauhen Kharuzhy · Thu May 07 00:43:30 2009 +0300
  83. b5198b3 mmc: Remove return from mmc_init for non SD 2.0 compatible cards. by Yauhen Kharuzhy · Thu May 07 13:08:53 2009 +0300
  84. b6eed94 mmc: drop unnecessary casts by Rabin Vincent · Sun Apr 05 13:30:56 2009 +0530
  85. bdf7a68 mmc: fix response decoding on little endian by Rabin Vincent · Sun Apr 05 13:30:55 2009 +0530
  86. 69d4e2c mmc: use lldiv to fix arm eabi build by Rabin Vincent · Sun Apr 05 13:30:54 2009 +0530
  87. 3e448aa mmc: check find_mmc_device return value by Rabin Vincent · Sun Apr 05 13:30:53 2009 +0530
  88. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  89. ad347bb Add MMC Framework by Andy Fleming · Thu Oct 30 16:41:01 2008 -0500