1. 2b8a969 mmc: dw_mmc: Use active DDR mode flag by Andrew Gabbasov · 10 years ago
  2. 5af8f45 mmc: Fix block length for DDR mode by Andrew Gabbasov · 10 years ago
  3. 201d5ac mmc: Fix Dual Data Rate capability recognition by Andrew Gabbasov · 10 years ago
  4. 786e8f8 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  5. dfcb683 mmc: exynos_dw-mmc: change debug message by Jaehoon Chung · 10 years ago
  6. edab723 MMC: add MMC_VERSION_5_0 by Markus Niebel · 10 years ago
  7. d7b2912 MMC: fix user capacity for partitioned eMMC card by Markus Niebel · 10 years ago
  8. e75eaf1 mmc: Cosmetic fix for nicer, aligned device list printout by Lubomir Popov · 10 years ago
  9. 98d2d5e Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  10. aac5450 omap_hsmmc: Board-specific TWL4030 MMC power initializations by Paul Kocialkowski · 10 years ago
  11. 9675f61 mmc: sh_mmcif: Add support rmobile by Nobuhiro Iwamatsu · 10 years ago
  12. 7a7eb98 mmc: sh_mmcif: Change maximum and minimum value of MMC clock by Nobuhiro Iwamatsu · 10 years ago
  13. 21ea350 mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loop by Nobuhiro Iwamatsu · 10 years ago
  14. f3e85e4 twl4030: device-index-specific MMC power initializations, common ramp-up delay by Paul Kocialkowski · 10 years ago
  15. 95de9ab mmc: Board-specific MMC power initializations by Paul Kocialkowski · 10 years ago
  16. d11ac4b arm: omap: add support for am57xx devices by Felipe Balbi · 10 years ago
  17. 21008ad Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  18. dee332f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  19. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  20. a3d6e38 mmc: fsl_esdhc: Update esdhc driver for iMX6SX by Ye.Li · 10 years ago
  21. 3b4b9a3 mmc: fsl_esdhc: fix f_max retrieval during init by Markus Niebel · 10 years ago
  22. 389b89c sort drivers/mmc/Makefile by Pavel Machek · 10 years ago
  23. 0b03a93 omap: hsmmc: assume cd gpio is active low by Igor Grinberg · 10 years ago
  24. 967325f dm: sunxi: Request card detect gpio by Hans de Goede · 10 years ago
  25. ed41e62 sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · 10 years ago
  26. 3f3c13a mmc: s5p: set SD detection pin as input by Przemyslaw Marczak · 10 years ago
  27. d0796de Merge http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  28. 84a6df0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  29. 7432194 mmc: bcm2835_sdhci: add missing include by Jeroen Hofstee · 10 years ago
  30. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  31. 6588c78 sdhci: make local functions static by Jeroen Hofstee · 10 years ago
  32. e637b30 mmc: sunxi: Add support for sun8i (A23) by Chen-Yu Tsai · 10 years ago
  33. e79c7c8 sunxi: When we've both mmc0 and mmc2, detect from which one we're booting by Hans de Goede · 10 years ago
  34. cd82113 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
  35. 1d1bd42 ARM: sunxi-mmc: Add mmc support for sun6i / A31 by Hans de Goede · 10 years ago
  36. a3e8c22 mmc: sunxi: add SDHC support for sun6i/sun7i/sun8i by Wills Wang · 10 years ago
  37. 5915a2a dm: omap: gpio: Support driver model by Simon Glass · 10 years ago
  38. 03a3536 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  39. 3dc23f7 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  40. 7f19610 dm: exynos: Make sure that GPIOs are requested by Simon Glass · 10 years ago
  41. 09fb736 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · 10 years ago
  42. 790af81 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  43. 311757b samsung: Enable device tree for s5p_goni by Simon Glass · 10 years ago
  44. 04de09f Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  45. 498d1a6 arm: socfpga: mmc: Pick the clock from clock manager by Pavel Machek · 10 years ago
  46. f33c930 mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  47. b966db0 dw_mmc: cleanups by Pavel Machek · 10 years ago
  48. 786a27b mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  49. bcd0698 mvebu_mmc: Driver addition by Mario Schuknecht · 10 years ago
  50. 6dc93e7 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  51. 021a805 mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  52. 282a82e mmc: set correct block size value in bfin sdh driver by Sonic Zhang · 10 years ago
  53. c79cba3 cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  54. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  55. 19060bd ls102xa: esdhc: Add esdhc support for LS102xA by Wang Huan · 10 years ago
  56. 7860649 socfpga: cleanup socfpga_dw_mmc by Pavel Machek · 10 years ago
  57. 51fb455 socfpga: fix clock manager register definition by Pavel Machek · 10 years ago
  58. da55c66 MMC: atmel_mci: enable high speed mode support by Bo Shen · 10 years ago
  59. cd60ebd4 MMC: atmel_mci: refactor setting the mode register by Bo Shen · 10 years ago
  60. 6ace153 mmc/dw_mmc: Fix clock divider calculation error for bypass mode by Chin Liang See · 10 years ago
  61. dae0f5c mmc: s3c: Add SD driver by Marek Vasut · 10 years ago
  62. 6497302 bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag by Lubomir Rintel · 10 years ago
  63. 3fe3b4f ARM: kirkwood: add mvsdio driver by DrEagle · 10 years ago
  64. 740f41d Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  65. 750121c mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  66. cee9ab7 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  67. b6ae676 sunxi: Remove mmc DMA support by Hans de Goede · 10 years ago
  68. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  69. 3d6a5a4 mmc: free allocated memory on initialization errors by Darwin Rambo · 10 years ago
  70. d4622df mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 10 years ago
  71. cc49da2 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  72. 9902c7b mmc: atmel_mci: fix print incorrect buffer content for debug by Wu, Josh · 10 years ago
  73. e24ea55 sunxi: mmc support by Ian Campbell · 10 years ago
  74. 10dc777 esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set by Tom Rini · 10 years ago
  75. 638b3e8 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  76. d235628 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 10 years ago
  77. 91fdabc eMMC: add support for operations in RPMB partition by Pierre Aubert · 11 years ago
  78. 6b2221b mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 11 years ago
  79. d803fea mmc: postponed needless timer initialization by Mateusz Zalega · 10 years ago
  80. 7168977 esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driver by Ye.Li · 11 years ago
  81. 05d134b Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  82. 9b8c9a3 mmc: s5p_sdhci: add the s5p_sdhci_core_init function by Jaehoon Chung · 10 years ago
  83. e09bd85 mmc: exynos_dw_mmc: enable the DDR mode by Jaehoon Chung · 10 years ago
  84. 045bdcd mmc: dw_mmc: support the DDR mode by Jaehoon Chung · 10 years ago
  85. d22e3d4 mmc: support the DDR mode for eMMC by Jaehoon Chung · 10 years ago
  86. 8caf46d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 10 years ago
  87. 959198f mmc: exynos_dw_mmc: restore the property into host by Jaehoon Chung · 10 years ago
  88. f175603 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 11 years ago
  89. 0b2e13d powerpc/85xx: Add T4240RDB board support by Chunhe Lan · 11 years ago
  90. 1eaa742 driver: Add support of image load for MMC & SPI in SPL by Prabhakar Kushwaha · 11 years ago
  91. 613ab32 driver/mmc: fix compile warnings by Prabhakar Kushwaha · 11 years ago
  92. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  93. 1336e2d mmc:eSDHC: Workaround for data timeout issue on Txxx SoC by Haijun.Zhang · 11 years ago
  94. 8a57302 mmc: fsl_esdhc: add controller reset in case of data related errors too by Andrew Gabbasov · 11 years ago
  95. fb82398 mmc: fsl_esdhc: fix calculation of timeout for data transactions by Andrew Gabbasov · 11 years ago
  96. 33ace36 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  97. 74c32ef mmc: sh_mmcif: Fix warning by unused variable by Nobuhiro Iwamatsu · 11 years ago
  98. cd2bf48 mmc: sh_mmcif: Fix compile error by Nobuhiro Iwamatsu · 11 years ago
  99. 0b2da7e blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 11 years ago
  100. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago