1. 36d9bf8 rockchip: sdhci: Fix sdhci mmc driver probe abort by Kever Yang · Fri Jul 19 18:01:11 2019 +0800
  2. eb4d032 mmc: am654_sdhci: Allow driver to probe without PDs specified by Andreas Dannenberg · Tue Jun 04 17:55:44 2019 -0500
  3. 7eecee6 mmc: am654_sdhci: Add a platform specific set_control_reg() callback by Faiz Abbas · Tue Jun 11 00:43:41 2019 +0530
  4. 2eddc00 mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings by Faiz Abbas · Tue Jun 11 00:43:40 2019 +0530
  5. e9aed58 mmc: am654_sdhci: Add Support for PHY by Faiz Abbas · Tue Jun 11 00:43:38 2019 +0530
  6. 375acf8 mmc: sdhci: Make set_ios_post() return int by Faiz Abbas · Tue Jun 11 00:43:37 2019 +0530
  7. ab61966 mmc: sdhci: Make sdhci_set_clock() non static by Faiz Abbas · Tue Jun 11 00:43:35 2019 +0530
  8. f08f9d7 mmc: sdhci: Add support for sdhci-caps-mask by Faiz Abbas · Tue Jun 11 00:43:34 2019 +0530
  9. 03c9a40 mmc: am654_sdhci: Remove quirks by Faiz Abbas · Tue Jun 11 00:43:32 2019 +0530
  10. d8fb309 arm64: dts: k3: Sync sdhci0 node from kernel and change driver name by Faiz Abbas · Tue Jun 11 00:43:31 2019 +0530
  11. 2586f15 Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Jul 15 09:42:41 2019 -0400
  12. 3dbea59 mmc: fsl_esdhc_imx: enlarge mmc timeout by Peng Fan · Wed Jul 10 09:35:30 2019 +0000
  13. 457fe96 mmc: fsl_esdhc_imx: add i.MX8QM compatible by Peng Fan · Wed Jul 10 09:35:28 2019 +0000
  14. 69b9d3a mmc: fsl_esdhc_imx: add HS400 Enhanced strobe support by Peng Fan · Wed Jul 10 09:35:26 2019 +0000
  15. 3766a48 mmc: fsl_esdhc_imx: use mmc_of_parse to set host_caps by Peng Fan · Wed Jul 10 09:35:24 2019 +0000
  16. b01c773 mmc: Parse no-1-8-v DT property by Peng Fan · Wed Jul 10 09:35:20 2019 +0000
  17. fb96879 mmc: Parse HS400 Enhanced strobe DT properties by Peng Fan · Wed Jul 10 09:35:18 2019 +0000
  18. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  19. 7aa20fd mmc: fsl_esdhc_imx: fix config check issue when building in SPL by Ye Li · Thu Jul 11 03:29:02 2019 +0000
  20. a1afe25 mmc: mmc_spi: Re-write driver using DM framework by Bhargav Shah · Mon Jul 08 04:10:48 2019 +0000
  21. d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · Mon Jul 08 04:10:43 2019 +0000
  22. faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · Tue Jul 02 10:53:58 2019 +0200
  23. e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · Tue Jul 02 10:53:57 2019 +0200
  24. 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · Tue Jul 02 10:53:56 2019 +0200
  25. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:55 2019 +0200
  26. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:54 2019 +0200
  27. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  28. 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · Tue Jul 02 10:53:52 2019 +0200
  29. 4527b50 mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported by Jean-Jacques Hiblot · Tue Jul 02 10:53:51 2019 +0200
  30. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · Tue Jul 02 10:53:50 2019 +0200
  31. 6574396 mmc: omap_hsmmc: don't fill the send_init_stream callback by Jean-Jacques Hiblot · Tue Jul 02 10:53:49 2019 +0200
  32. a1e7a4d mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command by Jean-Jacques Hiblot · Tue Jul 02 10:53:48 2019 +0200
  33. 7e40f41 mmc: rpmb: fix response type of CMD25 by Akio Hirayama · Fri Jun 28 21:16:25 2019 +0900
  34. c8a0ec0 mmc: sdhci: Implement SDHCI card detect by T Karthik Reddy · Tue Jun 25 13:39:04 2019 +0200
  35. 3863f7e mmc: sdhci: Read cd-gpio from devicetree by T Karthik Reddy · Tue Jun 25 13:39:03 2019 +0200
  36. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · Tue Jun 25 13:39:02 2019 +0200
  37. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Sun Jul 14 09:09:49 2019 -0400
  38. 8967664 mmc: Register only the first MMC device on MMC_TINY by Ezequiel Garcia · Sat May 25 19:25:22 2019 -0300
  39. 6698318 spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · Sat May 25 19:25:21 2019 -0300
  40. 2961b21 mmc: stm32_sdmmc2: avoid warnings when building with W=1 option by Patrick Delaunay · Fri Jun 21 15:26:42 2019 +0200
  41. 16b3854 mmc: fsl_esdhc_imx: drop useless code by Yangbo Lu · Fri Jun 21 11:42:30 2019 +0800
  42. 62b56b3 mmc: fsl_esdhc: drop i.MX code by Yangbo Lu · Fri Jun 21 11:42:29 2019 +0800
  43. 982f425 mmc: split fsl_esdhc driver for i.MX by Yangbo Lu · Fri Jun 21 11:42:27 2019 +0800
  44. 72f24c2 Merge tag 'mmc-6-19' of https://github.com/MrVan/u-boot by Tom Rini · Thu Jun 20 09:13:27 2019 -0400
  45. 4cc119b mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled by Yangbo Lu · Thu May 23 11:05:46 2019 +0800
  46. 9e3d7b6 mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · Fri May 31 15:22:44 2019 +0200
  47. 06edafb dm: arm: bcmstb: Enable driver model MMC support by Thomas Fitzsimmons · Fri May 17 08:17:07 2019 -0400
  48. 94626aa Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sun May 26 20:18:20 2019 -0400
  49. 583d5e9 driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPC by Yinbo Zhu · Thu Apr 11 11:01:50 2019 +0000
  50. 4bc8601 driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPC by Yinbo Zhu · Thu Apr 11 11:01:46 2019 +0000
  51. fee0c68 mmc: tmio: sdhi: HS400 manual adjustment by Marek Vasut · Sun May 19 03:47:07 2019 +0200
  52. b1d442b mmc: tmio: sdhi: Minor macro cleanup by Marek Vasut · Sun May 19 02:33:06 2019 +0200
  53. 2a52183 Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue" by Lukasz Majewski · Tue May 07 17:47:28 2019 +0200
  54. f7e008e Merge tag 'mmc-2019-5-3' of https://github.com/MrVan/u-boot by Tom Rini · Sat May 04 20:02:16 2019 -0400
  55. 0084877 Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig by Alex Kiernan · Wed May 01 07:58:27 2019 +0000
  56. 3da5da3 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Fri May 03 14:23:01 2019 -0400
  57. 4c082a6 mmc: sdhci: Add Support for ADMA2 by Faiz Abbas · Tue Apr 16 23:06:58 2019 +0530
  58. 8710250 mmc: sdhci: Move DMA handling to prepare_dma() function by Faiz Abbas · Tue Apr 16 23:06:57 2019 +0530
  59. e1f4f69 mmc: fsl_esdhc: Fix wp_enable issue by Ye Li · Mon Jan 07 09:10:27 2019 +0000
  60. 56fd85d mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue by Ye Li · Mon Jan 07 03:18:06 2019 +0000
  61. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · Thu Mar 28 11:01:23 2019 +0800
  62. b6da37b mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline size by Marek Vasut · Wed Feb 13 20:16:20 2019 +0100
  63. 72d37b6 mmc: dw_mmc: Handle return value from bounce_buffer_start() by Marek Vasut · Sat Mar 23 18:45:27 2019 +0100
  64. ffac512 mmc: dw_mmc: Calculate timeout from transfer length by Marek Vasut · Sat Mar 23 03:32:24 2019 +0100
  65. b9af62d mmc: mv_sdhci: add driver model support by Pierre Bourdon · Thu Apr 11 04:56:58 2019 +0200
  66. d7f0a35 Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-boot by Tom Rini · Wed Apr 24 12:26:39 2019 -0400
  67. 8ed608a mmc: mtk-sd: fix configuration option check by Fabien Parent · Sun Mar 24 16:46:34 2019 +0100
  68. 1d520a4 mmc: mtk-sd: add support for MT8516 by Fabien Parent · Sun Mar 24 16:46:33 2019 +0100
  69. 297fa1a mmc: mtk-sd: add source_cg clock support by Fabien Parent · Sun Mar 24 16:46:32 2019 +0100
  70. 8a0b523 mmc: stm32_sdmmc2: Fix r1b timeout issue by Christophe Kerello · Thu Dec 06 15:58:10 2018 +0100
  71. 920e89f mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings by Patrick Delaunay · Fri Nov 16 10:25:54 2018 +0100
  72. 3e178ba mmc: arm_pl180_mmci: Sync compatible with kernel by Patrice Chotard · Wed Dec 05 14:04:32 2018 +0100
  73. b050c2c ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards by Eugeniy Paltsev · Mon Feb 25 18:35:28 2019 +0300
  74. fc1ad62 mmc: omap_hsmmc: Set 3.3V for IO voltage by Faiz Abbas · Fri Apr 05 14:18:46 2019 +0530
  75. 8702bbc mmc: correct the HS400 initialization process by BOUGH CHEN · Tue Mar 26 06:24:17 2019 +0000
  76. 94f4c27 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Tue Mar 26 23:19:11 2019 -0400
  77. 6d6e6fe mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IP by Marek Vasut · Mon Mar 18 23:43:10 2019 +0100
  78. ac31767 mmc: sh_mmcif: Set default MMCIF clock rate by Marek Vasut · Mon Mar 18 06:04:17 2019 +0100
  79. 6eeee30 mmc: Align MMC_TRACE with tiny printf by Marek Vasut · Sat Mar 23 18:54:45 2019 +0100
  80. 3d42a07 mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8 by Marek Vasut · Tue Feb 19 19:32:28 2019 +0100
  81. 1a4abf5 mmc: tmio: Clear BUSWIDTH bit when WMODE bit is set by Marek Vasut · Tue Feb 19 19:20:14 2019 +0100
  82. 029cd7b Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Mon Feb 18 22:12:59 2019 -0500
  83. b98e892 mmc: dwmmc: Poll for iDMAC TX/RX interrupt by Ley Foon Tan · Thu Dec 20 17:55:41 2018 +0800
  84. 9779b16 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sat Feb 16 17:05:51 2019 -0500
  85. 1a7b055 mmc: tmio: sdhi: Configure DT2FF register for HS400 mode by Marek Vasut · Thu Feb 14 15:16:15 2019 +0100
  86. 2a43f88 mmc: tmio: Configure HOST_MODE WMODE according to bus width by Marek Vasut · Thu Feb 14 15:16:24 2019 +0100
  87. a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · Tue Jan 29 04:45:51 2019 +0100
  88. f3a7c24 mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL builds by Abel Vesa · Fri Feb 01 16:40:11 2019 +0000
  89. be0af3e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sun Feb 10 08:11:53 2019 -0500
  90. b3f9dd9 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · Sun Feb 10 08:11:32 2019 -0500
  91. b269197 mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator by Lokesh Vutla · Fri Jan 11 15:15:52 2019 +0530
  92. deec621 samsung: mmc: Drop old MMC init code by Simon Glass · Fri Jan 11 18:37:13 2019 -0700
  93. e4d3056 mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929) by Faiz Abbas · Wed Jan 30 18:08:42 2019 +0530
  94. 8a96647 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · Wed Feb 06 11:34:27 2019 +0100
  95. 314b9ca mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPs by Marek Vasut · Fri Jan 11 23:38:07 2019 +0100
  96. e9a2822 mmc: tmio: Make DMA transfer end bit configurable by Marek Vasut · Fri Jan 11 23:45:54 2019 +0100
  97. efee283 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Jan 30 12:24:32 2019 -0500
  98. 0b0409c Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx by Tom Rini · Wed Jan 30 07:22:12 2019 -0500
  99. 99f3a91 mmc: sunxi: Honour non-removable property in DT by Andre Przywara · Sat Jan 19 01:30:53 2019 +0000
  100. 29b533c mmc: sunxi: Add DM clk and reset support by Andre Przywara · Tue Jan 29 15:54:13 2019 +0000