1. fb01318 mmc: sunxi: Enable 8bits bus width for sun8i by Maxime Ripard · 8 years ago
  2. a9003dc mmc: Retry the switch command by Maxime Ripard · 8 years ago
  3. 1df182d Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  4. 339cb07 mmc: atmel_sdhci: Remove unnecessary clock calling by Wenyou Yang · 8 years ago
  5. 2a1beda mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 by Jaehoon Chung · 8 years ago
  6. 288db7c mmc: add the device name in debugging message for supplying vmmc by Jaehoon Chung · 8 years ago
  7. f55ae19 dm: mmc: socfpga: fix MMC_OPS support by Sylvain Lesne · 8 years ago
  8. dd399cb mmc: refactor two core functions by Masahiro Yamada · 8 years ago
  9. be256cb mmc: sdhci: fix the "misaligned operation at range" for cache by Jaehoon Chung · 8 years ago
  10. 2051aef mmc: introduce mmc_power_init by Peng Fan · 8 years ago
  11. c69f6d0 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  12. 252788b dm: mmc: Enable DM_MMC_OPS by default with DM_MMC by Simon Glass · 8 years ago
  13. 57718f0 mmc: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  14. 2cb5d67 mmc: sdhci: use the generic error number by Jaehoon Chung · 8 years ago
  15. 895549a mmc: sdhci: use the host version value in sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  16. e5113c3 mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg by Jaehoon Chung · 8 years ago
  17. 7aedafd mmc: s5p_sdhci: support the Driver model for Exynos by Jaehoon Chung · 8 years ago
  18. 561e624 dm: mmc: Support erase by Simon Glass · 8 years ago
  19. f5fd45f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  20. d2d9bdf spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  21. 35ae994 dm: mmc: intialize dev when probe by Peng Fan · 8 years ago
  22. e8adca9 mmc: tegra: only use new clock/reset APIs by Stephen Warren · 8 years ago
  23. 6a474db mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago
  24. f53c4e4 mmc: tegra: priv struct and naming cleanup by Stephen Warren · 8 years ago
  25. 6138d5b mmc: tegra: don't use periph_id in pad_init_mmc() by Stephen Warren · 8 years ago
  26. 6b83588 mmc: tegra: move pad_init_mmc() into MMC driver by Stephen Warren · 8 years ago
  27. 67748a7 mmc: tegra: use correct alias for SDHCI/MMC nodes by Stephen Warren · 8 years ago
  28. 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  29. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  30. 24f5aec mmc: squash lines for immediate return by Masahiro Yamada · 8 years ago
  31. 2b42903 mmc: dw_mmc: push/pop all FIFO data if any data request by Jacob Chen · 8 years ago
  32. 6dffdbc mmc: sdhci: Add the programmable clock mode support by Wenyou Yang · 8 years ago
  33. e492dbb mmc: sd: optimize erase by Peng Fan · 8 years ago
  34. 3697e59 mmc: sd: extracting erase related information from sd status by Peng Fan · 8 years ago
  35. 65a25b2 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT by Masahiro Yamada · 8 years ago
  36. d8ce77b mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME by Masahiro Yamada · 8 years ago
  37. 15bd099 mmc: sdhci: move SDMA capability check to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  38. 3137e64 mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  39. 6c67954 mmc: sdhci: move error message to more relevant place by Masahiro Yamada · 8 years ago
  40. 8d549b6 mmc: sdhci: move sdhci_reset() call to sdhci_init() by Masahiro Yamada · 8 years ago
  41. 14f4723 mmc: uniphier-sd: migrate to CONFIG_BLK by Masahiro Yamada · 8 years ago
  42. 4a89a24 mmc: uniphier-sd: just return if already set to desired clock rate by Masahiro Yamada · 8 years ago
  43. 8be12e2 mmc: uniphier-sd: return error code if unsupported width is given by Masahiro Yamada · 8 years ago
  44. 4eb0084 mmc: uniphier-sd: move uniphier_sd_init() below by Masahiro Yamada · 8 years ago
  45. 3937404 mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS by Masahiro Yamada · 8 years ago
  46. 4a70d26 mmc: uniphier-sd: add static qualifiers to probe and remove callbacks by Masahiro Yamada · 8 years ago
  47. eb3f68a ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · 8 years ago
  48. c98b171 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 8 years ago
  49. 6f107e4 arm: rmobile: Add BLANCHE board support by masakazu.mochizuki.wd@hitachi.com · 8 years ago
  50. 7593194 mmc: rmobile: add a compiler barrier by Yannick Gicquel · 8 years ago
  51. 1cc95f6 ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE by Nobuhiro Iwamatsu · 9 years ago
  52. 177381a mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS by Jaehoon Chung · 8 years ago
  53. d188b11 mmc: send CMD0 before CMD1 for some MMC cards by Yangbo Lu · 8 years ago
  54. 4de2de5 drivers: mmc: omap_hsmmc: fix build breakage by Sekhar Nori · 8 years ago
  55. 0fcb9f0 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  56. a0d0d86 mmc: atmel_sdhci: Convert to the driver model support by Wenyou Yang · 8 years ago
  57. c049307 mmc: tegra: port to standard clock/reset APIs by Stephen Warren · 8 years ago
  58. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  59. f2df3b6 zynq_sdhci.c: Fix warning in arasan_sdhci_probe by Tom Rini · 8 years ago
  60. 89f69e5 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · 8 years ago
  61. 720724d mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  62. 2990e07 mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  63. 14bed52 mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  64. 6a879ec mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  65. e1ea7c4 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · 8 years ago
  66. 1bd4f92 mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · 8 years ago
  67. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  68. 70f8628 mmc: fsl_esdhc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  69. ccd60a8 mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  70. a034ec0 mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B by Jaehoon Chung · 8 years ago
  71. 17ea3c8 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · 8 years ago
  72. bae4a1f mmc: sdhci: clean up timeout detection by Masahiro Yamada · 8 years ago
  73. 46683f3 mmc-uclass: correct the device number by Kever Yang · 8 years ago
  74. 02ebd42 mmc: dw_mmc: reduce timeout detection cycle by Xu Ziyuan · 8 years ago
  75. f1a485a dm: socfpga: mmc: Support CONFIG_BLK by Simon Glass · 8 years ago
  76. 329a449 dm: mmc: zynq: Convert zynq to use driver model for MMC by Simon Glass · 8 years ago
  77. 5628347 dm: mmc: dwmmc: use the callback functions as static by Jaehoon Chung · 8 years ago
  78. 79c8306 mmc: rockchip: add SDHCI driver support for rockchip soc by Kever Yang · 8 years ago
  79. 4e3d840 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  80. 1d405e2 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · 8 years ago
  81. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  82. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  83. ef36d9a sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
  84. 926fbcc Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  85. 26c0c15 sunxi: mmc: increase status register polling rate for data transfers by Tobias Doerffel · 8 years ago
  86. bfeb443 rockchip: mmc: Update the driver to support of-platdata by Simon Glass · 8 years ago
  87. 6809b04 rockchip: mmc: Move all DT decoding to ofdata_to_platdata() by Simon Glass · 8 years ago
  88. 3537ee8 mmc: exynos_dw_mmc: support the Driver mode for Exynos by Jaehoon Chung · 8 years ago
  89. 70f6d39 mmc: exynos_dw_mmc: use the 4bit bus-width by default by Jaehoon Chung · 8 years ago
  90. d956a67 mmc: exynos_dw_mmc: clean the unused and unnecessary codes by Jaehoon Chung · 8 years ago
  91. ce757b1 mmc: exynos_dw_mmc: add the error control for checking index by Jaehoon Chung · 8 years ago
  92. f565ea5 mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL by Jaehoon Chung · 8 years ago
  93. fb6706c mmc: exynos_dw_mmc: remove the unused function by Jaehoon Chung · 8 years ago
  94. 4b00bdb dm: mmc: msmsdhic: Drop old MMC code by Simon Glass · 8 years ago
  95. 12293f6 dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  96. ef1e4ed dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  97. 2a80909 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · 8 years ago
  98. 9a46bd3 dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS by Simon Glass · 8 years ago
  99. 42b37d8 dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards by Simon Glass · 8 years ago
  100. 691272f dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago