1. 252185f nds32: ftsdc010: Support ftsdc010 DM. by Rick Chen · 7 years ago
  2. 9f678ab nds32: mmc: Support ftsdc010 DM. by Rick Chen · 7 years ago
  3. 5829fe2 mmc: arm_pl180_mmci: add .getcd callback by Patrice Chotard · 7 years ago
  4. 5f256fe mmc: arm_pl180_mmci: add clock support by Patrice Chotard · 7 years ago
  5. 9035bb7 mmc: arm_pl180_mmci: add bus_width DT property support by Patrice Chotard · 7 years ago
  6. 3c0dbed mmc: arm_pl180_mmci: adapt driver to DM usage by Patrice Chotard · 7 years ago
  7. cb0060e mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype by Patrice Chotard · 7 years ago
  8. bcfb365 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · 7 years ago
  9. 3bc599c stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  10. fb48bc4 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  11. 6c36e97 mmc: stm32_sdmmc2: increase polling status register delay by Christophe Kerello · 7 years ago
  12. 53c656a dm: mmc: remove DM_MMC_OPS for STM32_SDMMC by Patrice Chotard · 7 years ago
  13. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  14. 3d3108d mmc: sdhci-cadence: set timing mode register depending on frequency by Masahiro Yamada · 7 years ago
  15. 9f13021 mmc: uniphier-sd: Add vqmmc regulator support by Marek Vasut · 7 years ago
  16. d6c4003 mmc: uniphier-sd: Update the file to match V3 patchset by Marek Vasut · 7 years ago
  17. b312c59 mmc: Add MMC support for stm32h7 Socs by Patrice Chotard · 7 years ago
  18. 78cb000 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  19. 8ff7763 regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1 by Jean-Jacques Hiblot · 7 years ago
  20. b24633d mmc: uniphier-sd: Add support for R8A7795 and R7A7796 by Marek Vasut · 7 years ago
  21. 4b26d5e mmc: uniphier-sd: Add support for quirks by Marek Vasut · 7 years ago
  22. 484d9db mmc: uniphier-sd: Add support for 64bit FIFO by Marek Vasut · 7 years ago
  23. 1c99f68 mmc: uniphier-sd: Add support for 64bit controller by Marek Vasut · 7 years ago
  24. 3d7b1d1 mmc: uniphier-sd: Factor out register IO by Marek Vasut · 7 years ago
  25. dca3166 mmc: sti_sdhci: Use reset framework by Patrice Chotard · 7 years ago
  26. 819c626 mmc: sti_sdhci: Rework sti_mmc_core_config() by Patrice Chotard · 7 years ago
  27. 5184dad rockchip: sdhci: update reg map for of-platdata by Kever Yang · 7 years ago
  28. 327b2b3 rockchip: sdhci: Convert to livetree by Philipp Tomsich · 7 years ago
  29. be5f04e rockchip: mmc: convert to livetree by Philipp Tomsich · 7 years ago
  30. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  31. 8a647fc mmc: sunxi: Only update timing mode bit when enabling new timing mode by Chen-Yu Tsai · 7 years ago
  32. ead3697 mmc: sunxi: fix legacy MMC initialisation by Maxime Ripard · 7 years ago
  33. de9b177 mmc: sunxi: Support new mode by Maxime Ripard · 7 years ago
  34. a191cca mmc: Support generic PCI SD host controller by Bin Meng · 7 years ago
  35. bdb6099 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  36. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  37. b9a40c0 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · 7 years ago
  38. 5248930 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  39. 653282b dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  40. 4aac33f dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  41. d6eb25e dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  42. e88e1d9 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  43. 201e828 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  44. 446e077 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  45. 9586aa6 dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
  46. 09b465f dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
  47. 722b150 mmc: gen_atmel_mci: Fix wrong arguments used of bind() by Wenyou.Yang@microchip.com · 7 years ago
  48. 8cd46cb mmc: sd_sdhi: Enable clock using clock framework by Marek Vasut · 7 years ago
  49. a3f0a7d mmc: sh_sdhi: Fix the ACMD handling by Marek Vasut · 7 years ago
  50. d1c18ca mmc: sh_sdhi: Add DM and DT probing support by Marek Vasut · 7 years ago
  51. ac5efc3 mmc: uniphier-sd: Fix long response processing by Marek Vasut · 7 years ago
  52. 590e87d mmc: fsl_esdhc: not always setting esdhc fdt status to okay by Yang Li · 7 years ago
  53. 9bb272e driver: mmc: fsl_esdhc: Fix compiling warning by York Sun · 7 years ago
  54. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  55. b7c6bae x86: Convert MMC to driver model by Simon Glass · 7 years ago
  56. dd27918 dm: mmc: sunxi: Add support for driver model by Simon Glass · 7 years ago
  57. ec73d96 dm: mmc: sunxi: Drop mmc_clk_io_on() by Simon Glass · 7 years ago
  58. 034e226 dm: mmc: sunxi: Pass private data around explicitly by Simon Glass · 7 years ago
  59. 3f5af12 dm: mmc: sunxi: Rename mmchost to priv by Simon Glass · 7 years ago
  60. e3c794e dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv by Simon Glass · 7 years ago
  61. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  62. 49cb930 dm: tegra: mmc: Convert to livetree by Simon Glass · 7 years ago
  63. aae6f01 mmc: cadence: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · 7 years ago
  64. 343749c mmc: rpmb: update size format for write_counter by Kever Yang · 7 years ago
  65. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  66. f34ccce mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · 7 years ago
  67. 4483b7e dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · 7 years ago
  68. 32a9179 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O by Peng Fan · 7 years ago
  69. d43ef73 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  70. 419b080 Revert "mmc: dw_mmc: rockchip: select proper card clock" by Kever Yang · 7 years ago
  71. 8093529 rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled by Kever Yang · 7 years ago
  72. fd1bf8d rockchip: mmc: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  73. fc50a6c driver: mmc: update debug info by Jorge Ramirez-Ortiz · 7 years ago
  74. 08546df Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  75. 821560f Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  76. da2364c Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  77. 542b5f8 tegra: mmc: Set the bus width correctly by Simon Glass · 7 years ago
  78. 9752564 dm: mmc: Avoid probing block devices in find_mmc_device() by Simon Glass · 7 years ago
  79. 0f53118 mmc: sh_sdhi: Fix Kconfig entry by Marek Vasut · 7 years ago
  80. a5950f8 mmc: sh_sdhi: Add SDHI support by Kouei Abe · 7 years ago
  81. 91a16c3 mmc: sh_sdhi: Add MMC version 5.0 support by Kouei Abe · 7 years ago
  82. 5eada1d mmc: sh_sdhi: Add 64-bit access to sd_buf support by Kouei Abe · 7 years ago
  83. 3ebc62c mmc: sh_sdhi: Set SD_INFOx interrupt mask before command starting by Kouei Abe · 7 years ago
  84. ebf9250 samsung: mmc: Drop s3c_sdi driver by Simon Glass · 7 years ago
  85. 66e0ed5 dm: mmc: Convert uclass to livetree by Simon Glass · 7 years ago
  86. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  87. 911f3ae dm: core: Rename of_device_is_compatible() by Simon Glass · 7 years ago
  88. 0e513e7 tegra: Convert MMC to use driver model for operations by Simon Glass · 7 years ago
  89. 854f9a7 dm: mmc: Rewrite mmc_blk_probe() by Simon Glass · 7 years ago
  90. 6665602 dm: mmc: Check that drivers have operations by Simon Glass · 7 years ago
  91. 05cbeb7 dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · 7 years ago
  92. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  93. 4af0d7e dm: Fix up inclusion of common.h by Simon Glass · 7 years ago
  94. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  95. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  96. 2e87c44 mmc: fsl_esdhc: Move non DM_MMC code in #ifndef CONFIG_DM_MMC by Jagan Teki · 7 years ago
  97. 4f42528 mmc: fsl_esdhc: Allow all supported prescaler values by Benoît Thébaudeau · 7 years ago
  98. f98205c mmc: meson: increase max block number per request by Heiner Kallweit · 7 years ago
  99. ddb3ac3 x86: Convert MMC to driver model by Simon Glass · 7 years ago
  100. b312508 mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD by Wenyou Yang · 7 years ago