1. 2dc3600 mmc: rockchip_dw_mmc: Allow 4-bit mode when 8-bit mode is supported by Jonas Karlman · 6 months ago
  2. b0ee3fe arm: ti: Remove omap4 platform support by Tom Rini · 6 months ago
  3. 8582ca9 drivers: mmc: Remove duplicate newlines by Marek Vasut · 6 months ago
  4. afdce76 mmc: am654_sdhci: Add the quirk to set TESTCD bit by Emanuele Ghidoli · 7 months ago
  5. 475aa83 Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support" by Tom Rini · 6 months ago
  6. 98686fa mmc: mediatek: add support for upstream linux clock and property by Christian Marangi · 7 months ago
  7. d0e4f56 mmc: fsl_esdhc_imx: Fix error message by Alexander Stein · 7 months ago
  8. f1de28e Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 7 months ago
  9. 4950a98 mmc: versal2: Update zynq_sdhci driver to support AMD Versal Gen 2 by Michal Simek · 8 months ago
  10. 11716ac sdhci: zynq: Fix tap delay for SD on Versal NET by Simek, Michal · 9 months ago
  11. fd0ab46 block: Update BLK to be def_bool by Tom Rini · 8 months ago
  12. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  13. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  14. 7938ac6 mmc: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  15. 2143a11 mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig by Tom Rini · 9 months ago
  16. 085b3b2 mmc: cv1800b: Add transmit tap delay config to fix write error by Kongyang Liu · 9 months ago
  17. 1e4fe21 Merge patch series "Fix MMC tuning algorithm" by Tom Rini · 9 months ago
  18. f13a830 mmc: am654_sdhci: Fix ITAPDLY for HS400 timing by Judith Mendez · 9 months ago
  19. a124e31 mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode by Judith Mendez · 9 months ago
  20. 056af04 mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bit by Judith Mendez · 9 months ago
  21. 5048b5c mmc: am654_sdhci: Fix OTAP/ITAP delay values by Nitin Yadav · 9 months ago
  22. 6b8dd9c mmc: am654_sdhci: Add tuning algorithm for delay chain by Judith Mendez · 9 months ago
  23. 174ac98 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 9 months ago
  24. e82d4ed mmc: rockchip_sdhci: Fix 4 blocks PIO mode read limit for RK35xx by Jonas Karlman · 9 months ago
  25. 1776213 mmc: arm_pl180: Limit data transfer to U16_MAX by Maximilian Brune · 9 months ago
  26. 9ae1fe1 mmc: sdhci: programmable clock calculation needs multiplier +1 by cmachida · 9 months ago
  27. 4d3dc72 mmc: Add support for the no-mmc-hs400 prop by Jonas Karlman · 9 months ago
  28. e098f88 mmc: Imply HS200 cap with mmc-hs400 prop to match linux by Jonas Karlman · 9 months ago
  29. 5359cd1 mmc: Support 32-bit only ADMA on 64-bit platforms by Greg Malysa · 10 months ago
  30. 74755c1 mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops by Ian Roberts · 9 months ago
  31. 0bfbd40 mmc: msm_sdhci: fix vendor_spec_cap0 registers by Caleb Connolly · 9 months ago
  32. 86c6093 mmc: msm_sdhci: use a more sensible default clock rate by Caleb Connolly · 9 months ago
  33. c2c1b03 mmc: msm_sdhci: print core version by Caleb Connolly · 9 months ago
  34. f67f224 mmc: msm_sdhci: use modern DT handling by Caleb Connolly · 9 months ago
  35. a535d71 mmc: msm_sdhci: correct vendor_spec_cap0 register for v5 by Caleb Connolly · 9 months ago
  36. e725682 mmc: stm32_sdmmc2: Fix AARCH64 compilation warnings by Patrice Chotard · 10 months ago
  37. f3901e8 mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatible by Patrick Delaunay · 10 months ago
  38. 3657ef7 mmc: cv1800b_sdhci: Remove the unused argument by Jaehoon Chung · 9 months ago
  39. 2ea7b7a mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe by Yang Xiwen · 12 months ago
  40. 1fa6dc2 mmc: dw_mmc: Don't return error if data busy timeout by Yang Xiwen · 12 months ago
  41. 4685d6f mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET enabled by Yang Xiwen · 12 months ago
  42. 27ba82c mmc: Unconditionally call mmc_deinit() by Marek Vasut · 10 months ago
  43. b786306 mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callback by Marek Vasut · 11 months ago
  44. 8c22089 mmc: Add generic tuning flag by Marek Vasut · 11 months ago
  45. d134352 mmc: Convert hs400_tuning flag from u8 to bool by Marek Vasut · 11 months ago
  46. 12859c2 mmc: renesas-sdhi: Stop transmission in case tuning block transfer fails by Marek Vasut · 11 months ago
  47. 60649a8 mmc: tmio: Check INFO1 for completion during DMA transfer by Marek Vasut · 11 months ago
  48. a3b2786 mmc: Drop unused mmc_send_tuning() cmd_error parameter by Marek Vasut · 11 months ago
  49. ee6cee1 mmc: arm_pl180_mmci: Rely on DM by Linus Walleij · 11 months ago
  50. d06e489 mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL by Jonas Karlman · 12 months ago
  51. 4c9307b mmc: Don't suggest to build modules in Kconfig. by Heinrich Schuchardt · 12 months ago
  52. f9a86fb mmc: Avoid buffer overrun in mmc_startup() by Heinrich Schuchardt · 1 year ago
  53. eb36f28 mmc: cv1800b: Add sdhci driver support for cv1800b SoC by Kongyang Liu · 10 months ago
  54. 20a0ce5 Merge tag 'v2024.04-rc4' into next by Tom Rini · 10 months ago
  55. 0afbd11 mmc: renesas-sdhi: Rename rmobile_is_gen3_mmc0() to rcar_is_gen3_mmc0() by Marek Vasut · 11 months ago
  56. f9aabd4 ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS by Marek Vasut · 11 months ago
  57. c2cffb0 ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_* by Marek Vasut · 11 months ago
  58. ca40ed6 ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*() by Marek Vasut · 11 months ago
  59. 6bd3a95 ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type() by Marek Vasut · 11 months ago
  60. 5f3c4cc mmc: msm_sdhci: use modern clock handling by Caleb Connolly · 11 months ago
  61. 7ebc77f Merge tag 'u-boot-rockchip-20240207' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 11 months ago
  62. 090d846 Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 12 months ago
  63. 5c053f3 mmc: rockchip_sdhci: Fix HS400 mode write on RK3568 by Jonas Karlman · 12 months ago
  64. 10127cd mmc: bcmstb: Add support for bcm2712 SD controller by Ivan T. Ivanov · 12 months ago
  65. c9309f4 treewide: Remove clk_free by Sean Anderson · 1 year, 1 month ago
  66. 34aeb38 mmc: tegra: use max-frequency from device tree if provided by Peter Geis · 1 year, 1 month ago
  67. fd8de97 mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNT by Julien Masson · 1 year, 1 month ago
  68. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year, 2 months ago
  69. d5ff806 Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 2 months ago
  70. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 2 months ago
  71. 70d2c994 mmc: renesas-sdhi: Disable clock after tuning reset when possible by Marek Vasut · 1 year, 2 months ago
  72. d379bcb sunxi: mmc: Sort compatible strings numerically by Samuel Holland · 1 year, 3 months ago
  73. 43b573d sunxi: mmc: Move header to the driver directory by Samuel Holland · 1 year, 3 months ago
  74. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 3 months ago
  75. e1bbc5a mmc: tegra: get default-tap and default-trim from device tree by Svyatoslav Ryhel · 1 year, 4 months ago
  76. d933d43 mmc: renesas-sdhi: Drop <common.h> by Paul Barker · 1 year, 3 months ago
  77. 21c84bb mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B by Sean Anderson · 1 year, 3 months ago
  78. c27c810 mmc: pci: Drop the superfluous cast by Bin Meng · 1 year, 3 months ago
  79. 9b8ebd3 mmc: spl: select SPL_BLK for SPL_DM_MMC by Oleksandr Suvorov · 1 year, 5 months ago
  80. 1332bdc mmc: tmio: Disable 1/1024 clock divider on Renesas R-Car platforms by Marek Vasut · 1 year, 3 months ago
  81. 631dbe0 mmc: tmio: Always check for errors after receiving an IRQ by Marek Vasut · 1 year, 3 months ago
  82. 0fb6cd6 mmc: sh_sdhi: Drop unused driver by Marek Vasut · 1 year, 3 months ago
  83. fa8422d mmc: renesas-sdhi: Fix error handling in rzg2l_sdhi_setup by Paul Barker · 1 year, 3 months ago
  84. 95168d7 sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · 2 years, 4 months ago
  85. 4a9e89a sunxi: introduce NCAT2 generation model by Andre Przywara · 2 years, 3 months ago
  86. 207ed0a pinctrl: sunxi: remove GPIO_EXTRA_HEADER by Andre Przywara · 2 years, 4 months ago
  87. 93c811b mmc: renesas-sdhi: Initialize module on RZ/G2L by Paul Barker · 1 year, 3 months ago
  88. e84dddf mmc: renesas-sdhi: Refactor probe function by Paul Barker · 1 year, 3 months ago
  89. 7020b2e blk: Use a macro for the typical block size by Bin Meng · 1 year, 4 months ago
  90. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 4 months ago
  91. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 5 months ago
  92. 01b2917 mmc: dw_mmc: Keep vqmmc-supply enable count in balance by Jonas Karlman · 1 year, 6 months ago
  93. 9a2e9cc mmc: Use regulator_set_enable_if_allowed by Jonas Karlman · 1 year, 6 months ago
  94. d7d7857 bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 6 months ago
  95. e83b6f9 atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE. by Zixun LI · 1 year, 8 months ago
  96. 752e4b6 mmc: zynq_sdhci: Dll reset only for ZynqMP platform by Ashok Reddy Soma · 1 year, 6 months ago
  97. 50dee4f mmc: Set clock when reverting to safe bus mode by Valentine Barshak · 1 year, 7 months ago
  98. 99ab3d8 mmc: renesas-sdhi: Send stop when MMC tuning command fails by Hai Pham · 1 year, 7 months ago
  99. 0ac2cca mmc: Introduce mmc_send_stop_transmission() by Hai Pham · 1 year, 7 months ago
  100. 41a1285 mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment by Marek Vasut · 1 year, 7 months ago