1. c8a73a2 mmc: Add bcm2835 sdhost controller by Alexander Graf · 7 years ago
  2. 1d12a7c Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  3. 2f516e4 mmc: Poll for broken card detection case by Jun Nie · 7 years ago
  4. c0fafe6 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · 7 years ago
  5. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  6. b9b4f14 mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock by Benoît Thébaudeau · 7 years ago
  7. 9546eb9 mmc: fix the wrong disabling clock by Jaehoon Chung · 7 years ago
  8. 61f2e5e mmc: sdhci: change data transfer failure into debug message by Masahiro Yamada · 7 years ago
  9. dd43e2a mmc: sdhci-cadence: add HS200 support by Masahiro Yamada · 7 years ago
  10. 4041bf7 mmc: sdhci-cadence: call mmc_of_parse() by Masahiro Yamada · 7 years ago
  11. 954a963 mmc: sdhci-cadence: use bitfield access macros for cleanup by Masahiro Yamada · 7 years ago
  12. be165fb mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg() by Masahiro Yamada · 7 years ago
  13. 4b28f7b mmc: let mmc_of_parse() fail for insane bus-width value by Masahiro Yamada · 7 years ago
  14. c42ee36 mmc: do not overwrite cfg->f_max if "max-frequency" if missing by Masahiro Yamada · 7 years ago
  15. 29171dc mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit by Kishon Vijay Abraham I · 7 years ago
  16. 866bb98 mmc: omap_hsmmc: Enable Auto command (CMD12) enable by Kishon Vijay Abraham I · 7 years ago
  17. f0d53e8 mmc: omap_hsmmc: Add support for DMA (ADMA2) by Kishon Vijay Abraham I · 7 years ago
  18. 741726a Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT" by Jean-Jacques Hiblot · 7 years ago
  19. db359ef mmc: fsl_esdhc: Fix eMMC 1.8v setting issue by Peng Fan · 7 years ago
  20. b7a6e2c mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  21. 173c06d mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
  22. e6fa5a5 mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  23. 5b2e72f mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
  24. d6400c3 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  25. 58a6fb7 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · 7 years ago
  26. baef207 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · 7 years ago
  27. 9b79dbd mmc: atmel: when sending a data command, use the provided block size by Jean-Jacques Hiblot · 7 years ago
  28. 49f8925 dm: mmc: sandbox: Update SD card emulation by Jean-Jacques Hiblot · 7 years ago
  29. cf17789 mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  30. f99c2ef mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
  31. d8e3d42 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · 7 years ago
  32. f7d5dff mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · 7 years ago
  33. 1de06b9 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · 7 years ago
  34. 1da8eb5 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · 7 years ago
  35. 00e446f mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · 7 years ago
  36. 7abff2c dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · 7 years ago
  37. 52d241d mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
  38. ef1614a mmc: meson_gx_mmc: fix the complie error by Jaehoon Chung · 7 years ago
  39. 9215ef5 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · 7 years ago
  40. 9815e3b mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
  41. bc1e327 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
  42. 83dc422 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
  43. 01298da mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
  44. 04a2ea2 mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
  45. c10b85d mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  46. 634d484 mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
  47. ec84120 mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  48. 2e7410d mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · 7 years ago
  49. 35f6782 mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  50. fb7c3be mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · 7 years ago
  51. 318a7a5 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  52. aff5d3c mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
  53. 2a4d212 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
  54. 3862b85 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  55. d0c221f mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  56. 0503857 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · 7 years ago
  57. 4c9d2aa mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
  58. 35f9e19 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
  59. 7382e69 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · 7 years ago
  60. dfda9d8 mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
  61. c744b6f mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · 7 years ago
  62. 8ac8a26 mmc: split mmc_startup() by Jean-Jacques Hiblot · 7 years ago
  63. 06ec045 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
  64. bb7b4ef mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · 7 years ago
  65. 713e681 mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT by Jorge Ramirez-Ortiz · 7 years ago
  66. 339d578 mmc: sanitize includes for DM i2c by Felix Brack · 7 years ago
  67. 0e1746a drivers: mmc: Avoid memory leak in case of failure by Suniel Mahesh · 7 years ago
  68. 18e7c8f drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · 7 years ago
  69. af09853 mmc: uniphier-sd: Add R8A77995 D3 compatible by Marek Vasut · 7 years ago
  70. 6ba2382 mmc: uniphier-sd: Add R8A77970 V3M compatible by Marek Vasut · 7 years ago
  71. 327713a mmc: atmel_sdhci: not on capabilities to set gck rate by Ludovic Desroches · 7 years ago
  72. 73cd56b nds32: ftsdc010: Fix SD detech fail on AE3XX. by Rick Chen · 7 years ago
  73. 1a9db64 nds32: ftsdc010: fix wait status error coding. by Rick Chen · 7 years ago
  74. 252185f nds32: ftsdc010: Support ftsdc010 DM. by Rick Chen · 7 years ago
  75. 9f678ab nds32: mmc: Support ftsdc010 DM. by Rick Chen · 7 years ago
  76. 5829fe2 mmc: arm_pl180_mmci: add .getcd callback by Patrice Chotard · 7 years ago
  77. 5f256fe mmc: arm_pl180_mmci: add clock support by Patrice Chotard · 7 years ago
  78. 9035bb7 mmc: arm_pl180_mmci: add bus_width DT property support by Patrice Chotard · 7 years ago
  79. 3c0dbed mmc: arm_pl180_mmci: adapt driver to DM usage by Patrice Chotard · 7 years ago
  80. cb0060e mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype by Patrice Chotard · 7 years ago
  81. bcfb365 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · 7 years ago
  82. 3bc599c stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  83. fb48bc4 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  84. 6c36e97 mmc: stm32_sdmmc2: increase polling status register delay by Christophe Kerello · 7 years ago
  85. 53c656a dm: mmc: remove DM_MMC_OPS for STM32_SDMMC by Patrice Chotard · 7 years ago
  86. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  87. 3d3108d mmc: sdhci-cadence: set timing mode register depending on frequency by Masahiro Yamada · 7 years ago
  88. 9f13021 mmc: uniphier-sd: Add vqmmc regulator support by Marek Vasut · 7 years ago
  89. d6c4003 mmc: uniphier-sd: Update the file to match V3 patchset by Marek Vasut · 7 years ago
  90. b312c59 mmc: Add MMC support for stm32h7 Socs by Patrice Chotard · 7 years ago
  91. 78cb000 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  92. 8ff7763 regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1 by Jean-Jacques Hiblot · 7 years ago
  93. b24633d mmc: uniphier-sd: Add support for R8A7795 and R7A7796 by Marek Vasut · 7 years ago
  94. 4b26d5e mmc: uniphier-sd: Add support for quirks by Marek Vasut · 7 years ago
  95. 484d9db mmc: uniphier-sd: Add support for 64bit FIFO by Marek Vasut · 7 years ago
  96. 1c99f68 mmc: uniphier-sd: Add support for 64bit controller by Marek Vasut · 7 years ago
  97. 3d7b1d1 mmc: uniphier-sd: Factor out register IO by Marek Vasut · 7 years ago
  98. dca3166 mmc: sti_sdhci: Use reset framework by Patrice Chotard · 7 years ago
  99. 819c626 mmc: sti_sdhci: Rework sti_mmc_core_config() by Patrice Chotard · 7 years ago
  100. 5184dad rockchip: sdhci: update reg map for of-platdata by Kever Yang · 7 years ago