1. df5338c omap_hsmmc.c: Fix build warning on non-omap3 by Tom Rini · 8 years ago
  2. 7cdbe50 mmc: init mmc block devices on probe by Fiach Antaw · 8 years ago
  3. ef35496 drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx by Adam Ford · 8 years ago
  4. 07ef207 mmc: ftsdc021_sdhci: remove the ftsdc021_sdhci.c by Jaehoon Chung · 8 years ago
  5. 2910da8 mmc: mmc-uclass: use the fixed devnum with alias node by Jaehoon Chung · 8 years ago
  6. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  7. 8c1a132 mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMEL by Masahiro Yamada · 8 years ago
  8. f79df03 mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32 by Masahiro Yamada · 8 years ago
  9. a1262eb mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSM by Masahiro Yamada · 8 years ago
  10. babe026 mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIP by Masahiro Yamada · 8 years ago
  11. 168c57d mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQ by Masahiro Yamada · 8 years ago
  12. 54f7cfc mmc: sandbox: rename CONFIG, fix dependency, and use it in Makefile by Masahiro Yamada · 8 years ago
  13. 7bbebd1 mmc: move CONFIG_GENERIC_MMC to Kconfig by Masahiro Yamada · 8 years ago
  14. 121fc56 mmc: Add Marvell Xenon SDHCI controller driver by Stefan Roese · 8 years ago
  15. a3554ef mmc: sdhci: Add support for optional controller specific set_ios_post() by Stefan Roese · 8 years ago
  16. e916103 mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value by Stefan Roese · 8 years ago
  17. 9bee2b5 mmc: Print error code for mmc_complete_init failure by Jagan Teki · 8 years ago
  18. bc47e0e mmc: sdhci: Distinguish between base clock and maximum peripheral frequency by Stefan Herbrechtsmeier · 8 years ago
  19. b86c4d0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  20. d84139c mmc: fsl_esdhc: move 'status' property fixup into a weak function by Yangbo Lu · 8 years ago
  21. 2a99b60 mmc: fsl_esdhc: add 'fsl, esdhc' into of_match table by Yangbo Lu · 8 years ago
  22. b99647c mmc: fsl_esdhc: make GPIO support optional by Yangbo Lu · 8 years ago
  23. 4b2a8f2 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  24. 41ff529 mmc: sunxi: revive depends on UART0_PORT_F by Masahiro Yamada · 8 years ago
  25. 483a01d mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cd by Masahiro Yamada · 8 years ago
  26. eeb91ad mmc: sdhci: fix NULL pointer access when host->ops is not set by Masahiro Yamada · 8 years ago
  27. 9ea1fdf mmc: rockchip_sdhci: add clock init for mmc by Kever Yang · 8 years ago
  28. b2c8868 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
  29. f1ad728 mmc: move DesignWare-based drivers to Kconfig by Masahiro Yamada · 8 years ago
  30. 7942e91 mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW by Masahiro Yamada · 8 years ago
  31. dc607f8 mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIP by Masahiro Yamada · 8 years ago
  32. c232653 mmc: uniphier-sd: fix Kconfig dependency by Masahiro Yamada · 8 years ago
  33. dcbc443 mmc: sdhci-cadence: add Cadence SD4HC support by Masahiro Yamada · 8 years ago
  34. bc00a54 mmc: sdhci: combine the Host controller v3.0 feature into one condition by Jaehoon Chung · 8 years ago
  35. f7558ee mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER by Jaehoon Chung · 8 years ago
  36. 46d3c03 mmc: sdhci: move the callback function into sdhci_ops by Jaehoon Chung · 8 years ago
  37. d4cb6ba mmc: s5p_sdhci: add the s5p_set_clock function by Jaehoon Chung · 8 years ago
  38. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  39. 730a595 mmc: sdhci: remove the SDHCI_QUIRK_NO_CD by Jaehoon Chung · 8 years ago
  40. 9174eb4 mmc: pic32_sdhci: move the code to pic32_sdhci.c by Jaehoon Chung · 8 years ago
  41. 1e81af8 mmc: sdhci: remove the unused code about testing Card detect by Jaehoon Chung · 8 years ago
  42. 665152e mmc: sdhci: disable the 8bit mode when host doesn't support it by Jaehoon Chung · 8 years ago
  43. 097e360 mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to Kconfig by York Sun · 8 years ago
  44. bfd110f mmc: move MMC_SDHCI_IO_ACCESSORS to Kconfig by Masahiro Yamada · 8 years ago
  45. 124f6ce mmc: move some SDHCI related options to Kconfig by Masahiro Yamada · 8 years ago
  46. 7db8c17 mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI by Masahiro Yamada · 8 years ago
  47. e8b9972 mmc: make MMC driver entries dependent on MMC by Masahiro Yamada · 8 years ago
  48. a5ed4be mmc: complete unfinished move of CONFIG_MMC by Masahiro Yamada · 8 years ago
  49. 2cdeab2 mmc: Extend dependencies for zynq sdhci by Michal Simek · 8 years ago
  50. ab095d0 mmc: spear: remove the entire spear_sdhci.c file by Jaehoon Chung · 8 years ago
  51. d999d05 ARM: OMAP4+: Add support for getting pbias info from board by Lokesh Vutla · 8 years ago
  52. 813fe9d ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · 8 years ago
  53. f537e39 mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  54. 5eecff2 mmc: Fix warning if debug() is not used by Marek Vasut · 8 years ago
  55. c17dae5 mmc: add bkops-enable command by Tomas Melin · 8 years ago
  56. 6c5d79a mmc: s5p_sdhci: fix to check proper pinmux id by Seung-Woo Kim · 8 years ago
  57. 584d7ae mmc: sunxi: Enable 8bits bus width for sun8i by Maxime Ripard · 8 years ago
  58. e7462aa mmc: Retry the switch command by Maxime Ripard · 8 years ago
  59. 1f8f721 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  60. 038dff8 mmc: atmel_sdhci: Remove unnecessary clock calling by Wenyou Yang · 8 years ago
  61. c5b62c3 mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 by Jaehoon Chung · 8 years ago
  62. 4446250 mmc: add the device name in debugging message for supplying vmmc by Jaehoon Chung · 8 years ago
  63. 7083f91 dm: mmc: socfpga: fix MMC_OPS support by Sylvain Lesne · 8 years ago
  64. a6f07e5 mmc: refactor two core functions by Masahiro Yamada · 8 years ago
  65. 6b4026d mmc: sdhci: fix the "misaligned operation at range" for cache by Jaehoon Chung · 8 years ago
  66. 1530596 mmc: introduce mmc_power_init by Peng Fan · 8 years ago
  67. 3d64082 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  68. 0bf1f49 dm: mmc: Enable DM_MMC_OPS by default with DM_MMC by Simon Glass · 8 years ago
  69. 3ae7d55 mmc: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  70. fc6c1c6 mmc: sdhci: use the generic error number by Jaehoon Chung · 8 years ago
  71. 6c5b359 mmc: sdhci: use the host version value in sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  72. bf819d0 mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg by Jaehoon Chung · 8 years ago
  73. 990a937 mmc: s5p_sdhci: support the Driver model for Exynos by Jaehoon Chung · 8 years ago
  74. fcc53c1 dm: mmc: Support erase by Simon Glass · 8 years ago
  75. d332ff7 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  76. e94b024 spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  77. d0a0c1d dm: mmc: intialize dev when probe by Peng Fan · 8 years ago
  78. f79df4b mmc: tegra: only use new clock/reset APIs by Stephen Warren · 8 years ago
  79. a66f772 mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago
  80. 6d9ccbb mmc: tegra: priv struct and naming cleanup by Stephen Warren · 8 years ago
  81. 4b12484 mmc: tegra: don't use periph_id in pad_init_mmc() by Stephen Warren · 8 years ago
  82. c76e936 mmc: tegra: move pad_init_mmc() into MMC driver by Stephen Warren · 8 years ago
  83. d55aadc mmc: tegra: use correct alias for SDHCI/MMC nodes by Stephen Warren · 8 years ago
  84. 64e4f7f treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  85. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  86. cdb67f3 mmc: squash lines for immediate return by Masahiro Yamada · 8 years ago
  87. 953d975 mmc: dw_mmc: push/pop all FIFO data if any data request by Jacob Chen · 8 years ago
  88. 3d73404 mmc: sdhci: Add the programmable clock mode support by Wenyou Yang · 8 years ago
  89. 3226045 mmc: sd: optimize erase by Peng Fan · 8 years ago
  90. b3fcf1e mmc: sd: extracting erase related information from sd status by Peng Fan · 8 years ago
  91. 9625011 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT by Masahiro Yamada · 8 years ago
  92. d451231 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME by Masahiro Yamada · 8 years ago
  93. 27bfb71 mmc: sdhci: move SDMA capability check to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  94. 4b33877 mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  95. da957dd mmc: sdhci: move error message to more relevant place by Masahiro Yamada · 8 years ago
  96. ea04d90 mmc: sdhci: move sdhci_reset() call to sdhci_init() by Masahiro Yamada · 8 years ago
  97. e67eac0 mmc: uniphier-sd: migrate to CONFIG_BLK by Masahiro Yamada · 8 years ago
  98. 2545553 mmc: uniphier-sd: just return if already set to desired clock rate by Masahiro Yamada · 8 years ago
  99. 0205148 mmc: uniphier-sd: return error code if unsupported width is given by Masahiro Yamada · 8 years ago
  100. b29afb9 mmc: uniphier-sd: move uniphier_sd_init() below by Masahiro Yamada · 8 years ago