1. d97631a drivers: mmc: omap_hsmmc: convert driver to adopt device driver model by Mugunthan V N · Mon Sep 28 12:56:30 2015 +0530
  2. 44157de ARM: k2g: add SD card and eMMC support by Roger Quadros · Sat Sep 19 16:26:53 2015 +0530
  3. 66f5f82 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Oct 20 21:59:40 2015 -0400
  4. 207f86e mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows by Stefan Roese · Thu Oct 01 17:34:41 2015 +0200
  5. e0c7aa4 sunxi: Use Kconfig CONFIG_MMC by Maxime Ripard · Thu Oct 15 22:04:07 2015 +0200
  6. 4f78074 mmc: Add generic Kconfig option by Maxime Ripard · Thu Oct 15 22:04:05 2015 +0200
  7. c29121b exynos: more debug and cleanup in do_sdhci_init() by Tobias Jakobi · Mon Oct 05 13:47:53 2015 +0200
  8. 953d21b exynos: be more verbose in process_nodes() by Tobias Jakobi · Mon Oct 05 13:47:52 2015 +0200
  9. 0ab570c exynos: Fix passing of errors in exynos_mmc_init() by Tobias Jakobi · Mon Oct 05 13:47:51 2015 +0200
  10. 49b330d exynos: Properly zero initialize host in s5p_sdhci_init() by Tobias Jakobi · Mon Oct 05 13:47:50 2015 +0200
  11. 5192ba2 sunxi: mmc: Fix clk-delay settings by Hans de Goede · Wed Sep 23 16:13:10 2015 +0200
  12. 31cf7e7 mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel) by Łukasz Majewski · Fri Sep 25 18:25:25 2015 +0200
  13. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  14. 1749723 mmc: dw_mmc: Probe the MMC from OF by Marek Vasut · Sat Jul 25 10:48:14 2015 +0200
  15. df8aa52 mmc: Probe DM based mmc devices in u-boot by Sjoerd Simons · Sun Aug 30 16:55:45 2015 -0600
  16. 4ecaa6d rockchip: Add an MMC driver by Simon Glass · Sun Aug 30 16:55:37 2015 -0600
  17. eff7668 mmc: Support bypass mode with the get_mmc_clk() method by Simon Glass · Sun Aug 30 16:55:15 2015 -0600
  18. b017009 sunxi: mmc: set transfer timeout according to byte_cnt. by Yousong Zhou · Sat Aug 29 21:26:11 2015 +0800
  19. 2c64583 arm: pxa: mmc: clean-up include file order by Marcel Ziswiler · Sun Aug 16 04:16:27 2015 +0200
  20. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  21. d5de688 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Thu Aug 13 07:20:44 2015 -0400
  22. 923c207 mmc_spi: Big-endian support by Yoshinori Sato · Mon Jun 01 15:22:37 2015 +0900
  23. 6133efa dw_mmc: Calculate dwmmc FIFO threshold size if not provided by Simon Glass · Thu Aug 06 20:16:29 2015 -0600
  24. e343afb mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx by Nikita Kiryanov · Thu Jul 30 23:56:21 2015 +0300
  25. 5ffdd85 mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xx by Nikita Kiryanov · Thu Jul 30 23:56:20 2015 +0300
  26. af0c1be mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller. by Peter Griffin · Thu Jul 30 18:55:22 2015 +0100
  27. 4c9b948 mmc: dw_mmc: Avoid using printf() for errors by Simon Glass · Thu Aug 06 20:16:27 2015 -0600
  28. 81e093f mmc: dw_mmc: Improve handling of data transfer failure by Marek Vasut · Mon Jul 27 22:39:38 2015 +0200
  29. 795de7b mmc: dw_mmc: Zap endless timeout by Marek Vasut · Mon Jul 27 22:39:37 2015 +0200
  30. c8b9610 mmc: dw_mmc: Stop bounce buffer even in case of failure by Marek Vasut · Mon Jul 27 22:39:36 2015 +0200
  31. d532ac6 exynos: Correct return value in exynos_mmc_init() by Simon Glass · Thu Jul 02 18:16:12 2015 -0600
  32. 4a43fe9 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available by Tom Rini · Sun Aug 02 10:27:52 2015 -0400
  33. 65022b3 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Aug 02 07:40:37 2015 -0400
  34. ab0cc6b ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · Wed Mar 04 16:36:00 2015 -0700
  35. 1f5419e mmc: tegra: Build warning fixes for 64-bit by Thierry Reding · Wed Jul 22 15:34:33 2015 -0600
  36. 9cb5e99 mmc:fsl_esdhc invalidate dcache before read by Peng Fan · Thu Jun 25 10:32:26 2015 +0800
  37. 8c95c51 sunxi: Create helper function veryfing valid boot signature on MMC by Daniel Kochmański · Fri May 29 16:55:41 2015 +0200
  38. 13df57b mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · Fri May 29 16:55:43 2015 +0200
  39. d3e58e4 dm: test: Add a test for the mmc uclass by Simon Glass · Mon Jul 06 12:54:32 2015 -0600
  40. a4343c4 mmc: Add debug() output on read errors by Simon Glass · Tue Jun 23 15:38:50 2015 -0600
  41. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · Tue Jun 23 15:38:48 2015 -0600
  42. 13a547f mmc: sdhci.c: Add config option to use a fixed buffer for transfers by Stefan Roese · Mon Jun 29 14:58:09 2015 +0200
  43. 42817a4 mmc: sdhci: Use timer based timeout detection in sdhci_send_command() by Stefan Roese · Mon Jun 29 14:58:08 2015 +0200
  44. e84d73d mmc: bcm2835_sdhci: Restore original delay behavior by Marek Vasut · Fri Jun 19 23:39:41 2015 +0200
  45. 58e3194 mmc_write.c: Make mmc_berase do 32bit safe 64bit math by Tom Rini · Thu Jun 11 20:53:31 2015 -0400
  46. e652530 sunxi: mmc: Enable pull-up on card-detect gpio pin by Hans de Goede · Sat May 30 16:39:10 2015 +0200
  47. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue May 05 14:57:23 2015 -0400
  48. 323a6bb Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Tue May 05 07:00:38 2015 -0400
  49. fdaeb16 ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver by Marek Vasut · Mon May 04 22:54:36 2015 +0200
  50. 7bcaf2a tegra: mmc: Set the removable flag correctly by Simon Glass · Mon May 04 11:31:16 2015 -0600
  51. 43c6b2f mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host by Alexander Stein · Fri Apr 17 17:33:17 2015 +0200
  52. 3ffa851 mmc: fsl_esdhc: update eMMC44 adapter card erase timeout by Yangbo Lu · Wed Apr 15 10:13:12 2015 +0800
  53. 8e5db91 mmc: sdhci: add timeout setting for response busy command by Kevin Liu · Mon Mar 23 17:57:00 2015 -0500
  54. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · Mon Mar 23 17:56:59 2015 -0500
  55. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · Thu Mar 19 07:44:07 2015 -0500
  56. 034857c mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · Thu Mar 19 07:44:06 2015 -0500
  57. 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
  58. 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
  59. ec600d1 mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · Thu Mar 19 07:44:03 2015 -0500
  60. 163beec mmc: fsl_esdhc: Add peripheral clock support by Yangbo Lu · Wed Apr 22 13:57:40 2015 +0800
  61. b124f8a mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · Wed Apr 22 13:57:00 2015 +0800
  62. b1e107a sunxi: mmc: Fix card-detect gpio handling to work with the driver-model by Hans de Goede · Wed Apr 22 17:03:17 2015 +0200
  63. f07872b sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool by Hans de Goede · Mon Apr 06 20:33:34 2015 +0200
  64. 049e003 zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD by Siva Durga Prasad Paladugu · Tue Jul 08 15:31:04 2014 +0530
  65. d0e295d ls2085a: esdhc: Add esdhc support for ls2085a by Yangbo Lu · Fri Mar 20 19:28:31 2015 -0700
  66. 82d81a4 ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach by Masahiro Yamada · Thu Mar 19 19:42:57 2015 +0900
  67. 8d3a2a7 mv_sdhci: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:39 2015 -0500
  68. 45ad229 sdhci: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:38 2015 -0500
  69. 55327dc mmc: sdhci: don't clobber adjacent registers by Matt Reimer · Mon Feb 23 14:56:58 2015 -0700
  70. 9af8f39 mmc: s5p: properly mask SELBASECLK by Matt Reimer · Mon Feb 23 14:52:22 2015 -0700
  71. a4f9c6b mmc: fsl_esdhc fix register offset by Peng Fan · Tue Mar 10 15:35:46 2015 +0800
  72. ccd887d Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · Mon Mar 02 09:42:53 2015 +0100
  73. d251e11 mmc: fsl_esdhc: Add support for DDR mode by Volodymyr Riazantsev · Tue Jan 20 10:16:44 2015 -0500
  74. 9651f59 mmc: sdhci: fix bus width switching on Samsung SoCs by Matt Reimer · Thu Feb 19 11:22:53 2015 -0700
  75. 7bc4e30 mmc: print SD/eMMC type for inited mmc devices by Przemyslaw Marczak · Fri Feb 20 12:29:27 2015 +0100
  76. c3885b8 mmc: exynos dwmmc: check boot mode before init dwmmc by Przemyslaw Marczak · Fri Feb 20 12:29:26 2015 +0100
  77. 313d05b sunxi: mmc: Always declare High Capacity capability by Hans de Goede · Thu Feb 19 21:03:21 2015 +0100
  78. bcb03eab mmc: exynos_dw_mmc: use the exynos specific data structure by Jaehoon Chung · Wed Feb 04 15:48:40 2015 +0900
  79. 3d12e55 mmc: exynos_dw_mmc: set to clksel_val into board-init function by Jaehoon Chung · Wed Feb 04 15:48:39 2015 +0900
  80. 401fc50 mmc: dw_mmc: fixed the wrong bit control by Jaehoon Chung · Wed Jan 14 17:37:53 2015 +0900
  81. 12b2a87 mmc: fsl_esdhc: Add support to force VSELECT set by Otavio Salvador · Tue Feb 17 10:42:44 2015 -0200
  82. fad3e06 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V by Otavio Salvador · Tue Feb 17 10:42:43 2015 -0200
  83. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · Tue Jan 27 22:13:39 2015 -0700
  84. d693b1e Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · Mon Feb 02 12:37:34 2015 -0500
  85. b4aa9f3 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Mon Feb 02 10:11:44 2015 -0500
  86. 253d77d sunxi: mmc: Add 'sunxi_' prefix to the static functions by Siarhei Siamashka · Sun Feb 01 00:42:14 2015 +0200
  87. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · Mon Jan 05 20:05:38 2015 -0700
  88. 6ad0981 omap3: mmc: add 1.8v bias setting for MMC1 by Albert ARIBAUD \(3ADEV\) · Fri Jan 16 09:09:50 2015 +0100
  89. 3c0b853 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Fri Jan 23 10:22:29 2015 -0500
  90. f1865db sunxi: mmc: Add support for sun9i (A80) by Hans de Goede · Wed Jan 14 19:05:03 2015 +0100
  91. 8c83657 sunxi: mmc: Use a realistic timeout when sending a mmc command by Hans de Goede · Thu Jan 15 13:50:35 2015 +0100
  92. 384081a mmc: zynq: Use phys_addr_t for addresses by Michal Simek · Wed Jan 14 16:11:47 2015 +0100
  93. 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
  94. c1b2cf0 mmc: Avoid redundant switching to 1-bit bus width for MMC cards by Andrew Gabbasov · Thu Dec 25 10:22:24 2014 -0600
  95. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · Tue Dec 23 10:50:33 2014 +0100
  96. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · Tue Dec 23 10:50:31 2014 +0100
  97. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · Tue Dec 23 10:50:29 2014 +0100
  98. 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
  99. a7a7599 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · Tue Dec 23 10:50:27 2014 +0100
  100. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · Tue Dec 23 10:50:25 2014 +0100