1. f2df3b6 zynq_sdhci.c: Fix warning in arasan_sdhci_probe by Tom Rini · 8 years ago
  2. 89f69e5 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · 8 years ago
  3. 720724d mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  4. 2990e07 mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  5. 14bed52 mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  6. 6a879ec mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  7. e1ea7c4 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · 8 years ago
  8. 1bd4f92 mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · 8 years ago
  9. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  10. 70f8628 mmc: fsl_esdhc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  11. ccd60a8 mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  12. a034ec0 mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B by Jaehoon Chung · 8 years ago
  13. 17ea3c8 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · 8 years ago
  14. bae4a1f mmc: sdhci: clean up timeout detection by Masahiro Yamada · 8 years ago
  15. 46683f3 mmc-uclass: correct the device number by Kever Yang · 8 years ago
  16. 02ebd42 mmc: dw_mmc: reduce timeout detection cycle by Xu Ziyuan · 8 years ago
  17. f1a485a dm: socfpga: mmc: Support CONFIG_BLK by Simon Glass · 8 years ago
  18. 329a449 dm: mmc: zynq: Convert zynq to use driver model for MMC by Simon Glass · 8 years ago
  19. 5628347 dm: mmc: dwmmc: use the callback functions as static by Jaehoon Chung · 8 years ago
  20. 79c8306 mmc: rockchip: add SDHCI driver support for rockchip soc by Kever Yang · 8 years ago
  21. 4e3d840 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  22. 1d405e2 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · 9 years ago
  23. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  24. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  25. ef36d9a sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
  26. 926fbcc Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  27. 26c0c15 sunxi: mmc: increase status register polling rate for data transfers by Tobias Doerffel · 8 years ago
  28. bfeb443 rockchip: mmc: Update the driver to support of-platdata by Simon Glass · 8 years ago
  29. 6809b04 rockchip: mmc: Move all DT decoding to ofdata_to_platdata() by Simon Glass · 8 years ago
  30. 3537ee8 mmc: exynos_dw_mmc: support the Driver mode for Exynos by Jaehoon Chung · 8 years ago
  31. 70f6d39 mmc: exynos_dw_mmc: use the 4bit bus-width by default by Jaehoon Chung · 8 years ago
  32. d956a67 mmc: exynos_dw_mmc: clean the unused and unnecessary codes by Jaehoon Chung · 8 years ago
  33. ce757b1 mmc: exynos_dw_mmc: add the error control for checking index by Jaehoon Chung · 8 years ago
  34. f565ea5 mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL by Jaehoon Chung · 8 years ago
  35. fb6706c mmc: exynos_dw_mmc: remove the unused function by Jaehoon Chung · 8 years ago
  36. 4b00bdb dm: mmc: msmsdhic: Drop old MMC code by Simon Glass · 8 years ago
  37. 12293f6 dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  38. ef1e4ed dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  39. 2a80909 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · 8 years ago
  40. 9a46bd3 dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS by Simon Glass · 8 years ago
  41. 42b37d8 dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards by Simon Glass · 8 years ago
  42. 691272f dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  43. 8ca51e5 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  44. c0c76eb mmc: Move tracing code into separate functions by Simon Glass · 8 years ago
  45. 6775e01 dm: mmc: rockchip: Support only CONFIG_BLK by Simon Glass · 8 years ago
  46. c40704f mmc: Move MMC boot code into its own file by Simon Glass · 8 years ago
  47. 5aed4cb dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · 8 years ago
  48. eede897 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  49. 7dba0b9 mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · 8 years ago
  50. eb9d3ca mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe() by Mateusz Kulikowski · 8 years ago
  51. d90bb43 mmc: increase MMC SDHCI read status timeout by Steve Rae · 8 years ago
  52. 44faff2 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  53. 1483151 mmc: fsl: introduce wp_enable by Peng Fan · 8 years ago
  54. 84ecdf6 fsl_esdhc: Update clock enable bits for USDHC by Ye Li · 8 years ago
  55. f53225c mmc: fsl: reset to normal boot mode when eMMC fast boot by Peng Fan · 8 years ago
  56. ca2ec9a mmc: dw_mmc: fix the wrong AND operation by Jaehoon Chung · 8 years ago
  57. 1a3619c mmc: add MMC_VERSION_5_1 by Stefan Wahren · 8 years ago
  58. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  59. 9702ec0 armv8: s32v234: Introduce basic support for s32v234evb by Eddy Petrișor · 8 years ago
  60. 3d4f628 mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx by Heiko Schocher · 8 years ago
  61. a5e27b4 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · 8 years ago
  62. c41c649 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  63. cc634e2 mmc: fsl_esdhc: fix check_and_invalidate_dcache_range function by Yangbo Lu · 8 years ago
  64. 39f6333 mmc: tegra: add basic Tegra186 support by Stephen Warren · 8 years ago
  65. e6c2807 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · 8 years ago
  66. e419a3e dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL by Simon Glass · 8 years ago
  67. f6e41d1 dm: rockchip: mmc: Allow use of CONFIG_BLK by Simon Glass · 8 years ago
  68. 5e6ff81 dm: mmc: dwmmc: Support CONFIG_BLK by Simon Glass · 8 years ago
  69. 19d2e34 dm: mmc: Convert sdhci to support CONFIG_BLK by Simon Glass · 8 years ago
  70. 61fe076 mmc: Use byte array for multipliers by Simon Glass · 8 years ago
  71. e98dd20 mmc: Drop mmc_register() by Simon Glass · 8 years ago
  72. f376a3c dm: mmc: sandbox: Add an SD-card emulation by Simon Glass · 8 years ago
  73. 33fb211 dm: mmc: Add support for driver-model block devices by Simon Glass · 8 years ago
  74. ad27dd5 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · 8 years ago
  75. 8ef761e dm: mmc: Implement the MMC functions for block devices by Simon Glass · 8 years ago
  76. f8b7752 dm: sandbox: Only enable the sandbox MMC driver when valid by Simon Glass · 8 years ago
  77. fdbb139 dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · 8 years ago
  78. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 8 years ago
  79. cffe5d8 dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 8 years ago
  80. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  81. cb5ec33 dm: mmc: Add a function to obtain the block device by Simon Glass · 8 years ago
  82. e17d114 dm: mmc: Implement the select_hwpart() method by Simon Glass · 8 years ago
  83. ff3882a dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · 8 years ago
  84. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 8 years ago
  85. 663acab dm: mmc: Add a legacy block interface for MMC by Simon Glass · 8 years ago
  86. cacd1d2 mmc: sdhci: add const qualifier to the name of struct sdhci_host by Masahiro Yamada · 8 years ago
  87. 5cc6a24 drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined by Mugunthan V N · 9 years ago
  88. 4bc5e19 drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer by Mugunthan V N · 9 years ago
  89. dafd579 arm: socfpga: Nuke useless include by Marek Vasut · 9 years ago
  90. 96f0407 fsl: esdhc: support driver model by Peng Fan · 9 years ago
  91. 9d11d12 mmc: Add support for Qualcomm SDHCI controller by Mateusz Kulikowski · 9 years ago
  92. 40345e9 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  93. d96ebc4 sunxi: Add support for Allwinner A64 SoCs by Siarhei Siamashka · 9 years ago
  94. 0ea5a04 sunxi: Explicitly cast u32 pointer conversions by Alexander Graf · 9 years ago
  95. 4f80501 mmc: uniphier: use devm_get_addr() to get base address by Masahiro Yamada · 9 years ago
  96. 7863ce5 mmc: Print send_cmd response only when return value is zero by Bin Meng · 9 years ago
  97. 53e8e40 mmc: Fix switch..case indention by Bin Meng · 9 years ago
  98. a481a15 mmc: bcm2835: fix 64-bit build warning by Stephen Warren · 9 years ago
  99. 9b5b8b6 dwmmc: Increase retry timeout by Alexander Graf · 9 years ago
  100. fbf1b08 omap_hsmmc: Board-specific TWL6030 MMC power initialization by Paul Kocialkowski · 9 years ago