1. 104704b mmc: fsl_esdhc_imx: Add i.MX8MP compatible string by Marek Vasut · 2 years, 9 months ago
  2. 8557361 iopoll: Extend read_poll_timeout macro to support variable parameters by Ariel D'Alessandro · 2 years, 8 months ago
  3. 80022d7 mmc: call device_probe() after scanning by AKASHI Takahiro · 2 years, 9 months ago
  4. 088febe mmc: zynq_sdhci: Fix SDx_BASECLK configuration by Ashok Reddy Soma · 2 years, 8 months ago
  5. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  6. 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 9 months ago
  7. 6f19869 rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568 by Alper Nebi Yasak · 2 years, 9 months ago
  8. 9099d03 rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399 by Alper Nebi Yasak · 2 years, 9 months ago
  9. 2084f8c mmc: sdhci: Add HS400 Enhanced Strobe support by Alper Nebi Yasak · 2 years, 9 months ago
  10. e969f45 mmc: xenon_sdhci: remove wait_dat0 SDHCI OP by Robert Marko · 2 years, 9 months ago
  11. 3a385c8 mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessary by Haibo Chen · 2 years, 9 months ago
  12. c6f9193 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 9 months ago
  13. 676a5a5 rockchip: sdhci: Fix RK3399 eMMC PHY power cycling by Alper Nebi Yasak · 2 years, 10 months ago
  14. ca7d847 mmc: zynq_sdhci: Add support for dynamic configuration by Ashok Reddy Soma · 2 years, 9 months ago
  15. 46e8669 arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver by Lukasz Majewski · 2 years, 9 months ago
  16. 6556bff mmc: zynq_sdhci: Enable card detect workaround for ZynqMP by Ashok Reddy Soma · 2 years, 9 months ago
  17. dd74577 mmc: zynq_sdhci: Change granularity of timeout to 1us by Ashok Reddy Soma · 2 years, 9 months ago
  18. 09f3890 mmc: zynq_sdhci: Fix timeout issue by Ashok Reddy Soma · 2 years, 9 months ago
  19. 8be0ba3 mmc: fsl_esdhc_imx: correct the actual card clock by Haibo Chen · 2 years, 10 months ago
  20. 84516a7 mmc: fsl_esdhc_imx: remove redundant ARCH_MXC by Haibo Chen · 2 years, 10 months ago
  21. 97497fd mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps by Adam Ford · 2 years, 11 months ago
  22. c5e6ec1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 2 years, 10 months ago
  23. 87f79c5 mmc: fsl: Use brackets around if() by Simon Glass · 2 years, 10 months ago
  24. 86376fd mmc: fsl_esdhc_imx: fix watermark level in dma by Marcel Ziswiler · 2 years, 10 months ago
  25. b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · 3 years, 1 month ago
  26. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  27. 347494c mmc: actions: add MMC driver for Actions OWL S700/S900 by Amit Singh Tomar · 3 years ago
  28. feb7fa3 mmc: dwmmc: return a proper error code when busy by John Keeping · 3 years ago
  29. ab3d154 mmc: fsl_esdhc_imx: set sysctl register for clock initialization by Sean Anderson · 3 years ago
  30. 3e33079 mmc: fsl_esdhc_imx: Replace more #ifdefs by if by Sean Anderson · 3 years ago
  31. 218dfa1 mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() by Sean Anderson · 3 years ago
  32. aa6d91d mmc: fsl_esdhc_imx: simplify esdhc_setup_data() by Sean Anderson · 3 years ago
  33. 120fc01 mmc: fsl_esdhc_imx: use dma-mapping API by Sean Anderson · 3 years ago
  34. bca8d63 mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers by Sean Anderson · 3 years ago
  35. 417b14e mmc: fsl_esdhc_imx: fix mmc->clock with actual clock by Sean Anderson · 3 years ago
  36. 5b8040b mmc: fsl_esdhc_imx: drop redundant code for non-removable feature by Sean Anderson · 3 years ago
  37. 1f0d6c6 mmc: fsl_esdhc_imx: clean up bus width configuration code by Sean Anderson · 3 years ago
  38. 6dff7b7 mmc: fsl_esdhc_imx: fix voltage validation by Sean Anderson · 3 years ago
  39. 7e9b8c4 mmc: fsl_esdhc_imx: remove redundant DM_MMC checking by Sean Anderson · 3 years ago
  40. 80b8161 mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC by Sean Anderson · 2 years, 11 months ago
  41. 98a1205 mmc: stm32_sdmmc2: Add support for probing bus voltage level translator by Marek Vasut · 3 years, 1 month ago
  42. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
  43. 3a29664 mmc: Allow for children other than the block device by Simon Glass · 3 years, 1 month ago
  44. 32b6c8b sandbox: mmc: Support a backing file by Simon Glass · 3 years, 1 month ago
  45. ff2d8bc mmc: mtk-sd: implement waiting for DAT0 line state by Julien Masson · 3 years, 1 month ago
  46. 926dca5 Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years ago
  47. b2bfae6 mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI by Usama Arif · 3 years, 1 month ago
  48. cd9ea64 mmc: Fix mmc_switch excessive timeout by Kirill Kapranov · 3 years, 2 months ago
  49. 8cd3128 drivers: mmc: Add wait_dat0 support for sdhci driver by Stephen Carlson · 3 years, 3 months ago
  50. 1822a97 drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver by Stephen Carlson · 3 years, 3 months ago
  51. b68d92c mmc: sunxi: conditionally include MMC2 initialization code by Icenowy Zheng · 3 years, 4 months ago
  52. d061827 mmc: zynq_sdhci: Add xilinx_pm_request weak function by T Karthik Reddy · 3 years, 2 months ago
  53. 2eeaea4 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 1 month ago
  54. 58ec23b mmc: rockchip_sdhci: enable strobe line for HS400 by Yifeng Zhao · 3 years, 2 months ago
  55. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 3 months ago
  56. d4245c2 mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP by Oleksandr Suvorov · 3 years, 3 months ago
  57. 8239e82 mmc: fsl_esdhc_imx: initialize data for imx7ulp by Jorge Ramirez-Ortiz · 3 years, 3 months ago
  58. 423483d mmc: fsl_esdhc_imx: Fix clock disable issue by Ye Li · 3 years, 4 months ago
  59. f0d7650 arm: Remove aspenite board by Tom Rini · 3 years, 3 months ago
  60. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  61. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 3 months ago
  62. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 4 months ago
  63. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 4 months ago
  64. 47f6469 mmc: nds32: ftsdc010: Convert to livetree by Simon Glass · 3 years, 4 months ago
  65. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  66. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  67. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  68. f502070 sunxi: mmc: A20: Fix MMC optimisation by Andre Przywara · 3 years, 3 months ago
  69. ff31efc mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() by Michael Walle · 3 years, 3 months ago
  70. 3679e80 mmc: fix device_remove when HS400_ES is enabled by Ye Li · 3 years, 4 months ago
  71. 99b0d2e mmc: fix switch issue with send_status disabled by Ye Li · 3 years, 4 months ago
  72. bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 4 months ago
  73. 0523643 Revert "mmc: sdhci: set to INT_DATA_END when there are data" by Yuezhang.Mo@sony.com · 3 years, 9 months ago
  74. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  75. 052f050 Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 3 months ago
  76. 8ee49f0 mmc: zynq_sdhci: Use set_control_reg from sdhci.c by Ashok Reddy Soma · 3 years, 4 months ago
  77. ab0a749 mmc: zynq_sdhci: Wait till sd card detect state is stable by T Karthik Reddy · 3 years, 4 months ago
  78. 7a5f810 mmc: zynq_sdhci: Move setting tapdelay code to driver by Ashok Reddy Soma · 3 years, 4 months ago
  79. 467d078 mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelays by Ashok Reddy Soma · 3 years, 4 months ago
  80. e5dddfa mmc: rockchip_sdhci: Add support for RK3568 by Yifeng Zhao · 3 years, 5 months ago
  81. 5c2a5ab mmc: rockchip_sdhci: add phy and clock config for rk3399 by Yifeng Zhao · 3 years, 5 months ago
  82. 82d8558 drivers: mmc: fsl_esdhc_imx: support i.MX8ULP by Peng Fan · 3 years, 4 months ago
  83. 6b67778 mmc: sdhci: Change prototype of set_delay to return errors by Ashok Reddy Soma · 3 years, 4 months ago
  84. 21fd763 mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelay by Ashok Reddy Soma · 3 years, 4 months ago
  85. 064e83e mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2 by Stephan Gerhold · 3 years, 5 months ago
  86. ff9eb9d mmc: arm_pl180_mmci: Simplify code using mmc_of_parse() by Stephan Gerhold · 3 years, 5 months ago
  87. a16abe3 mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() by Stephan Gerhold · 3 years, 5 months ago
  88. cc86471 mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices by Stephan Gerhold · 3 years, 5 months ago
  89. d9cdc9f mmc: rpmb: Fix driver routing memory alignment with tmp buffer by litchipi · 3 years, 6 months ago
  90. e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
  91. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 5 months ago
  92. 4509fb6 mmc: sdhci_am654: Read ti, strobe-sel property from device tree by Aswath Govindraju · 3 years, 6 months ago
  93. 9bf56ea mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode by Faiz Abbas · 3 years, 8 months ago
  94. 635cf4a mmc: zynq_sdhci: Make variables/structure static by Michal Simek · 3 years, 5 months ago
  95. 2a43ab8 mmc: zynq_sdhci: Fix kernel doc warnings by Michal Simek · 3 years, 5 months ago
  96. 39a177a mmc: zynq_sdhci: Split set_tapdelay function to in and out by Ashok Reddy Soma · 3 years, 5 months ago
  97. 24a5107 mmc: zynq_sdhci: Use Mask writes for Tap delays by Ashok Reddy Soma · 3 years, 5 months ago
  98. 6f64538 mmc: zynq_sdhci: Allow configuring zero Tap values by Ashok Reddy Soma · 3 years, 5 months ago
  99. 94a755d mmc: zynq_sdhci: Resolve uninitialized return value by Ashok Reddy Soma · 3 years, 5 months ago
  100. 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · 3 years, 5 months ago