1. c10b85d mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  2. 634d484 mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
  3. ec84120 mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  4. 2e7410d mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · 7 years ago
  5. 35f6782 mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  6. fb7c3be mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · 7 years ago
  7. 318a7a5 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  8. aff5d3c mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
  9. 2a4d212 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
  10. 3862b85 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  11. d0c221f mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  12. 0503857 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · 7 years ago
  13. 4c9d2aa mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
  14. 35f9e19 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
  15. 7382e69 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · 7 years ago
  16. dfda9d8 mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
  17. c744b6f mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · 7 years ago
  18. 8ac8a26 mmc: split mmc_startup() by Jean-Jacques Hiblot · 7 years ago
  19. 06ec045 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
  20. bb7b4ef mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · 7 years ago
  21. 713e681 mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT by Jorge Ramirez-Ortiz · 7 years ago
  22. 339d578 mmc: sanitize includes for DM i2c by Felix Brack · 7 years ago
  23. 0e1746a drivers: mmc: Avoid memory leak in case of failure by Suniel Mahesh · 7 years ago
  24. 18e7c8f drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · 7 years ago
  25. af09853 mmc: uniphier-sd: Add R8A77995 D3 compatible by Marek Vasut · 7 years ago
  26. 6ba2382 mmc: uniphier-sd: Add R8A77970 V3M compatible by Marek Vasut · 7 years ago
  27. 327713a mmc: atmel_sdhci: not on capabilities to set gck rate by Ludovic Desroches · 7 years ago
  28. 73cd56b nds32: ftsdc010: Fix SD detech fail on AE3XX. by Rick Chen · 7 years ago
  29. 1a9db64 nds32: ftsdc010: fix wait status error coding. by Rick Chen · 7 years ago
  30. 252185f nds32: ftsdc010: Support ftsdc010 DM. by Rick Chen · 7 years ago
  31. 9f678ab nds32: mmc: Support ftsdc010 DM. by Rick Chen · 7 years ago
  32. 5829fe2 mmc: arm_pl180_mmci: add .getcd callback by Patrice Chotard · 7 years ago
  33. 5f256fe mmc: arm_pl180_mmci: add clock support by Patrice Chotard · 7 years ago
  34. 9035bb7 mmc: arm_pl180_mmci: add bus_width DT property support by Patrice Chotard · 7 years ago
  35. 3c0dbed mmc: arm_pl180_mmci: adapt driver to DM usage by Patrice Chotard · 7 years ago
  36. cb0060e mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype by Patrice Chotard · 7 years ago
  37. bcfb365 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · 7 years ago
  38. 3bc599c stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  39. fb48bc4 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  40. 6c36e97 mmc: stm32_sdmmc2: increase polling status register delay by Christophe Kerello · 7 years ago
  41. 53c656a dm: mmc: remove DM_MMC_OPS for STM32_SDMMC by Patrice Chotard · 7 years ago
  42. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  43. 3d3108d mmc: sdhci-cadence: set timing mode register depending on frequency by Masahiro Yamada · 7 years ago
  44. 9f13021 mmc: uniphier-sd: Add vqmmc regulator support by Marek Vasut · 7 years ago
  45. d6c4003 mmc: uniphier-sd: Update the file to match V3 patchset by Marek Vasut · 7 years ago
  46. b312c59 mmc: Add MMC support for stm32h7 Socs by Patrice Chotard · 7 years ago
  47. 78cb000 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  48. 8ff7763 regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1 by Jean-Jacques Hiblot · 7 years ago
  49. b24633d mmc: uniphier-sd: Add support for R8A7795 and R7A7796 by Marek Vasut · 7 years ago
  50. 4b26d5e mmc: uniphier-sd: Add support for quirks by Marek Vasut · 7 years ago
  51. 484d9db mmc: uniphier-sd: Add support for 64bit FIFO by Marek Vasut · 7 years ago
  52. 1c99f68 mmc: uniphier-sd: Add support for 64bit controller by Marek Vasut · 7 years ago
  53. 3d7b1d1 mmc: uniphier-sd: Factor out register IO by Marek Vasut · 7 years ago
  54. dca3166 mmc: sti_sdhci: Use reset framework by Patrice Chotard · 7 years ago
  55. 819c626 mmc: sti_sdhci: Rework sti_mmc_core_config() by Patrice Chotard · 7 years ago
  56. 5184dad rockchip: sdhci: update reg map for of-platdata by Kever Yang · 7 years ago
  57. 327b2b3 rockchip: sdhci: Convert to livetree by Philipp Tomsich · 7 years ago
  58. be5f04e rockchip: mmc: convert to livetree by Philipp Tomsich · 7 years ago
  59. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  60. 8a647fc mmc: sunxi: Only update timing mode bit when enabling new timing mode by Chen-Yu Tsai · 7 years ago
  61. ead3697 mmc: sunxi: fix legacy MMC initialisation by Maxime Ripard · 7 years ago
  62. de9b177 mmc: sunxi: Support new mode by Maxime Ripard · 7 years ago
  63. a191cca mmc: Support generic PCI SD host controller by Bin Meng · 7 years ago
  64. bdb6099 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  65. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  66. b9a40c0 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · 7 years ago
  67. 5248930 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  68. 653282b dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  69. 4aac33f dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  70. d6eb25e dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  71. e88e1d9 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  72. 201e828 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  73. 446e077 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  74. 9586aa6 dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
  75. 09b465f dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
  76. 722b150 mmc: gen_atmel_mci: Fix wrong arguments used of bind() by Wenyou.Yang@microchip.com · 7 years ago
  77. 8cd46cb mmc: sd_sdhi: Enable clock using clock framework by Marek Vasut · 7 years ago
  78. a3f0a7d mmc: sh_sdhi: Fix the ACMD handling by Marek Vasut · 7 years ago
  79. d1c18ca mmc: sh_sdhi: Add DM and DT probing support by Marek Vasut · 7 years ago
  80. ac5efc3 mmc: uniphier-sd: Fix long response processing by Marek Vasut · 7 years ago
  81. 590e87d mmc: fsl_esdhc: not always setting esdhc fdt status to okay by Yang Li · 7 years ago
  82. 9bb272e driver: mmc: fsl_esdhc: Fix compiling warning by York Sun · 7 years ago
  83. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  84. b7c6bae x86: Convert MMC to driver model by Simon Glass · 7 years ago
  85. dd27918 dm: mmc: sunxi: Add support for driver model by Simon Glass · 7 years ago
  86. ec73d96 dm: mmc: sunxi: Drop mmc_clk_io_on() by Simon Glass · 7 years ago
  87. 034e226 dm: mmc: sunxi: Pass private data around explicitly by Simon Glass · 7 years ago
  88. 3f5af12 dm: mmc: sunxi: Rename mmchost to priv by Simon Glass · 7 years ago
  89. e3c794e dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv by Simon Glass · 7 years ago
  90. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  91. 49cb930 dm: tegra: mmc: Convert to livetree by Simon Glass · 7 years ago
  92. aae6f01 mmc: cadence: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · 7 years ago
  93. 343749c mmc: rpmb: update size format for write_counter by Kever Yang · 7 years ago
  94. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  95. f34ccce mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · 7 years ago
  96. 4483b7e dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · 7 years ago
  97. 32a9179 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O by Peng Fan · 7 years ago
  98. d43ef73 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  99. 419b080 Revert "mmc: dw_mmc: rockchip: select proper card clock" by Kever Yang · 7 years ago
  100. 8093529 rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled by Kever Yang · 7 years ago