1. 590e87d mmc: fsl_esdhc: not always setting esdhc fdt status to okay by Yang Li · 7 years ago
  2. 9bb272e driver: mmc: fsl_esdhc: Fix compiling warning by York Sun · 7 years ago
  3. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  4. b7c6bae x86: Convert MMC to driver model by Simon Glass · 7 years ago
  5. dd27918 dm: mmc: sunxi: Add support for driver model by Simon Glass · 7 years ago
  6. ec73d96 dm: mmc: sunxi: Drop mmc_clk_io_on() by Simon Glass · 7 years ago
  7. 034e226 dm: mmc: sunxi: Pass private data around explicitly by Simon Glass · 7 years ago
  8. 3f5af12 dm: mmc: sunxi: Rename mmchost to priv by Simon Glass · 7 years ago
  9. e3c794e dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv by Simon Glass · 7 years ago
  10. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  11. 49cb930 dm: tegra: mmc: Convert to livetree by Simon Glass · 7 years ago
  12. aae6f01 mmc: cadence: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · 7 years ago
  13. 343749c mmc: rpmb: update size format for write_counter by Kever Yang · 7 years ago
  14. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  15. f34ccce mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · 7 years ago
  16. 4483b7e dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · 7 years ago
  17. 32a9179 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O by Peng Fan · 7 years ago
  18. d43ef73 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  19. 419b080 Revert "mmc: dw_mmc: rockchip: select proper card clock" by Kever Yang · 7 years ago
  20. 8093529 rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled by Kever Yang · 7 years ago
  21. fd1bf8d rockchip: mmc: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  22. fc50a6c driver: mmc: update debug info by Jorge Ramirez-Ortiz · 7 years ago
  23. 08546df Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  24. 821560f Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  25. da2364c Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  26. 542b5f8 tegra: mmc: Set the bus width correctly by Simon Glass · 7 years ago
  27. 9752564 dm: mmc: Avoid probing block devices in find_mmc_device() by Simon Glass · 7 years ago
  28. 0f53118 mmc: sh_sdhi: Fix Kconfig entry by Marek Vasut · 7 years ago
  29. a5950f8 mmc: sh_sdhi: Add SDHI support by Kouei Abe · 7 years ago
  30. 91a16c3 mmc: sh_sdhi: Add MMC version 5.0 support by Kouei Abe · 7 years ago
  31. 5eada1d mmc: sh_sdhi: Add 64-bit access to sd_buf support by Kouei Abe · 7 years ago
  32. 3ebc62c mmc: sh_sdhi: Set SD_INFOx interrupt mask before command starting by Kouei Abe · 7 years ago
  33. ebf9250 samsung: mmc: Drop s3c_sdi driver by Simon Glass · 7 years ago
  34. 66e0ed5 dm: mmc: Convert uclass to livetree by Simon Glass · 7 years ago
  35. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  36. 911f3ae dm: core: Rename of_device_is_compatible() by Simon Glass · 7 years ago
  37. 0e513e7 tegra: Convert MMC to use driver model for operations by Simon Glass · 7 years ago
  38. 854f9a7 dm: mmc: Rewrite mmc_blk_probe() by Simon Glass · 7 years ago
  39. 6665602 dm: mmc: Check that drivers have operations by Simon Glass · 7 years ago
  40. 05cbeb7 dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · 7 years ago
  41. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  42. 4af0d7e dm: Fix up inclusion of common.h by Simon Glass · 7 years ago
  43. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  44. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  45. 2e87c44 mmc: fsl_esdhc: Move non DM_MMC code in #ifndef CONFIG_DM_MMC by Jagan Teki · 7 years ago
  46. 4f42528 mmc: fsl_esdhc: Allow all supported prescaler values by Benoît Thébaudeau · 7 years ago
  47. f98205c mmc: meson: increase max block number per request by Heiner Kallweit · 7 years ago
  48. ddb3ac3 x86: Convert MMC to driver model by Simon Glass · 7 years ago
  49. b312508 mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD by Wenyou Yang · 7 years ago
  50. 792f005 mmc: descend into drivers/mmc only when CONFIG_MMC is enabled by Masahiro Yamada · 7 years ago
  51. 4aa2ba3 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 7 years ago
  52. 0cacd6b mmc: sdhci-cadence: import updates from Linux 4.12 by Masahiro Yamada · 7 years ago
  53. 0e0dcc1 mmc: sdhci: Fix maximum clock for programmable clock mode by Wenyou Yang · 7 years ago
  54. b5511d6 drivers: omap_hsmmc: move to DM_MMC_OPS by Jean-Jacques Hiblot · 7 years ago
  55. cbcb170 dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver by Lokesh Vutla · 7 years ago
  56. 2558c04 dm: mmc: omap_hsmmc: Update to support of-platdata by Lokesh Vutla · 7 years ago
  57. ff71f9a rockchip: mmc: handle deprecation of 'clock-freq-min-max' by Philipp Tomsich · 7 years ago
  58. 480a9b8 mmc: dw_mmc: rockchip: select proper card clock by Xu Ziyuan · 7 years ago
  59. 46831c1 omap_hsmmc: update struct hsmmc to accommodate omap3 from DT by Adam Ford · 7 years ago
  60. e6c6d07 dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC by Simon Glass · 7 years ago
  61. 90d6500 drivers: remove Blackfin specific drivers by Masahiro Yamada · 7 years ago
  62. 7dde50d mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. by Alex Deymo · 7 years ago
  63. 4db2b61 mmc: bcm2835_sdhci: Speed up mmc writes. by Jocelyn Bohr · 7 years ago
  64. c86c015 mmc: gen_atmel_mci: add driver model support for mci by Wenyou Yang · 7 years ago
  65. 9373862 mmc: meson: add MMC driver for Meson GX (S905) by Carlo Caione · 7 years ago
  66. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  67. 3b19c1d Merge git://git.denx.de/u-boot-tegra by Tom Rini · 7 years ago
  68. 4119b70 mmc: tegra: allow disabling external clock loopback by Marcel Ziswiler · 8 years ago
  69. 17c9a1c mmc: omap_hsmmc: add support for CONFIG_BLK by Jean-Jacques Hiblot · 8 years ago
  70. 3d673ff mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used by Jean-Jacques Hiblot · 8 years ago
  71. dc09127 mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc by Jean-Jacques Hiblot · 8 years ago
  72. ae000e2 mmc: omap_hsmmc: use an accessor to get the private data by Jean-Jacques Hiblot · 8 years ago
  73. de0359c mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver by Stefan Roese · 8 years ago
  74. 166c2b8 mmc: drop unnecessary send_status request by Xu Ziyuan · 8 years ago
  75. fa7720b mmc: sdhci: only flush cache for data command by Kevin Liu · 8 years ago
  76. 83b3248 mmc: tangier: Add Intel Tangier eMMC/SDHCI driver by Felipe Balbi · 8 years ago
  77. b706b1c mmc: pci: Add CONFIG_MMC_PCI by Felipe Balbi · 8 years ago
  78. 02ccab1 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  79. f951575 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  80. b60f145 mmc: fsl_esdhc: support i.MX7ULP by Peng Fan · 8 years ago
  81. c286821 rockchip: sdhci: rk3399: update driver to support of-platdata by Kever Yang · 8 years ago
  82. b504ff9 Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  83. 51cb23d STiH410-B2260: Add device tree by Patrice Chotard · 8 years ago
  84. eee20f8 STiH410: Add STi SDHCI driver by Patrice Chotard · 8 years ago
  85. 61e745d mmc: zynq: Add fdt max-frequency support by Stefan Herbrechtsmeier · 8 years ago
  86. e0f4de1 mmc: zynq: Determine base clock frequency via clock framework by Stefan Herbrechtsmeier · 8 years ago
  87. 2a48b3a omap_hsmmc.c: Fix build warning on non-omap3 by Tom Rini · 8 years ago
  88. a0269bb mmc: init mmc block devices on probe by Fiach Antaw · 8 years ago
  89. 6aca17c drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx by Adam Ford · 8 years ago
  90. d14f1d5 mmc: ftsdc021_sdhci: remove the ftsdc021_sdhci.c by Jaehoon Chung · 8 years ago
  91. 02ad33a mmc: mmc-uclass: use the fixed devnum with alias node by Jaehoon Chung · 8 years ago
  92. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  93. dd3b64e mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMEL by Masahiro Yamada · 8 years ago
  94. 1b85877 mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32 by Masahiro Yamada · 8 years ago
  95. 360c67d mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSM by Masahiro Yamada · 8 years ago
  96. facc805 mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIP by Masahiro Yamada · 8 years ago
  97. 08aa033 mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQ by Masahiro Yamada · 8 years ago
  98. a5995a5 mmc: sandbox: rename CONFIG, fix dependency, and use it in Makefile by Masahiro Yamada · 8 years ago
  99. 5492532 mmc: move CONFIG_GENERIC_MMC to Kconfig by Masahiro Yamada · 8 years ago
  100. b6acb5f mmc: Add Marvell Xenon SDHCI controller driver by Stefan Roese · 8 years ago