1. c5e6ec1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Feb 09 11:40:27 2022 -0500
  2. 87f79c5 mmc: fsl: Use brackets around if() by Simon Glass · Sat Jan 22 05:07:24 2022 -0700
  3. 86376fd mmc: fsl_esdhc_imx: fix watermark level in dma by Marcel Ziswiler · Mon Jan 31 23:08:31 2022 +0100
  4. b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · Wed Oct 20 23:52:57 2021 -0500
  5. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  6. 347494c mmc: actions: add MMC driver for Actions OWL S700/S900 by Amit Singh Tomar · Sun Nov 28 17:02:24 2021 +0530
  7. feb7fa3 mmc: dwmmc: return a proper error code when busy by John Keeping · Tue Dec 07 16:09:35 2021 +0000
  8. ab3d154 mmc: fsl_esdhc_imx: set sysctl register for clock initialization by Sean Anderson · Tue Nov 23 15:03:47 2021 -0500
  9. 3e33079 mmc: fsl_esdhc_imx: Replace more #ifdefs by if by Sean Anderson · Tue Nov 23 15:03:46 2021 -0500
  10. 218dfa1 mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() by Sean Anderson · Tue Nov 23 15:03:45 2021 -0500
  11. aa6d91d mmc: fsl_esdhc_imx: simplify esdhc_setup_data() by Sean Anderson · Tue Nov 23 15:03:44 2021 -0500
  12. 120fc01 mmc: fsl_esdhc_imx: use dma-mapping API by Sean Anderson · Tue Nov 23 15:03:43 2021 -0500
  13. bca8d63 mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers by Sean Anderson · Tue Nov 23 15:03:42 2021 -0500
  14. 417b14e mmc: fsl_esdhc_imx: fix mmc->clock with actual clock by Sean Anderson · Tue Nov 23 15:03:41 2021 -0500
  15. 5b8040b mmc: fsl_esdhc_imx: drop redundant code for non-removable feature by Sean Anderson · Tue Nov 23 15:03:40 2021 -0500
  16. 1f0d6c6 mmc: fsl_esdhc_imx: clean up bus width configuration code by Sean Anderson · Tue Nov 23 15:03:39 2021 -0500
  17. 6dff7b7 mmc: fsl_esdhc_imx: fix voltage validation by Sean Anderson · Tue Nov 23 15:03:38 2021 -0500
  18. 7e9b8c4 mmc: fsl_esdhc_imx: remove redundant DM_MMC checking by Sean Anderson · Tue Nov 23 15:03:37 2021 -0500
  19. 80b8161 mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC by Sean Anderson · Wed Jan 12 08:18:52 2022 +0900
  20. 98a1205 mmc: stm32_sdmmc2: Add support for probing bus voltage level translator by Marek Vasut · Sat Nov 13 03:29:43 2021 +0100
  21. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · Mon Nov 29 12:00:57 2021 -0500
  22. 3a29664 mmc: Allow for children other than the block device by Simon Glass · Sat Oct 23 17:26:00 2021 -0600
  23. 32b6c8b sandbox: mmc: Support a backing file by Simon Glass · Sat Oct 23 17:25:59 2021 -0600
  24. ff2d8bc mmc: mtk-sd: implement waiting for DAT0 line state by Julien Masson · Fri Nov 05 14:34:14 2021 +0100
  25. 926dca5 Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Nov 16 09:51:04 2021 -0500
  26. b2bfae6 mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI by Usama Arif · Tue Oct 19 15:49:48 2021 +0100
  27. cd9ea64 mmc: Fix mmc_switch excessive timeout by Kirill Kapranov · Sat Oct 09 23:49:59 2021 +0300
  28. 8cd3128 drivers: mmc: Add wait_dat0 support for sdhci driver by Stephen Carlson · Tue Aug 17 12:46:41 2021 -0700
  29. 1822a97 drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver by Stephen Carlson · Tue Aug 17 12:46:40 2021 -0700
  30. b68d92c mmc: sunxi: conditionally include MMC2 initialization code by Icenowy Zheng · Thu Jul 22 14:30:05 2021 +0800
  31. d061827 mmc: zynq_sdhci: Add xilinx_pm_request weak function by T Karthik Reddy · Fri Oct 01 16:38:38 2021 +0530
  32. 2eeaea4 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Oct 20 14:24:09 2021 -0400
  33. 58ec23b mmc: rockchip_sdhci: enable strobe line for HS400 by Yifeng Zhao · Fri Oct 15 16:41:27 2021 +0800
  34. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · Sat Sep 11 16:50:47 2021 -0500
  35. d4245c2 mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP by Oleksandr Suvorov · Wed Sep 08 21:56:43 2021 +0300
  36. 8239e82 mmc: fsl_esdhc_imx: initialize data for imx7ulp by Jorge Ramirez-Ortiz · Wed Sep 08 21:56:42 2021 +0300
  37. 423483d mmc: fsl_esdhc_imx: Fix clock disable issue by Ye Li · Tue Aug 17 17:09:20 2021 +0800
  38. f0d7650 arm: Remove aspenite board by Tom Rini · Thu Sep 09 07:54:49 2021 -0400
  39. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  40. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · Sun Sep 12 20:32:32 2021 -0400
  41. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  42. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · Sat Aug 07 07:24:06 2021 -0600
  43. 47f6469 mmc: nds32: ftsdc010: Convert to livetree by Simon Glass · Sat Aug 07 07:24:05 2021 -0600
  44. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  45. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  46. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  47. f502070 sunxi: mmc: A20: Fix MMC optimisation by Andre Przywara · Fri Sep 03 16:49:16 2021 +0100
  48. ff31efc mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() by Michael Walle · Fri Sep 10 11:20:52 2021 +0200
  49. 3679e80 mmc: fix device_remove when HS400_ES is enabled by Ye Li · Tue Aug 17 17:20:34 2021 +0800
  50. 99b0d2e mmc: fix switch issue with send_status disabled by Ye Li · Tue Aug 17 17:20:33 2021 +0800
  51. bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · Fri Aug 13 23:04:41 2021 +0530
  52. 0523643 Revert "mmc: sdhci: set to INT_DATA_END when there are data" by Yuezhang.Mo@sony.com · Wed Mar 17 06:44:37 2021 +0000
  53. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  54. 052f050 Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Aug 27 08:33:02 2021 -0400
  55. 8ee49f0 mmc: zynq_sdhci: Use set_control_reg from sdhci.c by Ashok Reddy Soma · Mon Aug 02 23:20:46 2021 -0600
  56. ab0a749 mmc: zynq_sdhci: Wait till sd card detect state is stable by T Karthik Reddy · Mon Aug 02 23:20:45 2021 -0600
  57. 7a5f810 mmc: zynq_sdhci: Move setting tapdelay code to driver by Ashok Reddy Soma · Mon Aug 02 23:20:44 2021 -0600
  58. 467d078 mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelays by Ashok Reddy Soma · Mon Aug 02 23:20:43 2021 -0600
  59. e5dddfa mmc: rockchip_sdhci: Add support for RK3568 by Yifeng Zhao · Tue Jun 29 16:24:42 2021 +0800
  60. 5c2a5ab mmc: rockchip_sdhci: add phy and clock config for rk3399 by Yifeng Zhao · Tue Jun 29 16:24:41 2021 +0800
  61. 82d8558 drivers: mmc: fsl_esdhc_imx: support i.MX8ULP by Peng Fan · Sat Aug 07 16:00:46 2021 +0800
  62. 6b67778 mmc: sdhci: Change prototype of set_delay to return errors by Ashok Reddy Soma · Mon Aug 02 23:20:41 2021 -0600
  63. 21fd763 mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelay by Ashok Reddy Soma · Mon Aug 02 23:20:40 2021 -0600
  64. 064e83e mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2 by Stephan Gerhold · Tue Jul 06 16:54:36 2021 +0200
  65. ff9eb9d mmc: arm_pl180_mmci: Simplify code using mmc_of_parse() by Stephan Gerhold · Tue Jul 06 16:54:35 2021 +0200
  66. a16abe3 mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() by Stephan Gerhold · Tue Jul 06 16:54:34 2021 +0200
  67. cc86471 mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices by Stephan Gerhold · Tue Jul 06 16:54:33 2021 +0200
  68. d9cdc9f mmc: rpmb: Fix driver routing memory alignment with tmp buffer by litchipi · Tue Jun 15 08:53:06 2021 +0000
  69. e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Thu Jul 29 08:20:06 2021 -0400
  70. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  71. 4509fb6 mmc: sdhci_am654: Read ti, strobe-sel property from device tree by Aswath Govindraju · Tue May 25 15:08:23 2021 +0530
  72. 9bf56ea mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode by Faiz Abbas · Mon Apr 05 20:14:28 2021 +0530
  73. 635cf4a mmc: zynq_sdhci: Make variables/structure static by Michal Simek · Fri Jul 09 05:53:44 2021 -0600
  74. 2a43ab8 mmc: zynq_sdhci: Fix kernel doc warnings by Michal Simek · Fri Jul 09 05:53:43 2021 -0600
  75. 39a177a mmc: zynq_sdhci: Split set_tapdelay function to in and out by Ashok Reddy Soma · Fri Jul 09 05:53:42 2021 -0600
  76. 24a5107 mmc: zynq_sdhci: Use Mask writes for Tap delays by Ashok Reddy Soma · Fri Jul 09 05:53:41 2021 -0600
  77. 6f64538 mmc: zynq_sdhci: Allow configuring zero Tap values by Ashok Reddy Soma · Fri Jul 09 05:53:40 2021 -0600
  78. 94a755d mmc: zynq_sdhci: Resolve uninitialized return value by Ashok Reddy Soma · Fri Jul 09 05:53:39 2021 -0600
  79. 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · Mon Jul 05 16:32:58 2021 -0600
  80. 7c63962 mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · Wed Jul 14 16:37:29 2021 +0200
  81. d8a2960 mmc: sunxi: Use mmc_of_parse() by Andre Przywara · Wed Apr 21 09:33:04 2021 +0100
  82. 56086a4 mmc: sunxi: Increase MMIO FIFO read performance by Andre Przywara · Wed May 05 11:33:40 2021 +0100
  83. 8c93a9c mmc: sunxi: Cleanup and fix self-calibration code by Andre Przywara · Wed May 05 10:06:24 2021 +0100
  84. 3f23aa6 mmc: sunxi: Cleanup "new timing mode" selection by Andre Przywara · Wed May 05 09:57:47 2021 +0100
  85. dd505d1 mmc: sunxi: Fix MMC clock parent selection by Andre Przywara · Wed May 05 09:57:47 2021 +0100
  86. 70bbb41 mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT by Andre Przywara · Thu Apr 29 09:31:58 2021 +0100
  87. f2f3a59 mmc: sunxi: Avoid #ifdefs in delay and width setup by Andre Przywara · Fri Dec 18 22:02:11 2020 +0000
  88. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 07 13:34:42 2021 -0400
  89. 5f2ff8e Merge branch '2021-07-06-platform-updates' by Tom Rini · Tue Jul 06 18:10:10 2021 -0400
  90. 8188bda mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver by Jassi Brar · Fri Jun 04 18:44:16 2021 +0900
  91. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  92. 8cfc7c5 mmc: openpiton: add piton_mmc driver by Tianrui Wei · Thu Jul 01 12:54:20 2021 +0800
  93. d6837b4 Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output" by Fabio Estevam · Mon Jun 07 17:40:09 2021 -0300
  94. ff6bf1f mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · Mon May 31 08:31:50 2021 +0900
  95. 099814b mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd by Jaehoon Chung · Mon May 31 08:31:49 2021 +0900
  96. e870824 mmc: dwmmc: socfpga: Get "fifo-mode" property from DT by Ley Foon Tan · Mon Apr 26 13:17:46 2021 +0800
  97. 1cead23 mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode by Ley Foon Tan · Mon Apr 26 11:35:05 2021 +0800
  98. 13b920a mmc: mtk-sd: increase the minimum bus frequency by developer · Tue Apr 20 16:37:10 2021 +0800
  99. 023d419 mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 by Yangbo Lu · Thu Jun 03 10:51:18 2021 +0800
  100. e087cd6 mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT by Yangbo Lu · Thu Jun 03 10:51:17 2021 +0800