1. 44354b0 mmc: sdhci: Use debug for not supported SDMA info message by Matthias Brugger · Tue May 12 12:02:06 2020 +0200
  2. d9a86c1 mmc: sdhci: not return error when SDMA is not supported by Jaehoon Chung · Fri Mar 27 13:08:01 2020 +0900
  3. 2768593 mmc: sdhci: use phys2bus macro when dma address is accessed by Jaehoon Chung · Fri Mar 27 13:08:00 2020 +0900
  4. 529e6f0 mmc: zynq: parse dt when probing by Benedikt Grassl · Tue Apr 14 07:32:12 2020 +0200
  5. 5a18f87 dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · Wed Apr 08 08:33:00 2020 -0600
  6. 4c8288f drivers: mmc: rpmb: do not build for SPL by Heinrich Schuchardt · Wed Apr 15 18:28:09 2020 +0200
  7. 3d5256e mmc: tmio: sdhi: Implement get_b_max function by Marek Vasut · Sat Apr 04 12:45:06 2020 +0200
  8. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · Sat Apr 04 12:45:05 2020 +0200
  9. 9f7baeb mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations by Marek Vasut · Sat Apr 04 12:45:04 2020 +0200
  10. 5b0dad9 drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg by Rayagonda Kokatanur · Tue Mar 31 11:04:06 2020 +0530
  11. ee6ad59 drivers: mmc: iproc_sdhci: fix compilation warning by Rayagonda Kokatanur · Tue Mar 31 11:04:05 2020 +0530
  12. beb789e drivers: mmc: iproc_sdhci: enable broken R1B response quirk by Bharat Kumar Reddy Gooty · Tue Mar 31 11:04:04 2020 +0530
  13. c965240 drivers: mmc: iproc_sdhci: fix possible memory leak by Bharat Kumar Reddy Gooty · Tue Mar 31 11:04:03 2020 +0530
  14. 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · Mon Mar 30 07:24:19 2020 +0200
  15. bf230e1 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · Mon Mar 30 07:24:17 2020 +0200
  16. ed5aa49 mmc: tmio: sdhi: Add DMA transfer address alignment check at writing by Hiroyuki Yokoyama · Sat Mar 07 17:32:59 2020 +0100
  17. e6acfa7 mmc: meson-gx: enable input clocks by Jerome Brunet · Thu Mar 05 12:12:36 2020 +0100
  18. 4ff710a mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect by Tom Warren · Mon Jun 03 16:06:34 2019 -0700
  19. 2e86e81 mmc: t210: Add autocal and tap/trim updates for SDMMC1/3 by Tom Warren · Wed May 29 09:30:01 2019 -0700
  20. e4425cb mmc: am654_sdhci: Implement workaround for card detect by Faiz Abbas · Wed Feb 26 13:44:34 2020 +0530
  21. c6eb9e7 mmc: am654_sdhci: Update output tap delay writes by Faiz Abbas · Wed Feb 26 13:44:33 2020 +0530
  22. 01db77e mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · Wed Feb 26 13:44:32 2020 +0530
  23. d222921 sdhci: Add sdhci_deferred_probe() API by Faiz Abbas · Wed Feb 26 13:44:31 2020 +0530
  24. f6fd4ec mmc: Add a deferred_probe() API by Faiz Abbas · Wed Feb 26 13:44:30 2020 +0530
  25. 055e18e mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs by Arthur Li · Thu Feb 20 18:19:35 2020 -0800
  26. cf61a5f mmc: sdhci: fix missing cache invalidation after reading by DMA by Masahiro Yamada · Fri Feb 14 16:40:27 2020 +0900
  27. 97e7e82 mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA by Masahiro Yamada · Fri Feb 14 16:40:26 2020 +0900
  28. a055e86 mmc: sdhci: remove unneeded casts by Masahiro Yamada · Fri Feb 14 16:40:24 2020 +0900
  29. 97eda29 mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr by Masahiro Yamada · Fri Feb 14 16:40:23 2020 +0900
  30. 32d1213 mmc: sdhci: reduce code duplication for aligned buffer by Masahiro Yamada · Fri Feb 14 16:40:22 2020 +0900
  31. c3a17af mmc: sdhci: put the aligned buffer pointer to struct sdhci_host by Masahiro Yamada · Fri Feb 14 16:40:21 2020 +0900
  32. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  33. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  34. a6d1f1a mmc: fsl_esdhc: actually enable cache snooping on mpc830x by Rasmus Villemoes · Thu Jan 30 12:06:45 2020 +0000
  35. bd9bb2b mmc: remove unneeded forward declarations by Masahiro Yamada · Thu Jan 23 15:54:01 2020 +0900
  36. bf1f25c mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · Thu Jan 23 14:31:12 2020 +0900
  37. 55f7b00 mmc: sdhci-cadence: send tune request twice to work around errata by Masahiro Yamada · Tue Jan 21 18:42:05 2020 +0900
  38. 58b9eb8 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · Fri Jan 17 15:06:54 2020 +0900
  39. a8e2e40 drivers: mmc: rpmb: Use R1 response by Bharat Kumar Reddy Gooty · Fri Nov 22 15:13:09 2019 -0800
  40. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  41. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  42. da62e1a Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Tue Jan 28 21:10:32 2020 -0500
  43. 0892e71 mmc: tmio-common: Drop custom dma mapping functions by Vignesh Raghavendra · Thu Jan 16 14:23:46 2020 +0530
  44. e404f26 mmc: s5p_sdhci: Read generic MMC properties from DT by Marek Szyprowski · Thu Jan 16 16:25:33 2020 +0100
  45. 3a7cb13 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jan 20 14:54:55 2020 -0500
  46. 8cc051e mmc: am654_sdhci: Add Support for configuring PHY in J721e by Faiz Abbas · Thu Jan 16 19:42:19 2020 +0530
  47. dc2bcc2 mmc: am654_sdhci: Get Xin clock by name by Faiz Abbas · Thu Jan 16 19:42:18 2020 +0530
  48. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  49. 7b15721 Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Thu Jan 16 13:20:51 2020 -0500
  50. 837d334 mmc: add mmc and sd support for MT7622 by developer · Fri Jan 10 16:30:32 2020 +0800
  51. 068cc65 mmc: mtk-sd: fix hang when data read quickly by developer · Tue Dec 31 11:29:25 2019 +0800
  52. a2d3a6c mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCs by developer · Tue Dec 31 11:29:24 2019 +0800
  53. 9cbee2c mmc: config help typo fix by Joel Johnson · Sat Jan 11 09:08:15 2020 -0700
  54. 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · Sat Jan 11 09:08:14 2020 -0700
  55. 1ca7a9f Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage by Yangbo Lu · Thu Dec 19 18:59:30 2019 +0800
  56. 5ebc07a mmc: fsl_esdhc: drop useless fdt fixup by Yangbo Lu · Thu Dec 19 18:59:26 2019 +0800
  57. 889ed6c mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock code by Yangbo Lu · Thu Dec 19 18:59:25 2019 +0800
  58. 65b5ec1 mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhc by Giulio Benetti · Fri Jan 10 15:51:46 2020 +0100
  59. dbdbc63 mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statement by Giulio Benetti · Fri Jan 10 15:51:45 2020 +0100
  60. 7e3d8a9 mmc: fsl_esdhc_imx: Handle the "broken-cd" property by Fabio Estevam · Mon Jan 06 20:11:27 2020 -0300
  61. 2669591 arm: socfpga: Convert clock manager from struct to defines by Ley Foon Tan · Fri Nov 08 10:38:21 2019 +0800
  62. 3d3a860 arm: socfpga: Convert system manager from struct to defines by Ley Foon Tan · Fri Nov 08 10:38:20 2019 +0800
  63. 1a6b0f1 Merge branch 'next' by Tom Rini · Mon Jan 06 17:07:49 2020 -0500
  64. 131f4ad Revert "mmc: davinci: drop struct davinci_mmc_plat" by Tom Rini · Fri Jan 03 12:00:04 2020 -0500
  65. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · Fri Dec 06 21:41:35 2019 -0700
  66. 18f9fc7 mmc: mtk-sd: Adjust the mmc tuning flow by developer · Thu Nov 07 19:28:42 2019 +0800
  67. e33cd22 mmc: davinci: fix mmc boot in SPL by Bartosz Golaszewski · Thu Nov 14 16:10:31 2019 +0100
  68. 012929e mmc: davinci: drop struct davinci_mmc_plat by Bartosz Golaszewski · Thu Nov 14 16:10:29 2019 +0100
  69. 3dffb44 mmc: davinci: drop support for ti,dm6441-mmc by Bartosz Golaszewski · Thu Nov 14 16:10:28 2019 +0100
  70. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  71. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  72. 7b46176 mmc: tmio: sdhi: Add calibration tables by Marek Vasut · Sat Nov 23 13:36:25 2019 +0100
  73. 531fc99 mmc: tmio: sdhi: Skip bad taps by Marek Vasut · Sat Nov 23 13:36:24 2019 +0100
  74. 52647a0 mmc: tmio: sdhi: Add SCC error checking by Marek Vasut · Sat Nov 23 13:36:23 2019 +0100
  75. 242c63d mmc: tmio: sdhi: Disable auto-retuning in HS400 by Marek Vasut · Sat Nov 23 13:36:22 2019 +0100
  76. cf643b0 mmc: tmio: sdhi: Adjust HS400 calibration offsets by Marek Vasut · Sat Nov 23 13:36:21 2019 +0100
  77. 1a95303 mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode by Marek Vasut · Sat Nov 23 13:36:20 2019 +0100
  78. 715b325 mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2 by Marek Vasut · Sat Nov 23 13:36:19 2019 +0100
  79. 0555dc6 mmc: tmio: sdhi: Track SMPCMP valu in private data by Marek Vasut · Sat Nov 23 13:36:18 2019 +0100
  80. d9d09e3 mmc: tmio: sdhi: Track current tap number in private data by Marek Vasut · Sat Nov 23 13:36:17 2019 +0100
  81. b8626e4 mmc: fsl_esdhc: get clock directly from global data by Yangbo Lu · Tue Nov 12 19:28:36 2019 +0800
  82. 4c280a9 mmc: sdhci: make sdhci_get_cd static by Baruch Siach · Sun Nov 03 12:00:27 2019 +0200
  83. 13f1f72 rockchip: dwmmc: add handling for u-boot, spl-fifo-mode by Heiko Stuebner · Tue Nov 19 12:04:01 2019 +0100
  84. d7689fa mmc: fsl_esdhc_imx: Update compatible string for imx8m by Peng Fan · Mon Nov 04 17:31:17 2019 +0800
  85. 2cdf52b mmc: fsl_esdhc_imx: drop redundant clock settings by Peng Fan · Mon Nov 04 17:14:15 2019 +0800
  86. 4fc9333 mmc: fsl_esdhc: clean up DM and non-DM code by Yangbo Lu · Thu Oct 31 18:54:26 2019 +0800
  87. f3bcc83 mmc: fsl_esdhc: always check write protect state by Yangbo Lu · Thu Oct 31 18:54:25 2019 +0800
  88. 9fed28d mmc: fsl_esdhc: drop redundant code for non-removable feature by Yangbo Lu · Thu Oct 31 18:54:24 2019 +0800
  89. b64dc8d mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common() by Yangbo Lu · Thu Oct 31 18:54:23 2019 +0800
  90. 501e3a5 mmc: fsl_esdhc: clean up bus width configuration code by Yangbo Lu · Thu Oct 31 18:54:22 2019 +0800
  91. 63267b4 mmc: fsl_esdhc: fix voltage validation by Yangbo Lu · Thu Oct 31 18:54:21 2019 +0800
  92. d17d260 mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init() by Yangbo Lu · Thu Oct 31 18:54:20 2019 +0800
  93. 4ee9b86 mmc: fsl_esdhc: drop i.MX DDR support code by Yangbo Lu · Mon Oct 21 18:09:09 2019 +0800
  94. d385697 mmc: fsl_esdhc: remove redundant DM_MMC checking by Yangbo Lu · Mon Oct 21 18:09:08 2019 +0800
  95. 77f2632 mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC by Yangbo Lu · Mon Oct 21 18:09:07 2019 +0800
  96. 399e4af mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode by developer · Wed Sep 25 17:45:38 2019 +0800
  97. 607faf7 mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCs by developer · Wed Sep 25 17:45:37 2019 +0800
  98. 1c0ca20 mmc: meson-gx: add support for mmc-pwrseq-emmc by Neil Armstrong · Fri Oct 11 17:33:52 2019 +0200
  99. f64972a Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Oct 14 07:28:32 2019 -0400
  100. 978d932 mmc: am654_sdhci: Drop a redundant power_domain_on in probe by Lokesh Vutla · Tue Sep 24 13:17:16 2019 +0530