1. c929213 ls102xa: esdhc: Add esdhc support for LS102xA by Wang Huan · 10 years ago
  2. 1d45a44 socfpga: cleanup socfpga_dw_mmc by Pavel Machek · 10 years ago
  3. 91c2f8f socfpga: fix clock manager register definition by Pavel Machek · 10 years ago
  4. 1dc856d MMC: atmel_mci: enable high speed mode support by Bo Shen · 10 years ago
  5. 02d7728 MMC: atmel_mci: refactor setting the mode register by Bo Shen · 10 years ago
  6. 4cfff95 mmc/dw_mmc: Fix clock divider calculation error for bypass mode by Chin Liang See · 10 years ago
  7. 635638f mmc: s3c: Add SD driver by Marek Vasut · 10 years ago
  8. 807706d bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag by Lubomir Rintel · 10 years ago
  9. ad88174 ARM: kirkwood: add mvsdio driver by DrEagle · 10 years ago
  10. 33f6964 Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  11. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  12. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  13. 411dc87 sunxi: Remove mmc DMA support by Hans de Goede · 10 years ago
  14. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  15. cc350cb mmc: free allocated memory on initialization errors by Darwin Rambo · 11 years ago
  16. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 11 years ago
  17. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  18. 6bcb562 mmc: atmel_mci: fix print incorrect buffer content for debug by Wu, Josh · 11 years ago
  19. b4e9f2f sunxi: mmc support by Ian Campbell · 11 years ago
  20. 239dd25 esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set by Tom Rini · 11 years ago
  21. 6345854 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  22. 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
  23. 343cd9f eMMC: add support for operations in RPMB partition by Pierre Aubert · 11 years ago
  24. e80682f mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 11 years ago
  25. da35178 mmc: postponed needless timer initialization by Mateusz Zalega · 11 years ago
  26. 33a56b1 esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driver by Ye.Li · 11 years ago
  27. 95eb65a Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  28. b494ac8 mmc: s5p_sdhci: add the s5p_sdhci_core_init function by Jaehoon Chung · 11 years ago
  29. ef91dd5 mmc: exynos_dw_mmc: enable the DDR mode by Jaehoon Chung · 11 years ago
  30. e867294 mmc: dw_mmc: support the DDR mode by Jaehoon Chung · 11 years ago
  31. 38ce30b mmc: support the DDR mode for eMMC by Jaehoon Chung · 11 years ago
  32. 0d1791d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 11 years ago
  33. 6281110 mmc: exynos_dw_mmc: restore the property into host by Jaehoon Chung · 11 years ago
  34. 2c0ea60 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 11 years ago
  35. 8e4f3ff powerpc/85xx: Add T4240RDB board support by Chunhe Lan · 11 years ago
  36. 9ea255a driver: Add support of image load for MMC & SPI in SPL by Prabhakar Kushwaha · 11 years ago
  37. 568bb76 driver/mmc: fix compile warnings by Prabhakar Kushwaha · 11 years ago
  38. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  39. edeb83a mmc:eSDHC: Workaround for data timeout issue on Txxx SoC by Haijun.Zhang · 11 years ago
  40. a04a6e0 mmc: fsl_esdhc: add controller reset in case of data related errors too by Andrew Gabbasov · 11 years ago
  41. d5b4866 mmc: fsl_esdhc: fix calculation of timeout for data transactions by Andrew Gabbasov · 11 years ago
  42. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  43. 5cedb6e mmc: sh_mmcif: Fix warning by unused variable by Nobuhiro Iwamatsu · 11 years ago
  44. 3060064 mmc: sh_mmcif: Fix compile error by Nobuhiro Iwamatsu · 11 years ago
  45. 23bcc9b blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 11 years ago
  46. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  47. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  48. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  49. 12cf19e drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  50. c57ba04 mmc: zynq: Add OF initialization support by Michal Simek · 11 years ago
  51. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  52. 29f2f57 mmc: kona: Add Kona mmc driver by Darwin Rambo · 11 years ago
  53. c68e851 blackfin: Add <asm/clock.h> to numerous drivers by Tom Rini · 11 years ago
  54. 034dd3d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  55. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  56. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  57. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  58. 0d6891b mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1B by Siva Durga Prasad Paladugu · 11 years ago
  59. ccfa20b MMC: DWMMC: Correct the CLKDIV register value by Rajeshwari S Shinde · 11 years ago
  60. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · 11 years ago
  61. 65e0eb1 mmc: tegra: support Tegra124 by Stephen Warren · 11 years ago
  62. 82435da drivers: delete unused header files by Masahiro Yamada · 11 years ago
  63. f0fe8ad esdhc: Detecting 8 bit width before mmc initialization by Haijun.Zhang · 11 years ago
  64. 05f5854 esdhc: Workaround for card can't be detected on T4240QDS by Haijun.Zhang · 11 years ago
  65. 606df6a mmc: dwmmc: mode change to 0644 by Minkyu Kang · 11 years ago
  66. cca9f45 socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA by Chin Liang See · 11 years ago
  67. 0395141 mmc: add setdsr support by Markus Niebel · 11 years ago
  68. 4355813 mmc: Minor cleanup of sdhci.c by Darwin Rambo · 11 years ago
  69. 55bab5e mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller by Alexey Brodkin · 11 years ago
  70. 2ba83e2 mmc/dwmmc: Using calloc instead malloc by Chin Liang See · 11 years ago
  71. 3a90999 mmc: add Faraday FTSDC021 SDHCI controller support by Kuo-Jung Su · 11 years ago
  72. 538f5f7 powerpc: mmc: Add corenet devices support in esdhc spl by Priyanka Jain · 11 years ago
  73. db8f869 mmc/dwmmc: modify FIFO threshold only if value explicitly set by Alexey Brodkin · 11 years ago
  74. 42f81a8 mmc: dw_mmc: remove the exynos specific code in dw-mmc.c by Jaehoon Chung · 11 years ago
  75. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  76. 8a065e9 powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register by Haijun.Zhang · 11 years ago
  77. c4fd451 esdhc: memset mmc struct before putting into use by Haijun.Zhang · 11 years ago
  78. d49eb9e Powerpc/esdhc: Add simple description of esdhc register by Haijun.Zhang · 11 years ago
  79. a63efe7 powerpc/esdhc: Map register for eSDHC Host Controller V3.0 by Haijun.Zhang · 11 years ago
  80. 7016309 DWMMC: SMDK5420: Disable SMU for eMMC by Rajeshwari Shinde · 11 years ago
  81. adccccf mmc: sdhci: Avoid commands errors by simple timeout adaptation. by Przemyslaw Marczak · 11 years ago
  82. d94735b mmc: dw_mmc: change the callback function name. by Jaehoon Chung · 11 years ago
  83. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  84. f090ab4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  85. 7d48a73 Fix wrong sdhci host control register read and write by Juhyun \(Justin\) Oh · 11 years ago
  86. a7a6091 mmc/dw_mmc: Allocate the correct amount of descriptors by Mischa Jonker · 11 years ago
  87. 7423bed mmc/dw_mmc: Fix DMA descriptor corruption by Mischa Jonker · 11 years ago
  88. 8d30cc9 mmc: don't support write & erase for SPL builds by Paul Burton · 11 years ago
  89. d95b706 mmc: fsl_esdhc: Check the result from malloc() by Fabio Estevam · 11 years ago
  90. 6a7c5ba mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  91. 19df412 ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx by Lubomir Popov · 11 years ago
  92. 06640ca omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func by Oleksandr Tyshchenko · 11 years ago
  93. 03652dd mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · 11 years ago
  94. 46e627c mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC by Jaehoon Chung · 11 years ago
  95. b143210 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  96. 1957a4d mmc: mxsmmc: Enable MMC HC support by Amaury Pouly · 11 years ago
  97. b27fef5 SPDX-License-Identifier: clean up license header by York Sun · 11 years ago
  98. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · 11 years ago
  99. 827b6f6 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  100. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago